get https://api.accountabilityone.com/v1/CustomData
Retrieve Custom Data
This API endpoint enables you to retrieve custom data by specifying various query parameters. It serves as a valuable tool for efficiently accessing specific custom data records based on the provided filters.
To retrieve custom data, make a request to this endpoint with the necessary query parameters. You can filter the results by IDs, custom data type, limit the number of records, and specify an offset for pagination.
Query Parameters
Parameters | Type | Description |
---|---|---|
ids | Array of Int32s | List of custom data IDs to retrieve. |
CustomDataTypeId | int32 | Select only custom data that belongs to this custom data type. |
Limit | int32 | Specify how many records to be included in the list. Default is 100. Max is 100. |
Offset | int32 | Specify how many records to skip. |
Example Request
GET https://{baseUrl}/v1/CustomData?ids=1,2,3&CustomDataTypeId=5&Limit=50&Offset=10
Permission
Transaction Type | Access Level |
---|---|
Custom Data | Full Access, Read Only |