v1

latestOpenAPI 3.1.02026-08-04164270844.7 KB
Projects

List all projects

🔑

Required OAuth scope: projects:read.

📖

This endpoint is paginated with a page size of 500 projects. For more information, see the Pagination guide.

Lists all live projects in your platform.

get/api/v2/projects

Headers

360-api-version'v2.0' required

The version of the API.

Response

Returns one page of 500 projects.

_idstring ObjectId required

The unique ID of the project.

namestring required

The name of the project.

completedboolean required

True if the project is completed.

groupIdstring ObjectId required

The unique ID of the group the project belongs to.

Example response

[
  {
    "_id": "507f1f77bcf86cd799439011",
    "name": "Customer Onboarding",
    "groupId": "507f1f77bcf86cd799439011"
  }
]