POST api/Artlcle/GetCateList

取得文章類別列表

Request Information

URI Parameters

None.

Body Parameters

BrandGroupMail_Input
NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional information
categories

類別

Collection of category

None.

ticketVerified

驗證是否通過

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "categories": [
    {
      "name": "sample string 1",
      "id": "0982c582-10eb-4e59-8839-d4bc166cf719",
      "count": 3
    },
    {
      "name": "sample string 1",
      "id": "0982c582-10eb-4e59-8839-d4bc166cf719",
      "count": 3
    }
  ],
  "ticketVerified": true
}

text/html

Sample:
{"categories":[{"name":"sample string 1","id":"0982c582-10eb-4e59-8839-d4bc166cf719","count":3},{"name":"sample string 1","id":"0982c582-10eb-4e59-8839-d4bc166cf719","count":3}],"ticketVerified":true}