GET api/pcconfigapi/pcconfig/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
PcConfigViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| active | boolean |
Required |
|
| id | globally unique identifier |
None. |
|
| key | globally unique identifier |
Required |
|
| pc_id | globally unique identifier |
Required |
|
| value | string |
String length: inclusive between 0 and 100 |
Response Formats
application/json, text/json
Sample:
{
"active": true,
"id": "92319fe9-9b9d-437f-8e94-4c670961e5f5",
"key": "f575d714-6c0c-4f70-b0a2-0e8470f081af",
"pc_id": "437a11e9-2dba-4284-9601-517f371ca520",
"value": "sample string 3"
}
application/xml, text/xml
Sample:
<pc_config xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EntityModel"> <active>true</active> <id>92319fe9-9b9d-437f-8e94-4c670961e5f5</id> <key>f575d714-6c0c-4f70-b0a2-0e8470f081af</key> <pc_id>437a11e9-2dba-4284-9601-517f371ca520</pc_id> <value>sample string 3</value> </pc_config>