GET api/ACM_IB2/ACMFullEventLogWithProgress?UserName={UserName}&Password={Password}&Mac={Mac}&ICCID={ICCID}&IsIpPath={IsIpPath}&IsRadioPath={IsRadioPath}&RadioIP={RadioIP}&SessionId={SessionId}&Account={Account}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
UserName

string

None.

Password

string

None.

Mac

string

None.

ICCID

string

None.

IsIpPath

boolean

None.

IsRadioPath

boolean

None.

RadioIP

string

None.

SessionId

string

None.

Account

string

None.

Body Parameters

DeviceInfo
NameDescriptionTypeAdditional information
Account

string

None.

RadioIP

string

None.

RadioPort

string

None.

RadioSerialNumber

string

None.

ICCID

string

None.

ManufacturerType

integer

None.

PanelType

string

None.

PanelCode

string

None.

Expected_Panel

string

None.

PCSecurityCode

string

None.

SocketServerHttpACMPath

string

None.

SocketServerHttpAI2Path

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Account": "sample string 1",
  "RadioIP": "sample string 2",
  "RadioPort": "sample string 3",
  "RadioSerialNumber": "sample string 4",
  "ICCID": "sample string 5",
  "ManufacturerType": 6,
  "PanelType": "sample string 7",
  "PanelCode": "sample string 8",
  "Expected_Panel": "sample string 9",
  "PCSecurityCode": "sample string 10",
  "SocketServerHttpACMPath": "sample string 11",
  "SocketServerHttpAI2Path": "sample string 12"
}

application/xml, text/xml

Sample:
<DeviceInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GeminiiSecureWebAPI.Model">
  <Account>sample string 1</Account>
  <Expected_Panel>sample string 9</Expected_Panel>
  <ICCID>sample string 5</ICCID>
  <ManufacturerType>6</ManufacturerType>
  <PCSecurityCode>sample string 10</PCSecurityCode>
  <PanelCode>sample string 8</PanelCode>
  <PanelType>sample string 7</PanelType>
  <RadioIP>sample string 2</RadioIP>
  <RadioPort>sample string 3</RadioPort>
  <RadioSerialNumber>sample string 4</RadioSerialNumber>
  <SocketServerHttpACMPath>sample string 11</SocketServerHttpACMPath>
  <SocketServerHttpAI2Path>sample string 12</SocketServerHttpAI2Path>
</DeviceInfo>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ACMServerResponse
NameDescriptionTypeAdditional information
ACMCards

Collection of ACMCard

None.

ACMEventLogs

Collection of ACMEventLog

None.

GroupTypeList

Collection of GroupTypeList

None.

ResponseStatus

string

None.

InitialConnectWithServer

string

None.

ResponseBridgedWithRCM

string

None.

ResponseCmdType

string

None.

ResponseMessage

string

None.

ResponseDebugMessage

string

None.

ResponseErrorMessage

string

None.

RetryCount

integer

None.

SocketServerTimeoutCount

integer

None.

ResponseACKIndex

string

None.

PendingRCMResponseInQueue

string

None.

D1Response

string

None.

ResendCommand

string

None.

ResponseText

string

None.

WebSessionID

string

None.

SourceID

string

None.

Percent

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "ACMCards": [
    {
      "Account": "sample string 1",
      "CardSLNO": 2,
      "CardNo": "sample string 3",
      "CardDescription": "sample string 4",
      "FaciltyCode": "sample string 5",
      "AccessGroupNo": 6,
      "Enabled": true
    },
    {
      "Account": "sample string 1",
      "CardSLNO": 2,
      "CardNo": "sample string 3",
      "CardDescription": "sample string 4",
      "FaciltyCode": "sample string 5",
      "AccessGroupNo": 6,
      "Enabled": true
    }
  ],
  "ACMEventLogs": [
    {
      "Account": "sample string 1",
      "EventLogNumber": 2,
      "EventDateTime": "sample string 3",
      "LogEvent": "sample string 4",
      "Door": "sample string 5",
      "CardCode": "sample string 6"
    },
    {
      "Account": "sample string 1",
      "EventLogNumber": 2,
      "EventDateTime": "sample string 3",
      "LogEvent": "sample string 4",
      "Door": "sample string 5",
      "CardCode": "sample string 6"
    }
  ],
  "GroupTypeList": [
    {
      "userNo": 1,
      "groupName": "sample string 2"
    },
    {
      "userNo": 1,
      "groupName": "sample string 2"
    }
  ],
  "ResponseStatus": "sample string 1",
  "InitialConnectWithServer": "sample string 2",
  "ResponseBridgedWithRCM": "sample string 3",
  "ResponseCmdType": "sample string 4",
  "ResponseMessage": "sample string 5",
  "ResponseDebugMessage": "sample string 6",
  "ResponseErrorMessage": "sample string 7",
  "RetryCount": 8,
  "SocketServerTimeoutCount": 9,
  "ResponseACKIndex": "sample string 10",
  "PendingRCMResponseInQueue": "sample string 11",
  "D1Response": "sample string 12",
  "ResendCommand": "sample string 13",
  "ResponseText": "sample string 14",
  "WebSessionID": "sample string 15",
  "SourceID": "sample string 16",
  "Percent": 17
}

application/xml, text/xml

Sample:
<ACMServerResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GeminiiSecureWebAPI.Model">
  <D1Response>sample string 12</D1Response>
  <InitialConnectWithServer>sample string 2</InitialConnectWithServer>
  <PendingRCMResponseInQueue>sample string 11</PendingRCMResponseInQueue>
  <Percent>17</Percent>
  <ResendCommand>sample string 13</ResendCommand>
  <ResponseACKIndex>sample string 10</ResponseACKIndex>
  <ResponseBridgedWithRCM>sample string 3</ResponseBridgedWithRCM>
  <ResponseCmdType>sample string 4</ResponseCmdType>
  <ResponseDebugMessage>sample string 6</ResponseDebugMessage>
  <ResponseErrorMessage>sample string 7</ResponseErrorMessage>
  <ResponseMessage>sample string 5</ResponseMessage>
  <ResponseStatus>sample string 1</ResponseStatus>
  <ResponseText>sample string 14</ResponseText>
  <RetryCount>8</RetryCount>
  <SocketServerTimeoutCount>9</SocketServerTimeoutCount>
  <SourceID>sample string 16</SourceID>
  <WebSessionID>sample string 15</WebSessionID>
  <ACMCards>
    <ACMCard>
      <AccessGroupNo>6</AccessGroupNo>
      <Account>sample string 1</Account>
      <CardDescription>sample string 4</CardDescription>
      <CardNo>sample string 3</CardNo>
      <CardSLNO>2</CardSLNO>
      <Enabled>true</Enabled>
      <FaciltyCode>sample string 5</FaciltyCode>
    </ACMCard>
    <ACMCard>
      <AccessGroupNo>6</AccessGroupNo>
      <Account>sample string 1</Account>
      <CardDescription>sample string 4</CardDescription>
      <CardNo>sample string 3</CardNo>
      <CardSLNO>2</CardSLNO>
      <Enabled>true</Enabled>
      <FaciltyCode>sample string 5</FaciltyCode>
    </ACMCard>
  </ACMCards>
  <ACMEventLogs>
    <ACMEventLog>
      <Account>sample string 1</Account>
      <CardCode>sample string 6</CardCode>
      <Door>sample string 5</Door>
      <EventDateTime>sample string 3</EventDateTime>
      <EventLogNumber>2</EventLogNumber>
      <LogEvent>sample string 4</LogEvent>
    </ACMEventLog>
    <ACMEventLog>
      <Account>sample string 1</Account>
      <CardCode>sample string 6</CardCode>
      <Door>sample string 5</Door>
      <EventDateTime>sample string 3</EventDateTime>
      <EventLogNumber>2</EventLogNumber>
      <LogEvent>sample string 4</LogEvent>
    </ACMEventLog>
  </ACMEventLogs>
  <GroupTypeList>
    <GroupTypeList>
      <groupName>sample string 2</groupName>
      <userNo>1</userNo>
    </GroupTypeList>
    <GroupTypeList>
      <groupName>sample string 2</groupName>
      <userNo>1</userNo>
    </GroupTypeList>
  </GroupTypeList>
</ACMServerResponse>