GET api/organizations/{organizationId}/roles/{roleId}/states/{stateId}/sections
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| organizationId | globally unique identifier |
Required |
|
| roleId | globally unique identifier |
Required |
|
| stateId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of RoleSectionSimple| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| OrganizationRoleId | globally unique identifier |
None. |
|
| StateSectionId | globally unique identifier |
None. |
|
| Read | boolean |
None. |
|
| Update | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "3111cfc7-b137-4fa5-89a9-b23fc985b0ed",
"OrganizationRoleId": "7e51fd00-2bfb-491c-907e-7f8b90f7df1d",
"StateSectionId": "654bc44b-6b7f-4c1b-9307-4359fa21570e",
"Read": true,
"Update": true
},
{
"Id": "3111cfc7-b137-4fa5-89a9-b23fc985b0ed",
"OrganizationRoleId": "7e51fd00-2bfb-491c-907e-7f8b90f7df1d",
"StateSectionId": "654bc44b-6b7f-4c1b-9307-4359fa21570e",
"Read": true,
"Update": true
}
]
application/xml, text/xml
Sample:
<ArrayOfRoleSectionSimple xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Admin.DTO">
<RoleSectionSimple>
<Id>3111cfc7-b137-4fa5-89a9-b23fc985b0ed</Id>
<OrganizationRoleId>7e51fd00-2bfb-491c-907e-7f8b90f7df1d</OrganizationRoleId>
<Read>true</Read>
<StateSectionId>654bc44b-6b7f-4c1b-9307-4359fa21570e</StateSectionId>
<Update>true</Update>
</RoleSectionSimple>
<RoleSectionSimple>
<Id>3111cfc7-b137-4fa5-89a9-b23fc985b0ed</Id>
<OrganizationRoleId>7e51fd00-2bfb-491c-907e-7f8b90f7df1d</OrganizationRoleId>
<Read>true</Read>
<StateSectionId>654bc44b-6b7f-4c1b-9307-4359fa21570e</StateSectionId>
<Update>true</Update>
</RoleSectionSimple>
</ArrayOfRoleSectionSimple>