GET api/danh-muc/nguoi-gioi-thieu

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ResponseOfresponseString
NameDescriptionTypeAdditional information
Status

boolean

None.

Message

string

None.

Data

Collection of responseString

None.

Response Formats

application/json, text/json

Sample:
{
  "status": true,
  "message": "sample string 2",
  "data": [
    {
      "data": "sample string 1"
    },
    {
      "data": "sample string 1"
    }
  ]
}

application/xml, text/xml

Sample:
<ResponseOfresponseStringo9G1u9rB xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QuanLyPhatTu_API.Models">
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/DAO">
    <d2p1:responseString>
      <d2p1:Data>sample string 1</d2p1:Data>
    </d2p1:responseString>
    <d2p1:responseString>
      <d2p1:Data>sample string 1</d2p1:Data>
    </d2p1:responseString>
  </Data>
  <Message>sample string 2</Message>
  <Status>true</Status>
</ResponseOfresponseStringo9G1u9rB>