GET api/odata/profiles/{profileId}/clientoperations

Gets the client operations list of a profile.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
profileId

Profile identifier from which operations are requested.

integer

Required

Body Parameters

None.

Response Information

Resource Description

An object of type with a response type of type that contains a list of client operations.

Collection of ClientOperationPagedDto
NameDescriptionTypeAdditional information
Items

Collection of ClientOperationDto

None.

TotalCount

integer

None.

Response Formats

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

Sample:

Sample not available.