Retrieves a paginated list of projects for the company. Supports filtering by client, dates, status, health, and more. By default, responses are paginated with 20 items per page.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Page number (default: 1). Set to false to disable pagination and return all results.
Number of items per page when pagination is active (default: 20).
URL-encoded JSON object with filter criteria. Available fields: dateStart (YYYY-MM-DD), dateEnd (YYYY-MM-DD), client_id (number), team_id (number), user_id (number), brand_id (number), product_id (number), status ("finished"|"in_process"|"suspended"), health (1-4), archived (1=archived, 2=active).
Paginated list of projects