Custom Table
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
pageintegerOptionalDefault:
Page number
0Example: 0sizeinteger · min: 1 · max: 50OptionalDefault:
Page size
10Example: 10querystringOptional
Example:
Search Query
| Supported Keys | Supported Operators | Notes |
|---|---|---|
| id | : | Equal operator Support multiple values with each value separated by the ; delimiter |
| tableName | : | Like operator |
| displayName | : | Like operator |
| menuLocation | : | Like operator |
| historicalType | : | Like operator |
| parentEntity | : | Like operator |
| parentEntityIsNull | : | Equal operator Boolean |
| parentReferenceField | : | Like operator |
{"summary":"Search a custom table by ID","value":"id:a31aa166-70be-4303-81e4-5ada93b5213a"}Responses
200
Successful operation
application/json
totalPagesintegerRequired
Total number of pages available
lastbooleanRequired
Indicates whether this is the last page
totalElementsintegerRequired
Total number of elements across all pages
numberOfElementsintegerRequired
Number of elements in the current page
firstbooleanRequired
Indicates whether this is the first page
sizeintegerRequired
Size of the page (number of elements per page)
numberintegerRequired
Current page number (zero-indexed)
400
Bad Request
get
/core/v1/custom-tablesAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
tableIdstringRequiredExample:
d45ee37-92c4-4d76-9838-221ec2364701Responses
200
Successful operation
application/json
idstringOptional
Unique identifier of the custom table
tableNamestringOptional
Technical name of the custom table
displayNamestringOptional
Display name of the custom table
menuLocationstringOptional
Location of the table in menu hierarchy
historicalTypestringOptional
Type of historical tracking for the table
parentEntitystringOptional
Parent entity reference
parentReferenceFieldstringOptional
Field used for parent entity reference
400
Bad Request
404
Custom table not found
get
/core/v1/custom-tables/{tableId}Last updated