GET api/v1/DynamicTables
Retrieve array of dynamic tables.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ReadDynamicTableDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Id of dynamic table |
integer |
None. |
| Name |
Name of dynamic table |
string |
Max length: 100 |
| Description |
Description of dynamic table |
string |
None. |
| LastModified |
Date and time of last modification of dynamic table in database |
date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"Name": "sample string 2",
"Description": "sample string 3",
"LastModified": "2025-10-28T16:55:19.1907352+01:00"
},
{
"Id": 1,
"Name": "sample string 2",
"Description": "sample string 3",
"LastModified": "2025-10-28T16:55:19.1907352+01:00"
}
]