GET api/system/selectPlacard?placardType={placardType}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| placardType | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
shopResponeOfListOfPlatPlacard| Name | Description | Type | Additional information |
|---|---|---|---|
| Message | string |
None. |
|
| Success | boolean |
None. |
|
| total | integer |
None. |
|
| data | Collection of PlatPlacard |
None. |
Response Formats
application/json, text/json
Sample:
{
"Message": "sample string 1",
"Success": true,
"total": 3,
"data": [
{
"PID": "sample string 1",
"Title": "sample string 2",
"EmpCode": "sample string 3",
"EmpName": "sample string 4",
"Contents": "sample string 5",
"PubDate": "2025-12-31T15:04:53.3974135+08:00",
"Flag": 7,
"ImgUrl": "sample string 8",
"UrlAddress": "sample string 9",
"ShowType": 10,
"StartDate": "2025-12-31T15:04:53.3974135+08:00",
"EndDate": "2025-12-31T15:04:53.3974135+08:00"
},
{
"PID": "sample string 1",
"Title": "sample string 2",
"EmpCode": "sample string 3",
"EmpName": "sample string 4",
"Contents": "sample string 5",
"PubDate": "2025-12-31T15:04:53.3974135+08:00",
"Flag": 7,
"ImgUrl": "sample string 8",
"UrlAddress": "sample string 9",
"ShowType": 10,
"StartDate": "2025-12-31T15:04:53.3974135+08:00",
"EndDate": "2025-12-31T15:04:53.3974135+08:00"
}
]
}
application/xml, text/xml
Sample:
<shopResponeOfArrayOfPlatPlacardQmW33w9Q xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YFA8Shop.Api.Models">
<Message>sample string 1</Message>
<Success>true</Success>
<data xmlns:d2p1="http://schemas.datacontract.org/2004/07/YFA8Shop.Entitys">
<d2p1:PlatPlacard>
<d2p1:Contents>sample string 5</d2p1:Contents>
<d2p1:EmpCode>sample string 3</d2p1:EmpCode>
<d2p1:EmpName>sample string 4</d2p1:EmpName>
<d2p1:EndDate>2025-12-31T15:04:53.3974135+08:00</d2p1:EndDate>
<d2p1:Flag>7</d2p1:Flag>
<d2p1:ImgUrl>sample string 8</d2p1:ImgUrl>
<d2p1:PID>sample string 1</d2p1:PID>
<d2p1:PubDate>2025-12-31T15:04:53.3974135+08:00</d2p1:PubDate>
<d2p1:ShowType>10</d2p1:ShowType>
<d2p1:StartDate>2025-12-31T15:04:53.3974135+08:00</d2p1:StartDate>
<d2p1:Title>sample string 2</d2p1:Title>
<d2p1:UrlAddress>sample string 9</d2p1:UrlAddress>
</d2p1:PlatPlacard>
<d2p1:PlatPlacard>
<d2p1:Contents>sample string 5</d2p1:Contents>
<d2p1:EmpCode>sample string 3</d2p1:EmpCode>
<d2p1:EmpName>sample string 4</d2p1:EmpName>
<d2p1:EndDate>2025-12-31T15:04:53.3974135+08:00</d2p1:EndDate>
<d2p1:Flag>7</d2p1:Flag>
<d2p1:ImgUrl>sample string 8</d2p1:ImgUrl>
<d2p1:PID>sample string 1</d2p1:PID>
<d2p1:PubDate>2025-12-31T15:04:53.3974135+08:00</d2p1:PubDate>
<d2p1:ShowType>10</d2p1:ShowType>
<d2p1:StartDate>2025-12-31T15:04:53.3974135+08:00</d2p1:StartDate>
<d2p1:Title>sample string 2</d2p1:Title>
<d2p1:UrlAddress>sample string 9</d2p1:UrlAddress>
</d2p1:PlatPlacard>
</data>
<total>3</total>
</shopResponeOfArrayOfPlatPlacardQmW33w9Q>