Table of Contents

New Developers Working Group

Calling APIs

Examples of Using Specific APIs

Get an Auth Token

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&param={"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&param=<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&param=<carousel id>

Things to add to this page: