Search for Existing Calls

ASM API Quick Reference Guide

Searching for Existing Calls

  1. In Postman, select 'New' in the top left-hand corner.

  2. Select HTTP from the dialogue window and give the request the name of Get Call List

  1. Set the method to Get and the URL will be as follows, you have two options:

    Option 1: use the system variable for your base system url: {{SystemURLTest}}/alemba.api/api/v2/call

    Option 2: write the full base url: https://<yourservername>/<yourasmsystemname>/alemba.api/api/v2/call

  2. Click the Authorization tab.

  3. Set Type as No Auth

  1. Click Headers and add the following lines

Key

Value

Content-Type

Application/json

Authorization

Bearer {{Login_Token}}

  1. Verify the Headers tab appears as follows

  1. Send the request to get a list of calls. You will get a “results” array as per below. An array is a list of objects in JSON

OPTIONAL: You can now make a note of a call number from the result and update the CallRef variable by

  1. Access Environments on left hand menu

  2. Select your Environment

  3. Fill a Current Value for Call Ref, as per below:

  1. Click save in the top right hand corner of your screen, to save the new variable

Last updated

Was this helpful?