GET api/tipos_conexiones/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
TIPOS_CONEXIONES_ASOCIACIONName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
TIPO_CONEXION | string |
None. |
|
DESCRIPCION | string |
None. |
|
FECHA_CARGA | date |
None. |
|
FECHA_MODIFICACION | date |
None. |
Response Formats
application/json, text/json
Sample:
{ "id": 1, "tipO_CONEXION": "sample string 2", "descripcion": "sample string 3", "fechA_CARGA": "2025-01-07T03:17:33.5059036-04:00", "fechA_MODIFICACION": "2025-01-07T03:17:33.5059036-04:00" }