Custom fields
Get custom field details
Retrieves the specific details of a single custom field using its unique identifier.
Retrieves the specific details of a single custom field using its unique identifier.
AuthorizationBearer <token>
In: header
Path Parameters
id*string
CustomField identifier
Response Body
application/json
curl -X GET "https://api.skalasuite.com/api/custom_fields/string"{
"id": 0,
"name": "string",
"isActive": true
}Empty
