v9
latestSwagger 2.02026-07-135252167.7 KBImageApi
Get images by id for a given project iteration.
This API will return a set of Images for the specified tags and optionally iteration. If no iteration is specified the current workspace is used.
get/projects/{projectId}/images/id
Path parameters
projectIdstring uuid required
The project id.
Query parameters
imageIdsstring[]
The list of image ids to retrieve. Limited to 256.
iterationIdstring uuid
The iteration id. Defaults to workspace.
Response
OK
Example response
[
{
"id": "00000000-0000-0000-0000-000000000000"
}
]