Skala
Custom field collections

Get custom field collection details

Retrieves the specific details of a single custom field collection using its unique identifier.

GET
/api/custom_field_collections/{id}

Retrieves the specific details of a single custom field collection using its unique identifier.

AuthorizationBearer <token>

In: header

Path Parameters

id*string

CustomFieldCollection identifier

Response Body

application/json

curl -X GET "https://api.skalasuite.com/api/custom_field_collections/string"
{
  "id": 0,
  "name": "string",
  "customFields": [
    {
      "id": 0,
      "name": "string",
      "isActive": true
    }
  ],
  "isActive": true
}
Empty