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": "97a8a87c-f4fd-49de-b953-0843455c74e7",
"OrganizationRoleId": "46b362b1-ef97-4a19-8436-bd8a4b86820f",
"StateSectionId": "80878724-63ad-412e-bf2d-5c0ee2422d03",
"Read": true,
"Update": true
},
{
"Id": "97a8a87c-f4fd-49de-b953-0843455c74e7",
"OrganizationRoleId": "46b362b1-ef97-4a19-8436-bd8a4b86820f",
"StateSectionId": "80878724-63ad-412e-bf2d-5c0ee2422d03",
"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>97a8a87c-f4fd-49de-b953-0843455c74e7</Id>
<OrganizationRoleId>46b362b1-ef97-4a19-8436-bd8a4b86820f</OrganizationRoleId>
<Read>true</Read>
<StateSectionId>80878724-63ad-412e-bf2d-5c0ee2422d03</StateSectionId>
<Update>true</Update>
</RoleSectionSimple>
<RoleSectionSimple>
<Id>97a8a87c-f4fd-49de-b953-0843455c74e7</Id>
<OrganizationRoleId>46b362b1-ef97-4a19-8436-bd8a4b86820f</OrganizationRoleId>
<Read>true</Read>
<StateSectionId>80878724-63ad-412e-bf2d-5c0ee2422d03</StateSectionId>
<Update>true</Update>
</RoleSectionSimple>
</ArrayOfRoleSectionSimple>