Table of contents
No headers
All Query operations share a set of common parameters that must be present in each call:
| Name | Description | Required |
| Action | Indicates the action to perform. Example: TerminateFarm | Yes |
| KeyID | The KeyID for the request sender. You can get it on 'Settings -> Environments -> [Edit environment]' page Example: 5d0e16f7498c41cc | Yes |
| Timestamp | The date and time at which the request is signed, in the format YYYY-MM-DDThh:mm:ssZ. For more information, go to ISO 8601 (http://www.w3.org/TR/NOTE-datetime). Example: 2009-01-07T15:04:56Z | Yes |
| Signature | The request signature. For more information, see "Using Query API -> Query API Authentication". Example: Qnpl4Qk/7tINHzfXCiT7VbBatDA= | Yes |
| Version | The API version to use. Example: 2.2.0 | Yes |