GET api/token

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Token
NameDescriptionTypeAdditional information
Id

integer

None.

SiteId

integer

None.

Key

string

Data type: Text

Value

string

Data type: Text

Active

boolean

None.

Modified

date

Data type: DateTime

StartDt

date

Data type: DateTime

EndDt

date

Data type: DateTime

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "SiteId": 2,
    "Key": "sample string 3",
    "Value": "sample string 4",
    "Active": true,
    "Modified": "2026-09-09T23:05:08.8713347+00:00",
    "StartDt": "2026-09-09T23:05:08.8713347+00:00",
    "EndDt": "2026-09-09T23:05:08.8713347+00:00"
  },
  {
    "Id": 1,
    "SiteId": 2,
    "Key": "sample string 3",
    "Value": "sample string 4",
    "Active": true,
    "Modified": "2026-09-09T23:05:08.8713347+00:00",
    "StartDt": "2026-09-09T23:05:08.8713347+00:00",
    "EndDt": "2026-09-09T23:05:08.8713347+00:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfToken xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIM.Model.Entities">
  <Token>
    <Active>true</Active>
    <EndDt xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>2026-09-09T23:05:08.8713347Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </EndDt>
    <Id>1</Id>
    <Key>sample string 3</Key>
    <Modified>2026-09-09T23:05:08.8713347+00:00</Modified>
    <SiteId>2</SiteId>
    <StartDt xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>2026-09-09T23:05:08.8713347Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </StartDt>
    <Value>sample string 4</Value>
  </Token>
  <Token>
    <Active>true</Active>
    <EndDt xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>2026-09-09T23:05:08.8713347Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </EndDt>
    <Id>1</Id>
    <Key>sample string 3</Key>
    <Modified>2026-09-09T23:05:08.8713347+00:00</Modified>
    <SiteId>2</SiteId>
    <StartDt xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>2026-09-09T23:05:08.8713347Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </StartDt>
    <Value>sample string 4</Value>
  </Token>
</ArrayOfToken>