Authorizations
Query Parameters
The project name to filter by
The project slug to filter by
The project description to filter by
The billing type to filter by
The environment to filter by
The tags ids to filter by, separated by comma, e.g. filter[tags]=tag_1,tag_2
will return projects with tag_1
AND tag_2
The last_renewal_date
and next_renewal_date
are provided as extra attributes that show previous and future billing cycle dates. To request it, just set extra_fields[projects]=last_renewal_date,next_renewal_date
in the query string.
Number of items to return per page
Required range:
x >= 1
Page number to return (starts at 1)
Required range:
x >= 1
Response
200 - application/vnd.api+json
Success