Retrieves the details of a custom field using its unique custom field ID.
Custom fields can be created from My Settings > Custom Fields > Add Custom Field in the platform settings
Security
bearerAuth
- Sandbox Serverhttps://api-sandbox.sendpro360.pitneybowes.com/platformapis/api/v1/customfields/{customFieldId}
- Production Server (uses live data)https://api.sendpro360.pitneybowes.com/platformapis/api/v1/customfields/{customFieldId}
curl -i -X GET \
https://api-sandbox.sendpro360.pitneybowes.com/platformapis/api/v1/customfields/mMa0VjWvqbk8 \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Requested Custom Field has been retrived successfully.
One of:
Specifies the type of custom field.
Enum:"TEXT""RADIO""CHECKBOX"
Example:"CHECKBOX"
The default value assigned to the custom field if no input is provided.
Example:"top"
Response
{ "customFieldId": "mMa0VjWvqbk8", "name": "Shelf#", "customFieldType": "CHECKBOX", "defaultValue": "top", "status": "ACTIVE", "archived": false, "values": "Male", "assignPageForm": [ "Receive, Edit, Deliver, Pouch" ] }