Get Images Endpoint

Endpoint for retrieving images with optional filters. Note: aiQuery should be sent via POST /searchImages endpoint.

With idsOnly=true the response is {"imageIds": [...], "count": n, "total": n, "truncated": bool, "limit": n} — every id the same filters would paginate through, capped at MAX_SELECT_ALL_IDS.

get/getImages

Query parameters

idstring nullable
startDatestring nullable
endDatestring nullable
imageTitlestring nullable
projectIdstring nullable
projectIds[]string[]
photographerIdstring nullable
folderNamestring nullable
folderCategorystring nullable
personCategorystring nullable
personFieldValueIdstring nullable
tagsstring[]
tagsByCategorystring nullable
pageinteger nullable
pageSizeinteger nullable
dateTakenStartstring nullable
dateTakenEndstring nullable
dateUploadedStartstring nullable
dateUploadedEndstring nullable
filterTagsWithOrboolean
sortBystring nullable
dateTakenNullboolean nullable
idsOnlyboolean
visibleReasons[]string[] nullable
showUnlockedboolean

Response

Successful Response

{"stackTrail":"paths:/getImages:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes