Retrieve data dictionary (JSON)
Action:GETEndpoint:
/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 aGET request to the /views/datadictionary?field_name=card_product_name,acting_card_type,ach_status endpoint.
JSON
Retrieve data dictionary (file export)
Action:GETEndpoint:
/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 aGET request to the /views/datadictionary/xlsx?compress=zip endpoint.
JSON
Retrieve data dictionary schema
Action:GETEndpoint:
/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 aGET request to the /views/datadictionary/schema endpoint.
JSON