v1

latestSwagger 2.02026-07-134847139.5 KB

This API supports batching and range selection. By default it will only return first 50 images matching images. Use the {take} and {skip} parameters to control how many images to return in a given batch. The filtering is on an and/or relationship. For example, if the provided tag ids are for the "Dog" and "Cat" tags, then only images tagged with Dog and/or Cat will be returned

get/projects/{projectId}/iterations/{iterationId}/performance/images

Path parameters

projectIdstring uuid required

The project id.

iterationIdstring uuid required

The iteration id. Defaults to workspace.

Query parameters

tagIdsstring[]

A list of tags ids to filter the images. Defaults to all tagged images when null. Limited to 20.

orderBy'Newest' | 'Oldest'

The ordering. Defaults to newest.

takeinteger

Maximum number of images to return. Defaults to 50, limited to 256.

skipinteger

Number of images to skip before beginning the image batch. Defaults to 0.

Response

OK

idstring uuid
createdstring date-time
widthinteger
heightinteger
imageUristring
thumbnailUristring