GET api/v1/CheckEventID

Request Information

URI Parameters

None.

Body Parameters

CheckEventID
NameDescriptionTypeAdditional information
Eventcode

string

None.

fcm

string

None.

device

string

None.

ip

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Eventcode": "sample string 1",
  "fcm": "sample string 2",
  "device": "sample string 3",
  "ip": "sample string 4"
}

application/xml, text/xml

Sample:
<CheckEventID xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AppBridge">
  <Eventcode>sample string 1</Eventcode>
  <device>sample string 3</device>
  <fcm>sample string 2</fcm>
  <ip>sample string 4</ip>
</CheckEventID>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

CheckEventID_Reponse
NameDescriptionTypeAdditional information
uid

integer

None.

Eventid

integer

None.

Eventcode

string

None.

OwnerID

string

None.

scode

string

None.

username

string

None.

AuthType

integer

None.

status

string

None.

Response Formats

application/json, text/json

Sample:
{
  "uid": 1,
  "Eventid": 2,
  "Eventcode": "sample string 3",
  "OwnerID": "sample string 4",
  "scode": "sample string 5",
  "username": "sample string 6",
  "AuthType": 7,
  "status": "sample string 8"
}

application/xml, text/xml

Sample:
<CheckEventID_Reponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AppBridge">
  <AuthType>7</AuthType>
  <Eventcode>sample string 3</Eventcode>
  <Eventid>2</Eventid>
  <OwnerID>sample string 4</OwnerID>
  <scode>sample string 5</scode>
  <status>sample string 8</status>
  <uid>1</uid>
  <username>sample string 6</username>
</CheckEventID_Reponse>