View source: R/RP_SelfServiceAPI_EndPoints.R
RP_APICheckFileAvailability | R Documentation |
Checks the availability of the datafile. After submitting a request to generate a datafile using the datafile endpoint, a token is returned which may be supplied to this endpoint in order to find the status of the datafile generation job. When the job is complete, the status will be updated to completed and the size and URL will be set.
RP_APICheckFileAvailability(APIHandler, token)
APIHandler |
An API handler, created using RP_CreateAPIHandler. |
token |
A string that identifies the request. |
Information about the status of the request.
Response parameters:
status: One of the following: [enqueued, processing, completed, error]
size: File size.
url: Link to download the file.
checksum: Checksum code.
Jose A. Guerrero-Colon
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.