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": "0983c9e5-9000-4078-80d2-32b30b1f3c82",
"OrganizationRoleId": "54de90cd-d852-4dc9-9984-ef5f075ec2f3",
"StateSectionId": "adab86f1-d58a-4204-82c5-128abe76e20c",
"Read": true,
"Update": true
},
{
"Id": "0983c9e5-9000-4078-80d2-32b30b1f3c82",
"OrganizationRoleId": "54de90cd-d852-4dc9-9984-ef5f075ec2f3",
"StateSectionId": "adab86f1-d58a-4204-82c5-128abe76e20c",
"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>0983c9e5-9000-4078-80d2-32b30b1f3c82</Id>
<OrganizationRoleId>54de90cd-d852-4dc9-9984-ef5f075ec2f3</OrganizationRoleId>
<Read>true</Read>
<StateSectionId>adab86f1-d58a-4204-82c5-128abe76e20c</StateSectionId>
<Update>true</Update>
</RoleSectionSimple>
<RoleSectionSimple>
<Id>0983c9e5-9000-4078-80d2-32b30b1f3c82</Id>
<OrganizationRoleId>54de90cd-d852-4dc9-9984-ef5f075ec2f3</OrganizationRoleId>
<Read>true</Read>
<StateSectionId>adab86f1-d58a-4204-82c5-128abe76e20c</StateSectionId>
<Update>true</Update>
</RoleSectionSimple>
</ArrayOfRoleSectionSimple>