v9

latestSwagger 2.02026-07-135252167.7 KB
ImageApi

Get the number of images.

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}/images/count

Path parameters

projectIdstring uuid required

The project id.

Query parameters

iterationIdstring uuid

The iteration id. Defaults to workspace.

taggingStatus'All' | 'Tagged' | 'Untagged'

The tagging status filter. It can be 'All', 'Tagged', or 'Untagged'. Defaults to 'All'.

$filterstring

An expression to filter the images against image metadata. Only images where the expression evaluates to true are included in the response. The expression supports eq (Equal), ne (Not equal), and (Logical and), or (Logical or) operators. Here is an example, metadata=key1 eq 'value1' and key2 ne 'value2'.

tagIdsstring[]

A list of tags ids to filter the images to count. Defaults to all tags when null.

Response

OK

integer required