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": "65ea33ad-5d84-48eb-af07-b39e8e3b452c",
"OrganizationRoleId": "b3a7330e-d5ef-46e1-b166-22d32e067904",
"StateQuestionId": "55eadcee-6290-4e8f-a322-e7e38c7fe722",
"Read": true,
"Update": true
},
{
"Id": "65ea33ad-5d84-48eb-af07-b39e8e3b452c",
"OrganizationRoleId": "b3a7330e-d5ef-46e1-b166-22d32e067904",
"StateQuestionId": "55eadcee-6290-4e8f-a322-e7e38c7fe722",
"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>65ea33ad-5d84-48eb-af07-b39e8e3b452c</Id>
<OrganizationRoleId>b3a7330e-d5ef-46e1-b166-22d32e067904</OrganizationRoleId>
<Read>true</Read>
<StateQuestionId>55eadcee-6290-4e8f-a322-e7e38c7fe722</StateQuestionId>
<Update>true</Update>
</RoleQuestionSimple>
<RoleQuestionSimple>
<Id>65ea33ad-5d84-48eb-af07-b39e8e3b452c</Id>
<OrganizationRoleId>b3a7330e-d5ef-46e1-b166-22d32e067904</OrganizationRoleId>
<Read>true</Read>
<StateQuestionId>55eadcee-6290-4e8f-a322-e7e38c7fe722</StateQuestionId>
<Update>true</Update>
</RoleQuestionSimple>
</ArrayOfRoleQuestionSimple>