GET api/Usuarios
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of usuario| Name | Description | Type | Additional information |
|---|---|---|---|
| int_id | integer |
None. |
|
| str_status | string |
None. |
|
| dat_fecha | date |
None. |
|
| str_nombre | string |
None. |
|
| str_direccion | string |
None. |
|
| str_departamento | string |
None. |
|
| int_telefono | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"int_id": 1,
"str_status": "sample string 2",
"dat_fecha": "2025-10-31T19:49:23.5690751-05:00",
"str_nombre": "sample string 3",
"str_direccion": "sample string 4",
"str_departamento": "sample string 5",
"int_telefono": 1
},
{
"$ref": "1"
}
]