get deprecated
https://{companyDomain}.bamboohr.com/api/v1/datasets//fields
Deprecated. Use "Get Fields from Dataset (v1.2)" instead.
Returns a paginated list of field descriptors for the specified dataset. Each field includes its machine-readable name, human-readable label, parentType, parentName, and entityName. Use the returned field name values in the fields array when querying data via "Get Data from Dataset". Use "List Datasets (v1.2)" to discover valid dataset names.
Pagination defaults to page 1 with 500 fields per page (maximum 1000). Out-of-range page numbers are clamped to the nearest valid page. The next_page and prev_page links in the pagination object are absolute URLs.
Error responses (400, 403, 500) return plain-text bodies, not JSON.
