GET api/v1/DynamicTables
Retrieve array of dynamic tables.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ReadDynamicTableDtoName | 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": "2024-11-21T06:29:48.1288442+00:00" }, { "Id": 1, "Name": "sample string 2", "Description": "sample string 3", "LastModified": "2024-11-21T06:29:48.1288442+00:00" } ]