GET usuarios/getPerfilUsuarioById?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
PerfilUsuarioRespuesta| Name | Description | Type | Additional information |
|---|---|---|---|
| PerfilID | integer |
None. |
|
| DescripcionPerfil | string |
None. |
|
| OperacionExitosa | boolean |
None. |
|
| Mensaje | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"PerfilID": 1,
"DescripcionPerfil": "sample string 2",
"OperacionExitosa": true,
"Mensaje": "sample string 4"
}
text/html
Sample:
{
"$id": "1",
"PerfilID": 1,
"DescripcionPerfil": "sample string 2",
"OperacionExitosa": true,
"Mensaje": "sample string 4"
}