Projects
Find projects
Finds matching projects in the organisation. Returns slim preview objects suitable for listings. Use this to resolve the project id that work entries should be recorded on.
GET
Find projects
Finding projects
Returns slim preview objects suitable for listings. Use this endpoint to resolve the id of the project that work should be recorded on. Results can be narrowed down by client and by status:client— the contact id of the client the project belongs tostatus—active,completedorabandoned. Usearchivedto match both completed and abandoned projects.
Authorizations
API token for authentication. Obtain from your Infinity account settings.
Query Parameters
Pagination limit. Defaults to 30, maximum 200.
Required range:
x <= 200Pagination offset for the results.
Filters projects belonging to the client with the given contact id.
Filters projects by status. Use archived to match both completed and abandoned projects.
Available options:
active, completed, abandoned, archived Response
Successfully returns the list of projects.
Find projects