Get latest PDF export job status for a PO
GET/api/workOrderPdfExport/v1/jobStatus
Returns the latest WorkOrderPdfExportJob (with chunk count) for the given PO
Requestโ
Responsesโ
- 200
- 429
Success response - Get latest PDF export job status for a PO
Too Many Requests. The rate limit has been exceeded.
Response Headers
RateLimit
The current rate limit state. remaining is the remaining quota, reset is the seconds until reset. The specify value should be set in the .env-RATE_LIMIT_XXX
RateLimit-Policy
The rate limit policy. Format: limit;w=window. limit is the max requests, w is the window in seconds. The specify value should be set in the .env-RATE_LIMIT_XXX