Retrieves a specified custom field schema for a specified resource.
Security
SecretApiKey or JWT
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/custom-fields/{resource}/{name}
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/custom-fields/{resource}/{name}
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/custom-fields/{resource}/{name}
- SecretApiKey
- JWT
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/custom-fields/{resource}/{name}' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'Custom field schema retrieved.
Describes the data type. The custom field type value cannot be changed.
Array of strings with up to 255 characters. The maximum size is 1000 elements.
Value:"array"
Discriminator
Response
- array
- boolean
- date
- datetime
- integer
- number
- string
- monetary
{ "name": "string", "type": "array", "description": "string", "isEnabled": true, "additionalSchema": { "allowedValues": [ … ], "required": true, "default": [ … ] }, "_links": [ { … } ] }