GET v1/Clients/{clientId}/References/{id}

Gets the specified reference.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
clientId

Client identifier.

globally unique identifier

Required

id

Reference identifier.

integer

Required

Body Parameters

None.

Response Information

Resource Description

A .

ReferenceV1
NameDescriptionTypeAdditional information
ClientId

The client id.

globally unique identifier

None.

Id

The reference id.

integer

None.

Type

The reference type.

string

None.

Description

The reference description.

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ClientId": "48f698a1-5326-4978-bfe5-0609c7dc5257",
  "Id": 472044217,
  "Type": "FacilityStatus",
  "Description": "Software Only"
}

application/xml, text/xml

Sample:
<Reference xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Titan.API.Core.Models">
  <ClientId>48f698a1-5326-4978-bfe5-0609c7dc5257</ClientId>
  <Description>Software Only</Description>
  <Id>472044217</Id>
  <Type>FacilityStatus</Type>
</Reference>