GET api/particlecounterapi/particlecountersBySiteId/{id}?active={active}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
|
| active | boolean |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of 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": "2d0f446c-048b-43fc-86ab-7f412b49af6d",
"cleanroom_id": "a66ba630-d7dc-4135-91be-beffd43d5f4f",
"description": "sample string 3",
"id": "7e6ebef4-3958-4b28-805f-6064d131067d",
"ip_address": "sample string 5",
"particle_counter_type_id": "c88ed23b-7ffb-4378-8c7d-f8d794b8433b",
"site_id": "4de04c6b-7293-4be6-9838-80f2bde49003"
},
{
"active": true,
"anatype_id": "2d0f446c-048b-43fc-86ab-7f412b49af6d",
"cleanroom_id": "a66ba630-d7dc-4135-91be-beffd43d5f4f",
"description": "sample string 3",
"id": "7e6ebef4-3958-4b28-805f-6064d131067d",
"ip_address": "sample string 5",
"particle_counter_type_id": "c88ed23b-7ffb-4378-8c7d-f8d794b8433b",
"site_id": "4de04c6b-7293-4be6-9838-80f2bde49003"
}
]
application/xml, text/xml
Sample:
<ArrayOfparticle_counter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EntityModel">
<particle_counter>
<active>true</active>
<anatype_id>2d0f446c-048b-43fc-86ab-7f412b49af6d</anatype_id>
<cleanroom_id>a66ba630-d7dc-4135-91be-beffd43d5f4f</cleanroom_id>
<description>sample string 3</description>
<id>7e6ebef4-3958-4b28-805f-6064d131067d</id>
<ip_address>sample string 5</ip_address>
<particle_counter_type_id>c88ed23b-7ffb-4378-8c7d-f8d794b8433b</particle_counter_type_id>
<site_id>4de04c6b-7293-4be6-9838-80f2bde49003</site_id>
</particle_counter>
<particle_counter>
<active>true</active>
<anatype_id>2d0f446c-048b-43fc-86ab-7f412b49af6d</anatype_id>
<cleanroom_id>a66ba630-d7dc-4135-91be-beffd43d5f4f</cleanroom_id>
<description>sample string 3</description>
<id>7e6ebef4-3958-4b28-805f-6064d131067d</id>
<ip_address>sample string 5</ip_address>
<particle_counter_type_id>c88ed23b-7ffb-4378-8c7d-f8d794b8433b</particle_counter_type_id>
<site_id>4de04c6b-7293-4be6-9838-80f2bde49003</site_id>
</particle_counter>
</ArrayOfparticle_counter>