GET api/particlecounterapi/particlecounters?active={active}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| 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": "cfb65de5-c5e7-49e6-b935-21a5b97d6b2a",
"cleanroom_id": "cf0713a4-cabf-4025-89bb-9eda1bd1c58d",
"description": "sample string 3",
"id": "d25cd460-ca90-436a-8633-f328fcc6ac03",
"ip_address": "sample string 5",
"particle_counter_type_id": "a1f5853a-9bc3-4ae4-8dcd-8399090f4cf7",
"site_id": "c3c41d90-05ba-4492-a532-1e2dc33a90ba"
},
{
"active": true,
"anatype_id": "cfb65de5-c5e7-49e6-b935-21a5b97d6b2a",
"cleanroom_id": "cf0713a4-cabf-4025-89bb-9eda1bd1c58d",
"description": "sample string 3",
"id": "d25cd460-ca90-436a-8633-f328fcc6ac03",
"ip_address": "sample string 5",
"particle_counter_type_id": "a1f5853a-9bc3-4ae4-8dcd-8399090f4cf7",
"site_id": "c3c41d90-05ba-4492-a532-1e2dc33a90ba"
}
]
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>cfb65de5-c5e7-49e6-b935-21a5b97d6b2a</anatype_id>
<cleanroom_id>cf0713a4-cabf-4025-89bb-9eda1bd1c58d</cleanroom_id>
<description>sample string 3</description>
<id>d25cd460-ca90-436a-8633-f328fcc6ac03</id>
<ip_address>sample string 5</ip_address>
<particle_counter_type_id>a1f5853a-9bc3-4ae4-8dcd-8399090f4cf7</particle_counter_type_id>
<site_id>c3c41d90-05ba-4492-a532-1e2dc33a90ba</site_id>
</particle_counter>
<particle_counter>
<active>true</active>
<anatype_id>cfb65de5-c5e7-49e6-b935-21a5b97d6b2a</anatype_id>
<cleanroom_id>cf0713a4-cabf-4025-89bb-9eda1bd1c58d</cleanroom_id>
<description>sample string 3</description>
<id>d25cd460-ca90-436a-8633-f328fcc6ac03</id>
<ip_address>sample string 5</ip_address>
<particle_counter_type_id>a1f5853a-9bc3-4ae4-8dcd-8399090f4cf7</particle_counter_type_id>
<site_id>c3c41d90-05ba-4492-a532-1e2dc33a90ba</site_id>
</particle_counter>
</ArrayOfparticle_counter>