latestOpenAPI 3.0.12026-08-082942150.5 KB
14cab8ac3bca
Project Management
Get Projects
Retrieves a comprehensive list of projects and the respective information about those projects associated with an Enterprise account. This includes Projects created through the REST API and the Enterprise Portal.
Permission Required: List Projects
get/v2.0/public/projects
Query parameters
pageNumberinteger
The page to retrieve.
itemsPerPageinteger
The number of items to retrieve per page. The maximum number of items per page allowed is 100.
Response
Returns a List with project Information.
Example response
{
"projects": [
{
"id": "00000000-0000-0000-0000-000000000000"
}
]
}