GET api/Security/Token

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ApiDataResultOfGuid
NameDescriptionTypeAdditional information
Data

globally unique identifier

None.

Code

ApiCode

None.

Message

string

None.

StackTrace

string

None.

Response Formats

application/xml, text/xml

Sample:
<ApiDataResultOfGuid xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Code>0</Code>
  <Message>sample string 2</Message>
  <StackTrace>sample string 3</StackTrace>
  <Data>4f3ba012-940a-4f46-83f4-db0f3828b7f0</Data>
</ApiDataResultOfGuid>

application/json, text/json

Sample:
{
  "Data": "4f3ba012-940a-4f46-83f4-db0f3828b7f0",
  "Code": 0,
  "Message": "sample string 2",
  "StackTrace": "sample string 3"
}