End Point
PROD: https://websvcs.quikforms.com/rest/quikformxtract/v1000/documents/{{submitDocTransId}}/data
Description
Once a document has been processed, the customer is notified about the completion via webhook. Either after the webhook notification is received OR after waiting 3 hours, customers will call the GetData method to retrieve the data from Quik! FormXtract.
...
Parameter | Type | Required | Description |
---|---|---|---|
AuthToken | String | Yes | OAuth token to authorize the API call |
SubmitDocumentTransID | Integer | Yes | Unique identifier for the submitted document |
Sample Request
URL: https://websvcs.quikforms.com/rest/quikformxtract/v1000GET /documents/{{submitDocTransId}}/dataMethod: GET HTTP/1.1
Host: uatwebsvcs.quikforms.com
Content-Type: application/json
Authorization: Bearer {{token}}
Returned Field Meta Data
Data will be returned in JSON format and is comprised of 26 parameters, as indicated below.
...