Skip to content

Commit 7316ee7

Browse files
MicheleboychukAdamF42
authored andcommitted
Merged in task/dspace-cris-2024_02_x/DSC-2436 (pull request DSpace#78)
DSpace CRIS 7 GLAM-1188 DSC-2436 CRIS8: la sezione my Processes per submitter/collection e community admin carica in loop Approved-by: Fapohunda, Adamo
2 parents a498c12 + 96442a0 commit 7316ee7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

processes-endpoint.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,10 +381,12 @@ This return the list of owned processes, i.e. the processes that have been start
381381

382382
The supported parameters are:
383383
* page, size [see pagination](README.md#Pagination)
384+
* processStatus: optional, limit the returned processes to the specified status. The possible `status` values are `SCHEDULED`, `RUNNING`, `COMPLETED` and `FAILED`
384385

385386
Return codes:
386387
* 200 OK - if the operation succeed
387388
* 401 Unauthorized - if you are not authenticated
389+
* 400 Bad Request - if provided parameter isn't supported
388390

389391
## Execution Deletion
390392
**DELETE /api/system/processes/<:process-id>**

0 commit comments

Comments
 (0)