Versions Compared

Key

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

The Noojee API provides two methods for authentication. To find you current version of Noojee Administrator click on the Noojee logo in the top right hand corner.

01.1 Authentication - API key method for Noojee Administrator version 4.9.0.10 and later.

For newer versions of Noojee Administrator the simpler API key method should be used for authentication.

01.2 Authentication - Hash method for Noojee Administrator pre version 4.9.0.10.

Older versions of Noojee Administrator support the Hash method only. Please note: the Hash Method will still work when you are upgraded to newer versionsAuthentication is based on a pre-shared api key which can be obtained by contacting Noojee Support.

Submiting a method

Every call to the Noojee API must include the api key.

an example call to stop recording would look like this

1

https://<server host>/servicemanager/rest/CallManagementAPI/stop?extenOrUniqueId=410&apiKey=f863246a-973e-11e6-8784-08002718f5b5

It should further be noted that the API will only accept POST requests.