Projects REST API Guide
List of projects
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
filterstringOptional
Allows you to filter by any field.
searchstringOptional
Allows you to search by any field.
orderingstringOptional
Allows you to order results by any field. For desc order prefix field name with - and provide comman separated values for multiple fields
limitintegerOptional
Limit for the pagination
offsetintegerOptional
Offset for the pagination
Responses
200
List of projects
application/json
Responseall of
400
Bad Request
application/json
500
Internal Server Error
application/json
get
/v3/projectsCreate new project
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
Request body for creating a project
namestringRequired
Name of the project
asset_typestring · enumRequiredPossible values:
Type of project
Responses
200
Details of the created project
application/json
Responseall of
400
Bad Request
application/json
500
Internal Server Error
application/json
post
/v3/projectsDetail info of a project
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
project_idstring · uuidRequired
Path parameter for unique identifier of a project
Responses
200
Detail info of the project
application/json
Responseall of
400
Bad Request
application/json
404
Resource not found
application/json
500
Internal Server Error
application/json
get
/v3/projects/{project_id}Last updated
Was this helpful?