v1
latestOpenAPI 3.0.02026-07-24102143224.1 KBProjects
List projects
Projects synced from the connected ERP (e.g. Sage Intacct). Can be populated on an obligation or billing term. A project may be tied to a single customer via customerId, or null for internal projects.
get/v3/projects
Response
Get projects
Example response
{
"payload": {
"data": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "Implementation",
"fullName": "Acme Co:Implementation",
"externalId": "123",
"customerId": "123e4567-e89b-12d3-a456-426614174000"
}
]
}
}