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": "d2d83d4e-e005-42d3-8d94-095be5fbcd07",
"OrganizationRoleId": "505c7521-bd1a-4826-be3a-f649bc00f51a",
"StateSectionId": "01a8c6d3-5825-41a2-b18e-8c309895a373",
"Read": true,
"Update": true
},
{
"Id": "d2d83d4e-e005-42d3-8d94-095be5fbcd07",
"OrganizationRoleId": "505c7521-bd1a-4826-be3a-f649bc00f51a",
"StateSectionId": "01a8c6d3-5825-41a2-b18e-8c309895a373",
"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>d2d83d4e-e005-42d3-8d94-095be5fbcd07</Id>
<OrganizationRoleId>505c7521-bd1a-4826-be3a-f649bc00f51a</OrganizationRoleId>
<Read>true</Read>
<StateSectionId>01a8c6d3-5825-41a2-b18e-8c309895a373</StateSectionId>
<Update>true</Update>
</RoleSectionSimple>
<RoleSectionSimple>
<Id>d2d83d4e-e005-42d3-8d94-095be5fbcd07</Id>
<OrganizationRoleId>505c7521-bd1a-4826-be3a-f649bc00f51a</OrganizationRoleId>
<Read>true</Read>
<StateSectionId>01a8c6d3-5825-41a2-b18e-8c309895a373</StateSectionId>
<Update>true</Update>
</RoleSectionSimple>
</ArrayOfRoleSectionSimple>