GET api/role/{id}/images?pageSize={pageSize}&pageNumber={pageNumber}&subtype={subtype}

Get a list of ordered images belonging to a role Processes this role API request. The parameter and response sections describe the data exchanged with the API.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The id of the role to get the images for

integer

Required

pageSize

The page size value supplied with the request.

integer

Default value is 20

pageNumber

The page number value supplied with the request.

integer

Default value is 1

subtype

The subtype value supplied with the request.

string

None.

Body Parameters

None.

Response Information

Resource Description

A list of ordered images belonging to the role

PagedCollectionDataContractOfRoleOrderedImageDataContract
NameDescriptionTypeAdditional information
TotalCount

The total count value.

integer

None.

CurrentCount

The current count value.

integer

None.

PageSize

The page size value.

integer

None.

PageNumber

The page number value.

integer

None.

Collection

The collection of collection.

Collection of RoleOrderedImageDataContract

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.