GET v1/Clients/{clientId}/PollNow?facilityId={facilityId}
Enqueues a poll now polling set for the given facility with the polling engine. Asynchronous process to request event, get a successful response that queued and separate asynchronous process to update data values.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clientId |
Client identifier. |
globally unique identifier |
Required |
facilityId |
The facility Id. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A value indicating whether the upload was successful.
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>