Projects
The projects
namespace provides API methods to retrieve all or specific projects a user has access to. This page covers the following API methods:
GET /projects
/projects
Returns all projects (a user has access to).
This method uses pagination so you might need to request additional pages to retrieve all projects.
Request
|
|
|
|
|
|
This method supports the following expands so you can automatically include additional information for referenced objects:
users
Response
Examples
Status codes
200
400
401
422
(details)
GET /projects/{project_id}
/projects/{project_id}
Returns a single project (if the user has access to the project).
|
Request
|
This method supports the following expands so you can automatically include additional information for referenced objects:
users
Response
Examples
Status codes
200
400
401
404
422
(details)
Last updated