POST api/Artlcle/GetCateList
取得文章類別列表
Request Information
URI Parameters
None.
Body Parameters
BrandGroupMail_Input| Name | Description | Type | Additional information |
|---|---|---|---|
| Ticket |
身份票據 |
string |
Required |
Request Formats
application/json, text/json
Sample:
{
"Ticket": "sample string 1"
}
text/html
Sample:
{"Ticket":"sample string 1"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
取得文章類別列表
BrandGroupMail_Output| Name | Description | Type | Additional information |
|---|---|---|---|
| categories |
類別 |
Collection of category |
None. |
| ticketVerified |
驗證是否通過 |
boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"categories": [
{
"name": "sample string 1",
"id": "3f059b2c-4fa4-45b4-b482-c36e3e451345",
"count": 3
},
{
"name": "sample string 1",
"id": "3f059b2c-4fa4-45b4-b482-c36e3e451345",
"count": 3
}
],
"ticketVerified": true
}
text/html
Sample:
{"categories":[{"name":"sample string 1","id":"3f059b2c-4fa4-45b4-b482-c36e3e451345","count":3},{"name":"sample string 1","id":"3f059b2c-4fa4-45b4-b482-c36e3e451345","count":3}],"ticketVerified":true}