New Developers Working Group
An Auth Token is needed for many of the other API calls.
https://<domain>/osrf-gateway-v1?service=open-ils.auth&method=open-ils.auth.login¶m={"username":"<user name>","password":"<password>"}
Retrieve carousel IDs by passing an org ID:
https://<domain>/osrf-gateway-v1?service=open-ils.actor&method=open-ils.actor.carousel.retrieve_by_org¶m=<org id>
Retrieve contents of a carousel by passing a carousel ID:
https://<domain>/osrf-gateway-v1?service=open-ils.actor&method=open-ils.actor.carousel.get_contents¶m=<carousel id>