GET api/responsibilities

Requires authentication. Get all responsibilities, no paging support as total number of responsibilities quite small If successful returns "200 OK", with the body of the response containing a representation of the set of responsibilities. If not found, returns "404 Not Found" - there should always be some responsibilities If CRM operations fail for an un-recoverable reason, the service returns "502 Bad Gateway" Any other server-side errors return "500 Internal Server Error"

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ResponsibilityRepresentation

ResponsibilityListRepresentation
NameDescriptionTypeAdditional information
TotalResults

integer

None.

ResourceList

Collection of ResponsibilityRepresentation

None.

Links

Collection of Link

None.

Response Formats

application/json, text/json, application/hal+json, application/hal+xml

Sample:

Sample not available.