GET api/Usuarios

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of usuario
NameDescriptionTypeAdditional 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-04-24T18:06:58.3466801-05:00",
    "str_nombre": "sample string 3",
    "str_direccion": "sample string 4",
    "str_departamento": "sample string 5",
    "int_telefono": 1
  },
  {
    "$ref": "1"
  }
]