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": "ad20599c-8c83-4660-87e1-b1245d43b200",
"OrganizationRoleId": "898a65c7-1251-4346-baa4-66e543200541",
"StateQuestionId": "1c95c45e-bef3-48b0-9464-e4ed85ec0dfa",
"Read": true,
"Update": true
},
{
"Id": "ad20599c-8c83-4660-87e1-b1245d43b200",
"OrganizationRoleId": "898a65c7-1251-4346-baa4-66e543200541",
"StateQuestionId": "1c95c45e-bef3-48b0-9464-e4ed85ec0dfa",
"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>ad20599c-8c83-4660-87e1-b1245d43b200</Id>
<OrganizationRoleId>898a65c7-1251-4346-baa4-66e543200541</OrganizationRoleId>
<Read>true</Read>
<StateQuestionId>1c95c45e-bef3-48b0-9464-e4ed85ec0dfa</StateQuestionId>
<Update>true</Update>
</RoleQuestionSimple>
<RoleQuestionSimple>
<Id>ad20599c-8c83-4660-87e1-b1245d43b200</Id>
<OrganizationRoleId>898a65c7-1251-4346-baa4-66e543200541</OrganizationRoleId>
<Read>true</Read>
<StateQuestionId>1c95c45e-bef3-48b0-9464-e4ed85ec0dfa</StateQuestionId>
<Update>true</Update>
</RoleQuestionSimple>
</ArrayOfRoleQuestionSimple>