GET api/User/GetSiteByDshopID?shopid={shopid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
shopid

integer

Required

Body Parameters

None.

Response Information

Resource Description

SiteEntity
NameDescriptionTypeAdditional information
VersionName

string

None.

SiteID

integer

None.

SiteGuid

globally unique identifier

None.

AccountID

globally unique identifier

None.

AccountName

string

None.

IsAudit

boolean

None.

AuditTime

date

None.

SiteState

integer

None.

SiteType

integer

None.

SiteStyle

integer

None.

SiteName

string

None.

FirstAreaCode

integer

None.

SiteCreateTime

date

None.

ExpiryTime

date

None.

UpdateTime

date

None.

CreateTime

date

None.

CodeAccountID

globally unique identifier

None.

CodeID

integer

None.

IsDel

boolean

None.

VersionID

integer

None.

ParentAccountID

globally unique identifier

None.

IsFree

boolean

None.

IsArea

boolean

None.

IsNotLogo

boolean

None.

Linkman

string

None.

CompanyName

string

None.

Response Formats

application/json, text/json

Sample:
{
  "SiteID": 2,
  "SiteGuid": "40c249c2-a513-4395-92c0-88f2cfb09b93",
  "AccountID": "ae025f4b-ec03-4701-840a-7cc006259453",
  "AccountName": "sample string 5",
  "IsAudit": true,
  "AuditTime": "2025-12-18T14:57:28.7662456+08:00",
  "SiteState": 7,
  "SiteType": 8,
  "SiteStyle": 1,
  "SiteName": "sample string 9",
  "FirstAreaCode": 10,
  "SiteCreateTime": "2025-12-18T14:57:28.7662456+08:00",
  "ExpiryTime": "2025-12-18T14:57:28.7662456+08:00",
  "UpdateTime": "2025-12-18T14:57:28.7662456+08:00",
  "CreateTime": "2025-12-18T14:57:28.7662456+08:00",
  "CodeAccountID": "f2dfbd4d-3f2b-4230-b235-b9334173d166",
  "CodeID": 1,
  "IsDel": true,
  "VersionID": 1,
  "ParentAccountID": "5ae7cd6e-1fc0-480e-8459-24d77f97ea00",
  "IsFree": true,
  "IsArea": true,
  "IsNotLogo": true,
  "Linkman": "sample string 16",
  "CompanyName": "sample string 17",
  "VersionName": "sample string 1"
}

application/xml, text/xml

Sample:
<SiteEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WST.Platform.Entity">
  <SiteID>2</SiteID>
  <SiteGuid>40c249c2-a513-4395-92c0-88f2cfb09b93</SiteGuid>
  <AccountID>ae025f4b-ec03-4701-840a-7cc006259453</AccountID>
  <AccountName>sample string 5</AccountName>
  <IsAudit>true</IsAudit>
  <AuditTime>2025-12-18T14:57:28.7662456+08:00</AuditTime>
  <SiteState>7</SiteState>
  <SiteType>8</SiteType>
  <SiteStyle>1</SiteStyle>
  <SiteName>sample string 9</SiteName>
  <FirstAreaCode>10</FirstAreaCode>
  <SiteCreateTime>2025-12-18T14:57:28.7662456+08:00</SiteCreateTime>
  <ExpiryTime>2025-12-18T14:57:28.7662456+08:00</ExpiryTime>
  <UpdateTime>2025-12-18T14:57:28.7662456+08:00</UpdateTime>
  <CreateTime>2025-12-18T14:57:28.7662456+08:00</CreateTime>
  <CodeAccountID>f2dfbd4d-3f2b-4230-b235-b9334173d166</CodeAccountID>
  <CodeID>1</CodeID>
  <IsDel>true</IsDel>
  <VersionID>1</VersionID>
  <ParentAccountID>5ae7cd6e-1fc0-480e-8459-24d77f97ea00</ParentAccountID>
  <IsFree>true</IsFree>
  <IsArea>true</IsArea>
  <IsNotLogo>true</IsNotLogo>
  <Linkman>sample string 16</Linkman>
  <CompanyName>sample string 17</CompanyName>
  <VersionName>sample string 1</VersionName>
</SiteEntity>