GET api/getTiposControl
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of getTiposControl| Name | Description | Type | Additional information |
|---|---|---|---|
| codigo | string |
String length: inclusive between 0 and 255 |
|
| descripcion | string |
String length: inclusive between 0 and 255 |
|
| nombre | string |
String length: inclusive between 0 and 255 |
|
| syncTimestamp | integer |
None. |
|
| tiauId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"codigo": "sample string 1",
"descripcion": "sample string 2",
"nombre": "sample string 3",
"syncTimestamp": 1,
"tiauId": 1
},
{
"codigo": "sample string 1",
"descripcion": "sample string 2",
"nombre": "sample string 3",
"syncTimestamp": 1,
"tiauId": 1
}
]