GET api/Backup/Usuarios/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of UsuariosName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Nome | string |
None. |
|
string |
None. |
||
Senha | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": 1, "Nome": "sample string 2", "Email": "sample string 3", "Senha": "sample string 4" }, { "Id": 1, "Nome": "sample string 2", "Email": "sample string 3", "Senha": "sample string 4" } ]