GET api/getTiposControl/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
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
}