pollPushStatus request
The pollPushStatus request obtains the status of a push request.
Send the request to: https://userservices-auth.vip.symantec.com/vipuserservices/QueryService_1_10
pollPushStatus
input field provides details about the pollPushStatus
input fields.Input Field | Required? | Type | Purpose |
|---|---|---|---|
requestID | Y | string | A unique identifier of the request for the enterprise application. The request ID accepts from 4 to 40 alphanumeric characters and underscores. This identifier may be useful for troubleshooting purposes. |
transactionId | Y | list | A unique ID for the transaction that is used to call one of the feedback APIs. |
includePayloadSignature | N | boolean | If you have integrated VIP SDK version 3.0.2 or later with your client app and sent an encrypted transaction method using the authenticateCredentials call, set includePayloadSignature to true to retrieve the encrypted signature generated by the VIP SDK on the client application. Use the encrypted signature to verify the integrity of the encryption. No transaction data is sent in the signature.See the Symantec VIP Software Development Kit (SDK) Developer's Guide for details on how to enable end-to-end encryption of the push notification through the VIP SDK. |