List Searchable Job Fields
Returns the catalog of Job search fields available to the authenticated user for use in
`JobSearchRequest.fields[].field` or `JobSearchRequest.orderBy`.
The catalog includes both system-defined fields and the company's user-defined fields (UDFs), each with
its data type, optional grouping, multi-valued flag, and returnable flag.
Every entry in this catalog is searchable — reference it in `fields` criteria or `orderBy`. Whether it
can also be returned depends on its `returnable` flag:
- **`returnable: true`** — can be listed in `returnFields`; its value is populated on each hit.
- **`returnable: false`** — indexed for search, but not stored in the search index, so it cannot be returned.
Authentication
X-Brightmove-Company-ApiKeystring
BrightMove Company Api Key
X-Brightmove-User-ApiKeystring
BrightMove User Api Key
Response
Field catalog returned