GET api/organizations/{organizationId}/roles/{roleId}/states/{stateId}/sections/{sectionId}/questions
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| organizationId | globally unique identifier |
Required |
|
| roleId | globally unique identifier |
Required |
|
| stateId | globally unique identifier |
Required |
|
| sectionId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of RoleQuestionSimple| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| OrganizationRoleId | globally unique identifier |
None. |
|
| StateQuestionId | globally unique identifier |
None. |
|
| Read | boolean |
None. |
|
| Update | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "ff88cd6c-e560-4529-9a18-9389e2dd0340",
"OrganizationRoleId": "4b4fae19-4fa3-46a4-8604-691202ffe036",
"StateQuestionId": "ad6896a4-e7ef-403a-a0f9-0b3f1f7f9bd0",
"Read": true,
"Update": true
},
{
"Id": "ff88cd6c-e560-4529-9a18-9389e2dd0340",
"OrganizationRoleId": "4b4fae19-4fa3-46a4-8604-691202ffe036",
"StateQuestionId": "ad6896a4-e7ef-403a-a0f9-0b3f1f7f9bd0",
"Read": true,
"Update": true
}
]
application/xml, text/xml
Sample:
<ArrayOfRoleQuestionSimple xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Admin.DTO">
<RoleQuestionSimple>
<Id>ff88cd6c-e560-4529-9a18-9389e2dd0340</Id>
<OrganizationRoleId>4b4fae19-4fa3-46a4-8604-691202ffe036</OrganizationRoleId>
<Read>true</Read>
<StateQuestionId>ad6896a4-e7ef-403a-a0f9-0b3f1f7f9bd0</StateQuestionId>
<Update>true</Update>
</RoleQuestionSimple>
<RoleQuestionSimple>
<Id>ff88cd6c-e560-4529-9a18-9389e2dd0340</Id>
<OrganizationRoleId>4b4fae19-4fa3-46a4-8604-691202ffe036</OrganizationRoleId>
<Read>true</Read>
<StateQuestionId>ad6896a4-e7ef-403a-a0f9-0b3f1f7f9bd0</StateQuestionId>
<Update>true</Update>
</RoleQuestionSimple>
</ArrayOfRoleQuestionSimple>