Users can add new tabs to organize the custom fields in their employee or contractor profiles. Use the custom fields API to retrieve any employee, contractor organization, and contractor member custom field tabs.
Learn more about custom fields in the OnLocation Help Center.
Retrieves a list of custom field tabs filtered by the parameter provided: employees, contractor organizations, or contractor members.
A comma separated list of tag:value search parameters, a colon separator performs an exact match, a percent separator performs a starts-with search and greater/less than search number/date ranges.
The endpoint is limited to a maximum of 1000 records.
List of custom tab elements
Access denied to this resource
Resource not found.
curl -i -X GET \ 'https://api.whosonlocation.com/v1/customfield/tab/:tab_type?order=string&limit=0&page=0'
[- {
- "id": 88,
- "created": "2021-11-25T12:14:32+13:00",
- "modified": "2021-11-25T12:23:34+13:00",
- "title": "Profile Information",
- "sort": 2,
- "created_by": 823,
- "updated_by": 431
}
]