GET api/clients/{clientId}/operations

Gets the client operations list. Retrieves client operations of the client.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
clientId

Identifier of the client.

integer

Required

Body Parameters

None.

Response Information

Resource Description

JSon with a list of the client operations.

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.