GET api/particlecounterapi/particlecounter/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
ParticleCounterViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| active | boolean |
Required |
|
| anatype_id | globally unique identifier |
Required |
|
| cleanroom_id | globally unique identifier |
None. |
|
| description | string |
None. |
|
| id | globally unique identifier |
None. |
|
| ip_address | string |
Required |
|
| particle_counter_type_id | globally unique identifier |
Required |
|
| site_id | globally unique identifier |
Required |
Response Formats
application/json, text/json
Sample:
{
"active": true,
"anatype_id": "88018403-23ae-42e2-8c23-da4b31ea6334",
"cleanroom_id": "226f1a4c-ff63-4b62-b474-9878c90614de",
"description": "sample string 3",
"id": "5893a26a-346d-4205-bed7-bbd38871aac5",
"ip_address": "sample string 5",
"particle_counter_type_id": "15920277-b4d7-485f-aa96-7b49c4c0a065",
"site_id": "cd98a199-4adc-4b1a-a0bf-d8b443556832"
}
application/xml, text/xml
Sample:
<particle_counter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EntityModel"> <active>true</active> <anatype_id>88018403-23ae-42e2-8c23-da4b31ea6334</anatype_id> <cleanroom_id>226f1a4c-ff63-4b62-b474-9878c90614de</cleanroom_id> <description>sample string 3</description> <id>5893a26a-346d-4205-bed7-bbd38871aac5</id> <ip_address>sample string 5</ip_address> <particle_counter_type_id>15920277-b4d7-485f-aa96-7b49c4c0a065</particle_counter_type_id> <site_id>cd98a199-4adc-4b1a-a0bf-d8b443556832</site_id> </particle_counter>