User Tools

Site Tools


newdevs:apis

This is an old revision of the document!


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:

newdevs/apis.1674140108.txt.gz · Last modified: 2023/01/19 09:55 by tmccanna

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki

© 2008-2022 GPLS and others. Evergreen is open source software, freely licensed under GNU GPLv2 or later.
The Evergreen Project is a U.S. 501(c)3 non-profit organization.