Projects REST API Guide

List of projects

get

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
get
/v3/projects

Create new project

post

Create 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 · enumRequired

Type of project

Possible values:
Responses
200

Details of the created project

application/json
Responseall of
post
/v3/projects

Detail info of a project for the specified project id

get

Detail 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
get
/v3/projects/{project_id}

Last updated

Was this helpful?