get https://api.accountabilityone.com/v1/CustomDataTypes/
Retrieve Custom Data Type by ID
This API endpoint enables you to retrieve information about a specific custom data type by providing its ID in the path parameter. It serves as a valuable tool for efficiently accessing detailed information about a particular custom data type.
To retrieve custom data type information, make a request to this endpoint with the custom data type ID as a path parameter.
Path Parameters
| Parameter | Type | Description | 
|---|---|---|
| id | int32 | The ID of the custom data type to retrieve. | 
Example Request
GET https://{baseUrl}/v1/CustomDataTypes/5
Permission
| Transaction Type | Access Level | 
|---|---|
| Custom Data | Full Access, Read Only | 
