GET api/delegategroups/{delegateGroupId}/clients/{clientId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
delegateGroupId

integer

Required

clientId

integer

Required

Body Parameters

None.

Response Information

Resource Description

DelegateClientStatus
NameDescriptionTypeAdditional information
ClientId

Gets or sets the ID of the client that this status is for

integer

None.

DelegateGroupId

Gets or sets the delegate group that this status is for

integer

None.

ValidDates

Gets or sets the dates that the client is valid in it's group

Collection of DateRange

None.

Response Formats

application/json, text/json

Sample:
{
  "clientId": 1,
  "delegateGroupId": 2,
  "validDates": null
}

application/xml, text/xml

Sample:
<DelegateClientStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TS.DR.Resources.Delegates">
  <ClientId>1</ClientId>
  <DelegateGroupId>2</DelegateGroupId>
  <ValidDates xmlns:d2p1="http://schemas.datacontract.org/2004/07/TS.DR.Resources" i:nil="true" />
</DelegateClientStatus>