User Tools

Site Tools


newdevs:apis

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.txt · Last modified: 2024/01/17 16:06 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.