Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

GET http://localhost:8080/fcrepo/rest/fcr:search?condition=fedora_id%3D*

List

...

grandchildren of resource x

Query param value:  ancestor=/resource1

GET http://localhost:8080/fcrepo/rest/fcr:search?condition=ancestor%3Dfedora_id%3D/resource1&descendents=true&depth=2

List all ancestors of resource x

GET http://localhost:8080/fcrepo/rest/fcr:search?condition=fedora_id%3D/my/fedora/resource1&conditionancestors=ancestors%3Dtruetrue

List

...

fedora id, mime_types for resources where content_size > 1 megabyte.

GET http://localhost:8080/fcrepo/rest/fcr:search?condition=fedoracontent_id%3Dsize%3E/my/fedora/resource1&condition=descendants%3Dtrue&return_fields=fedora_id,mime_type

...