GET api/UserPar/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
user_par| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| user_id | integer |
None. |
|
| wrrc_id | integer |
None. |
|
| name | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"user_id": 1,
"wrrc_id": 1,
"name": "sample string 2"
}
application/xml, text/xml
Sample:
<user_par xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WrccWebApi.Models.Database"> <id>1</id> <name>sample string 2</name> <user_id>1</user_id> <wrrc_id>1</wrrc_id> </user_par>