GET api/GetSessionStatusById/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

Body Parameters

None.

Response Information

Resource Description

AggregateLabel
NameDescriptionTypeAdditional information
Code

string

None.

Label

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": "sample string 1",
  "Label": "sample string 2"
}

application/xml, text/xml

Sample:
<AggregateLabel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Common.Models">
  <Code>sample string 1</Code>
  <Label>sample string 2</Label>
</AggregateLabel>