GET api/circuitos/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
CIRCUITOS_ASOCIACION| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| CIRCUITO | string |
None. |
|
| FECHA_CARGA | date |
None. |
|
| FECHA_MODIFICACION | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"circuito": "sample string 2",
"fechA_CARGA": "2026-04-08T01:40:02.5747516-04:00",
"fechA_MODIFICACION": "2026-04-08T01:40:02.5747516-04:00"
}