Skip to main content
GET
Retrieve individual project

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

PROJECT_ID
string
required

ID of the project

Response

200 - application/json

Returns a project object.

id
string
name
string
members
integer[]
createdBy
integer
createdDate
string
public
boolean