List Fields

List all metadata fields

The List Fields API returns a list of all fields available in your organization’s Orange Logic environment. These fields can be included in the Search API’s fields parameter.

This page shows the POST method, but you can also use GET.

Response

The response includes the field name and description of each field the Search API can return. Some fields also include the Namespace. If you include a Namespace in your Search API call, the search only returns results from fields with that Namespace.

For example, an asset’s title field can be returned without specifying a namespace. Example:

"Title": "Asset title"

Or, if you have multiple fields named “Title,” you can specify the CoreField namespace to return only the title field from the core “Title” field. This is described in the API’s JSON response as:

"CoreField.Title": "Asset title"
Language
Credentials
OAuth2
URL