GET api/Products/GetUser/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of UserResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| USerial | string |
None. |
|
| ULogName | string |
None. |
|
| URealName | string |
None. |
|
| UIsAdmin | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"USerial": "sample string 1",
"ULogName": "sample string 2",
"URealName": "sample string 3",
"UIsAdmin": "sample string 4"
},
{
"$ref": "1"
}
]