Retrieve Custom Data Types

Retrieve Custom Data Types

This API endpoint enables you to retrieve a list of custom data types based on various query parameters. It serves as a valuable tool for efficiently accessing specific custom data types that match the provided filters.

To retrieve custom data types, make a request to this endpoint with the necessary query parameters. You can filter the results by IDs, search strings, transaction types, limit the number of records, and specify an offset for pagination.

Query Parameters

ParametersTypeDescription
IdsArray of int32sList of custom data type IDs to retrieve.
SearchStringstringAllows searching for custom data types whose names contain the specified string.
TransactionTypeint32Select only custom data types that belong to this transaction type.
Limitint32Specify how many records to be included in the list. Default is 100. Max is 100.
Offsetint32Specify how many records to skip.

Example Request

GET <https://{baseUrl}/v1/CustomDataTypes?ids=1,2,3&SearchString=example&TransactionType=sale&Limit=50&Offset=10>



Permission

Transaction TypeAccess Level
Custom DataFull Access, Read Only


Explore Our API

Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!