Project
Entity fields:
Example:
{
"data": {
"type": "project",
"attributes": {
"name": "My Project",
"description": "A sample project for grouping workspaces"
}
}
}Supported Operations
Returns the relationship project
organization Identifier
Filters the collection of project using a 'disjoint' RSQL expression
Number of pages to return. Can be used with page[size]
Number of elements per page. Can be used with page[number]
Offset from 0 to start paginating. Can be used with page[limit]
Maximum number of items to return. Can be used with page[offset]
For requesting total pages/records be included in the response page meta data
Successful response
Successful response
Creates an item of type project and adds it to project
organization Identifier
Successful response
Successful response
Returns an instance of type project
organization Identifier
project Identifier
Successful response
Successful response
Modifies an instance of type project
organization Identifier
project Identifier
Successful response
No content
Successful response
No content
Deletes an instance of type project
organization Identifier
project Identifier
Successful response
No content
Successful response
No content
Workspace Assignment
Assigns or unassigns a workspace to a project
organization Identifier
workspace Identifier
Successful response
No content
Successful response
No content
Last updated
Was this helpful?