-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 10.3
-
Epic Link:
-
Sprint:nxcore 10.3.7
-
Story Points:2
We want to have a dedicated endpoint to get command status for BAF.
First step is to be able to get BulkStatus for a given command id.
Technical Specifications
BulkStatus JSON Format
{ "entity-type": "bulk", "id": "00000000-0000-0000-0000-000000000000", "state": "SCHEDULED", "submit": "2018-06-21T12:37:08.172Z", "count": 0, "processed": 0, "result" : { "result1": "o1", "result2": ["o2", "o3"] } }
REST Endpoints
HTTP Method | Path | Request Body | Response |
---|---|---|---|
GET | /nuxeo/api/v1/bulk/{commandId} |
x | BulkStatus |
- is required by
-
ELEMENTS-777 BAF: Add/Evolve core elements to leverage Bulk Action Framework
- Resolved