List Tags

Retrieves unique tags from the database. For photographer role, always filters by that photographer's images. If trash=true, only returns tags from images in trash (deleted_at IS NOT NULL). Accepts projectIds[] for multi-project aggregation.

get/getAllTags

Query parameters

projectIdinteger nullable
projectIds[]integer[]
photographerIdstring nullable
folderNamestring nullable
folderCategorystring nullable
recipientIdstring nullable
categorystring nullable
personIdstring nullable
trashstring nullable

Response

Successful Response

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

Changes

No recorded changes to this endpoint across all 1 revision of this API.