ArchivesSpaceのRESTful APIの一例を試してみます。
以下が公式のドキュメントです。
https://archivesspace.github.io/archivesspace/api/#introduction
List all corporate entity agents#
以下に記載があります。
https://archivesspace.github.io/archivesspace/api/#list-all-corporate-entity-agents
デモサイトを使用した場合、以下のURLでアクセスできます。
https://sandbox.archivesspace.org/staff/api/agents/corporate_entities?page=1
結果は以下です。
GUIでは以下のページが該当しました。
https://sandbox.archivesspace.org/staff/agents/agent_corporate_entity/1

リポジトリの一覧#
https://sandbox.archivesspace.org/staff/api/repositories
まとめ#
ArchivesSpaceのRESTful APIのほんの一例を試しました。他にも試してみましたが、以下のようなエラーが返却されることが多かったため、今後はデモサイト以外でも試してみたいと思います。