Get Projects And Images

This function retrieves projects and images based on the organization id, search query, and EOL filter options. It returns a paginated list of projects and images.

:param organization_id: The UUID of the organization :param search: The search query string :param eol_filter: The EOL filter options :return: A paginated list of projects and images

get/projects/images

Query parameters

searchstring
eol_filter'All' | 'EOL' | 'EOL LESS THAN 6MO' | 'EOL LESS THAN 12MO' | 'EOL MORE THAN 12MO'
pageinteger

Page number

Page number

sizeinteger

Page size

Page size

Response

Successful Response

totalinteger required
pageinteger nullable required
sizeinteger nullable required
pagesinteger nullable

Changes