GET jxc_api/TPEvent/GetEventList?asId={asId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
asId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of TPEventMessage
NameDescriptionTypeAdditional information
AsId

integer

None.

EventId

string

None.

EventName

APPEventNames

None.

IsDeleted

boolean

None.

Block

boolean

None.

Seccuss

URI

None.

Failed

URI

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "AsId": 1,
    "EventId": "sample string 2",
    "EventName": 1010,
    "IsDeleted": true,
    "Block": true,
    "Seccuss": "http://webapihelppage5.com",
    "Failed": "http://webapihelppage6.com"
  },
  {
    "AsId": 1,
    "EventId": "sample string 2",
    "EventName": 1010,
    "IsDeleted": true,
    "Block": true,
    "Seccuss": "http://webapihelppage5.com",
    "Failed": "http://webapihelppage6.com"
  }
]

application/xml, text/xml

Sample:
<ArrayOfTPEvent.TPEventMessage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Business.ThirdParty">
  <TPEvent.TPEventMessage>
    <AsId>1</AsId>
    <Block>true</Block>
    <EventId>sample string 2</EventId>
    <EventName>BillStateChange</EventName>
    <Failed>http://webapihelppage6.com/</Failed>
    <IsDeleted>true</IsDeleted>
    <Seccuss>http://webapihelppage5.com/</Seccuss>
  </TPEvent.TPEventMessage>
  <TPEvent.TPEventMessage>
    <AsId>1</AsId>
    <Block>true</Block>
    <EventId>sample string 2</EventId>
    <EventName>BillStateChange</EventName>
    <Failed>http://webapihelppage6.com/</Failed>
    <IsDeleted>true</IsDeleted>
    <Seccuss>http://webapihelppage5.com/</Seccuss>
  </TPEvent.TPEventMessage>
</ArrayOfTPEvent.TPEventMessage>