REST API: Project Templates
Replace {subdomain}
in the endpoints below with your Vitally subdomain.
You can find your subdomain in the URL used to log into Vitally (i.e., https://yoursubdomain.vitally.io
The Project Template Response object
The Project Category Response object
The Project Response object
Project custom traits
In Vitally, if you are an admin, you can add additional fields to your tasks via the Traits management section. When you create a trait, we will provide you with a key for that trait:
Using this key, you can set values for this trait when POST
ing to the API:
Example Request
Note that when updating traits, if a trait is not specified, it will not be deleted from the project (i.e. the value for the trait will remain unchanged). To actually delete a trait from a project, simply specify the trait with a null
value.
List Project Templates GET
GET
US Data Center (default):
EU Data Center:
Paginated list of Project Templates ordered by updatedAt
Query Params (see Pagination)
Example Request
Example Response
List Project Categories GET
GET
US Data Center (default):
EU Data Center:
Paginated list of Project Templates ordered by updatedAt
Query Params (see Pagination)
Example Request
Example Response
Create A Project Using A Template POST
POST
US Data Center (default):
EU Data Center:
Request Body
Example
Last updated