Skip to content

Commit

Permalink
Merge pull request DSpace#253 from atmire/w2p-111323_update-processes…
Browse files Browse the repository at this point in the history
…-contract

New 'creationTime' sort option for '/search/byProperty' in processes contract
  • Loading branch information
tdonohue authored Feb 1, 2024
2 parents 6a86b9e + 67c5c83 commit e304c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processes-endpoint.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ This supports a basic search of the processes

The supported parameters are:
* page, size [see pagination](README.md#Pagination)
* sort, options are startTime, endTime
* sort, options are startTime, endTime and creationTime
* userId: optional, the uuid of the eperson who started the process. If not specified, all processes will be returned
* scriptName: optional, limit the returned processes to the specified script
* processStatus: optional, limit the returned processes to the specified status. The possible `status` values are `SCHEDULED`, `RUNNING`, `COMPLETED` and `FAILED`
Expand Down

0 comments on commit e304c05

Please sign in to comment.