Skip to main content
GET
/
revenueOrganization
/
capacities
/
{uuid}
Get capacity
curl --request GET \
  --url https://api.getcargo.io/v1/revenueOrganization/capacities/{uuid} \
  --header 'Authorization: Bearer <token>'
{
  "capacity": {
    "uuid": "<string>",
    "workspaceUuid": "<string>",
    "name": "<string>",
    "color": "orange",
    "description": "<string>",
    "memberCapacity": 123,
    "allocationExpirationPolicy": {
      "interval": "<string>",
      "minute": 123
    },
    "modelUuid": "<string>",
    "idColumnSlug": "<string>",
    "timeColumnSlug": "<string>",
    "filter": {
      "conjonction": "or",
      "groups": [
        {}
      ]
    },
    "syncedAt": "<string>",
    "createdAt": "<string>",
    "updatedAt": "<string>",
    "deletedAt": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

uuid
string
required

Resource UUID

Response

Successful response

capacity
Capacity · object
required

Capacity details.