GET api/Usuarios
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of usuarioName | 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": "2024-11-23T02:17:00.6668455-06:00", "str_nombre": "sample string 3", "str_direccion": "sample string 4", "str_departamento": "sample string 5", "int_telefono": 1 }, { "$ref": "1" } ]