GET api/organizations/{organizationId}/roles/questions/{stateQuestionId}/roles
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| organizationId | globally unique identifier |
Required |
|
| stateQuestionId | 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": "36d47516-dd88-4529-80bf-c72d42a71473",
"OrganizationRoleId": "5ee202f8-e885-4518-b299-ac17d78ef118",
"StateQuestionId": "15a8377a-134e-4efb-874b-ae6284beedf5",
"Read": true,
"Update": true
},
{
"Id": "36d47516-dd88-4529-80bf-c72d42a71473",
"OrganizationRoleId": "5ee202f8-e885-4518-b299-ac17d78ef118",
"StateQuestionId": "15a8377a-134e-4efb-874b-ae6284beedf5",
"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>36d47516-dd88-4529-80bf-c72d42a71473</Id>
<OrganizationRoleId>5ee202f8-e885-4518-b299-ac17d78ef118</OrganizationRoleId>
<Read>true</Read>
<StateQuestionId>15a8377a-134e-4efb-874b-ae6284beedf5</StateQuestionId>
<Update>true</Update>
</RoleQuestionSimple>
<RoleQuestionSimple>
<Id>36d47516-dd88-4529-80bf-c72d42a71473</Id>
<OrganizationRoleId>5ee202f8-e885-4518-b299-ac17d78ef118</OrganizationRoleId>
<Read>true</Read>
<StateQuestionId>15a8377a-134e-4efb-874b-ae6284beedf5</StateQuestionId>
<Update>true</Update>
</RoleQuestionSimple>
</ArrayOfRoleQuestionSimple>