POST api/DBSchema/GetDBSchema
Request Information
URI Parameters
None.
Body Parameters
GetDBSchemaModel| Name | Description | Type | Additional information |
|---|---|---|---|
| idLog | string |
None. |
|
| Connection | string |
None. |
|
| Agrupacion | string |
None. |
|
| Tipo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"idLog": "sample string 1",
"Connection": "sample string 2",
"Agrupacion": "sample string 3",
"Tipo": "sample string 4"
}
Response Information
Resource Description
DBSchema| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | DBResults |
None. |
|
| DStruct | DataStruct |
None. |
Response Formats
application/json, text/json
Sample:
{
"Result": 0,
"DStruct": {
"Bases": null
}
}