GET api/v1/measurement/IsTransactionComplete/{transactionId}?siteService={siteService}
Returns true if the transaction with the specified ID has completed.
CygNet Access Requirements
CygNet ACS security: BRDGAPI ACCESS 1
CygNet Bridge API license type: Base
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| transactionId |
The transactTion id. |
string |
Required |
| siteService |
CygNet site and service (Site.Service) of the FMS Service |
string |
Required |
Body Parameters
None
Response Information
Resource Description
True if the transaction with the specified ID has completed
| Name | Description | Type | Additional information |
|---|---|---|---|
| isTransactionComplete |
True if the transaction has completed, otherwise false. |
boolean |
None |
Response Formats
application/json, text/json
Sample:
{
"isTransactionComplete": true
}