GET api/cases/{caseId}/attachments/{attachmentId}/roles
Get permitted attachment roles
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| caseId | globally unique identifier |
Required |
|
| attachmentId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
RoleSimple| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| OrganizationId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "dd5802a1-d08d-4845-89a2-c23900b9ff6a",
"Name": "sample string 2",
"OrganizationId": "6f82883b-c2d0-4aac-8c4e-4e7d7d7a65d0"
}
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>dd5802a1-d08d-4845-89a2-c23900b9ff6a</Id> <Name>sample string 2</Name> <OrganizationId>6f82883b-c2d0-4aac-8c4e-4e7d7d7a65d0</OrganizationId> </RoleSimple>