GET api/cases/{caseId}/attachments/{attachmentId}/roles

Get permitted attachment roles

Request Information

URI Parameters

NameDescriptionTypeAdditional information
caseId

globally unique identifier

Required

attachmentId

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

RoleSimple
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Name

string

None.

OrganizationId

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": "658b61dc-95e5-4201-b6a9-553868a885d8",
  "Name": "sample string 2",
  "OrganizationId": "bb22fbc5-d028-4ebd-ab0c-29d5fd5e604c"
}

application/xml, text/xml

Sample:
<RoleSimple xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XCapture.DTO">
  <Id>658b61dc-95e5-4201-b6a9-553868a885d8</Id>
  <Name>sample string 2</Name>
  <OrganizationId>bb22fbc5-d028-4ebd-ab0c-29d5fd5e604c</OrganizationId>
</RoleSimple>