This operation retrieves the list of custom fields defined on the platform.
Custom fields are additional package fields that can be displayed on PitneyTrack workflow pages.Custom fields can be created from My Settings > Custom Fields > Add Custom Field
in the platform settings.
Custom fields fetched successfully.
Invalid request.
The request could not be authorized.
The request could not be completed due to an internal error.
{- "pageInfo": {
- "totalCount": 30,
- "startCount": 1,
- "limit": 20
}, - "customFields": [
- {
- "customFieldId": "mMa0VjWvqbk8",
- "name": "Shelf#",
- "customFieldType": "CHECKBOX",
- "defaultValue": "top",
- "status": "ACTIVE",
- "archived": false,
- "values": "Male",
- "assignPageForm": [
- "Receive, Edit, Deliver, Pouch"
]
}
]
}