GET api/role/{id}/images?pageSize={pageSize}&pageNumber={pageNumber}&subtype={subtype}
Get a list of ordered images belonging to a role
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The id of the role to get the images for |
integer |
Required |
| pageSize | integer |
Default value is 20 |
|
| pageNumber | integer |
Default value is 1 |
|
| subtype | string |
None. |
Body Parameters
None.
Response Information
Resource Description
A list of ordered images belonging to the role
PagedCollectionDataContractOfRoleOrderedImageDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| TotalCount | integer |
None. |
|
| CurrentCount | integer |
None. |
|
| PageSize | integer |
None. |
|
| PageNumber | integer |
None. |
|
| Collection | Collection of RoleOrderedImageDataContract |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.