Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

POSTMAN

...

Indexes

As you’ll see through the documentation of our HTTP interfaces, it’s important to ensure you’re hitting an index. Single Tenant Enterprise users can use the following request to find the available indexes.

Code Block
GET http://www.example.org/api/indexes/MODEL_NAME

For example, to find the indexes available for the Statement model, you can use the following request.

Code Block
GET https://saas.learninglocker.net/api/indexes/statement

Postman

Below are details of the Postman Collections and Environment that you can use.

Collections

Below are some of the Postman Collections we use internally to test and demonstrate Learning Locker’s APIs.

...

You can import a collection file. Click on the ‘Import’ button on the top bar, and paste a URL (use the links above) to the collection, or the collection JSON itself, and click ‘Import’.

...

Environment

We recommend that you use a Postman Environment to utilise our collections. Each of your environments need the variables below.

...