Skip to content

DEICH-5869 add noCoverCandidates endpoint

Petter Goksøyr Åsen requested to merge DEICH-5869 into L27

Fetches publications without cover-images, optionally limited to mediaType.

Exaple request:

curl -XPOST -H"authorization: Bearer $JWT" -H"Content-type:application/json"
euler:8080/api/authorities/noCoverCandidates -d
'{"mediaType":"MusicRecording", "limit":5}'

Remaining TODO

  • filter out candidates based on recent tries

Closes DEICH-5869

Merge request reports