GET api/clients/{clientId}/assignments

Get the assignments for the specified client.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
clientId

Client ID

integer

Required

Body Parameters

None.

Response Information

Resource Description

List of assignments

Collection of Assignment
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

Description

string

None.

AssignmentType

AssignmentType

None.

Person

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.