v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
Case Management

List project favorites

Returns the list of case projects that the current authenticated user has marked as favorites.

get/api/v2/cases/projects/favorites

Response

OK

Example response

{
  "data": [
    {
      "id": "e555e290-ed65-49bd-ae18-8acbfcf18db7",
      "type": "project_favorite"
    }
  ]
}