Skip to main content
Use this endpoint to retrieve the data dictionary of the DiVA API. The data dictionary contains records that specify the data fields available in the API, including the display name and description of each field. This endpoint supports multiple response formats, query filtering, field filtering, sorting, and pagination. For more information about response options, see Response Customization.

Retrieve data dictionary (JSON)

Action: GET
Endpoint: /views/datadictionary
Retrieve the data dictionary. This endpoint returns a JSON object that contains an array of records matching your filter query.

Response body

Sample response body

The following sample shows a representative response for a GET request to the /views/datadictionary?field_name=card_product_name,acting_card_type,ach_status endpoint.
JSON

Retrieve data dictionary (file export)

Action: GET
Endpoint: /views/datadictionary/{export_type}
Retrieve the data dictionary in the specified format. This endpoint asynchronously generates a file in the specified format and returns a job token for retrieving the file when it is completed. The file contains a list of records matching your filter query.

URL path parameters

Query parameters

Sample response body

The following sample shows a representative response for a GET request to the /views/datadictionary/xlsx?compress=zip endpoint.
JSON

Retrieve data dictionary schema

Action: GET
Endpoint: /views/datadictionary/schema
Retrieve a JSON representation of the data dictionary schema. The schema object contains an array of objects that describe the available columns and the data type of each column.

Sample response body

The following sample shows a representative response for a GET request to the /views/datadictionary/schema endpoint.
JSON