Retrieves a schema of a specified custom field for a specified resource type.
Custom field schema retrieved.
type required | string Describes the data type. Custom field type value cannot be changed.
| ||||||||||||||||||
name | string Name of the custom field. | ||||||||||||||||||
description | string Description of the custom field. | ||||||||||||||||||
additionalSchema | any Additional schema which adds additional values constrains. Additional parameters which can be added according to type:
| ||||||||||||||||||
Array of objects (SelfLink) Related links. | |||||||||||||||||||
Unauthorized access. Invalid credentials used.
Access forbidden.
Resource not found.
$customField = $client->customFields()->load('customers', 'testFieldName');
{- "name": "string",
- "type": "array",
- "description": "string",
- "additionalSchema": null,
- "_links": [
- {
- "href": "string",
- "rel": "self"
}
]
}