Bulk Ops Requests
FetchBulkOpsRequest
Fetch a bulk operations request.
get/bulk-ops-requests/{bulkOpsRequestId}
Path parameters
bulkOpsRequestIdstring required
Universally Unique Lexicographically Sortable Identifier (using Crockford's alphabet).
Example:01EZZJVDQJPWT7V4FWNVDHNMM5
Response
Ok
Example response
{
"bulkOpsRequestId": "01EZZJVDQJPWT7V4FWNVDHNMM5",
"requestedAt": "2020-06-25T21:05:12.830Z",
"completedAt": "2020-06-25T21:05:12.830Z",
"uploadedDataUrl": "https://api.nrfcloud.com/v1/bulk-ops-assets/a5592ec1-18ae-4d9d-bc44-1d9bd927bbe9/data-01EZZJVDQJPWT7V4FWNVDHNMM5.csv",
"errorSummaryUrl": "https://api.nrfcloud.com/v1/bulk-ops-assets/a5592ec1-18ae-4d9d-bc44-1d9bd927bbe9/errors-01EZZJVDQJPWT7V4FWNVDHNMM5.json"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.