GET api/v1/DynamicTables

Retrieve array of dynamic tables.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ReadDynamicTableDto
NameDescriptionTypeAdditional 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-03-29T06:37:09.1412643+00:00"
  },
  {
    "Id": 1,
    "Name": "sample string 2",
    "Description": "sample string 3",
    "LastModified": "2024-03-29T06:37:09.1412643+00:00"
  }
]