Knowledgebase
Jakinid Support Website > Help Desk (Jakinid.com) > Knowledgebase

Search help:


How to access the AMS SaaS API with the domain name supported?

Solution

*****************************************************

The new AMS SaaS version 2.0.0.0 (Build 2020.12.15 05:16:23 AM) API starts to support the domain name.

Note:This build added below new API functions

- GetEventLogList

- GetEventLogBaseList (skip photo) to AccessManagerWebAPI

 

******************************************************

AMS SaaS API URL:

https://IP address or domain name of AMS SaaS server/AccessWebAPI/AccessManagerWebAPI.asmx?WSDL

 

Demo test login with SoapUI 5.5.0

>> Login A999

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:act="http://actatek.com/">

   <soapenv:Header/>

   <soapenv:Body>

      <act:Login>

         <!--Optional:-->

         <act:szDomainName>JakinIDRmd</act:szDomainName>

         <!--Optional:-->

         <act:szUserName>A999</act:szUserName>

         <!--Optional:-->

         <act:szPassword>1</act:szPassword>

      </act:Login>

   </soapenv:Body>

</soapenv:Envelope>

********************************************************

User Name:A999

Password:1

(ACTAtek device's default Super Administrator Login credential) 

********************************************************

 

 

>> Login Returned SessionID 2015440656

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">

   <soap:Body>

      <LoginResponse xmlns="http://actatek.com/">

         <LoginResult>2015440656</LoginResult>

      </LoginResponse>

   </soap:Body>

</soap:Envelope>

 

>> Used SessionID from login 2015440656 to query e.g. GetHolidayList

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:act="http://actatek.com/">

   <soapenv:Header/>

   <soapenv:Body>

      <act:GetHolidayList>

         <!--Optional:-->

         <act:szDomainName>JakinIDRmd</act:szDomainName>

         <act:lSessionID>2015440656</act:lSessionID>

      </act:GetHolidayList>

   </soapenv:Body>

 

</soapenv:Envelope>

 

 

Attachments:
ams_saas_api.jpg ams_saas_api.jpg

 
Was this article helpful? yes / no
Article details
Article ID: 246
Category: AMS SaaS
Views: 164
Rating (Votes): Article not rated yet (0)

 
« Go back

 
Powered by Help Desk Software HESK, in partnership with SysAid Technologies