Atlas API-Sabre
  1. Notifications and Webhook
Atlas API-Sabre
  • Shopping and Ticketing
    • Search
      POST
    • Verify
      POST
    • Order
      POST
    • Order Commit
      POST
    • Payment
      POST
    • Retrieve Booking
      POST
    • Smart Search(Only For TMC)
      POST
    • Get Offer
      POST
    • Seat Availability
      POST
    • Get Luggage
      POST
  • Post Ticketing Service
    • Search Ancillary
      POST
    • Order Ancillary
      POST
  • Notifications and Webhook
    • Register Webhook
      POST
    • Incident List
      POST
  • Refund
    • Refund Quotation
      POST
    • Make a Refund
      POST
    • Query Refund Status
      POST
  • Other Functions
    • Regenerate Order
      POST
    • Stop Ticket Issuance
      POST
    • Order List
      POST
    • PNR Claim
      POST
    • Get Balance
      POST
    • City Pairs API
      POST
    • Email List
      POST
    • Extract PNR
      POST
    • getAtripToken
      POST
  1. Notifications and Webhook

Incident List

POST
/event/getPageList.do
Endpoint:
https://sandbox.atriptech.com/event/getPageList.do

Request

Header Params

Body Params application/json

Example
{
    "eventId": "",
    "orderNo": "",
    "eventType": "",
    "eventStatus": [
        0,
        1
    ],
    "airline": "",
    "eventTimeStart": "2023-04-01 00:00:00",
    "eventTimeEnd": "2023-05-01 00:00:00",
    "depTimeStart": null,
    "depTimeEnd": null,
    "pageIndex": 1,
    "pageSize": 100
}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://sandbox.atriptech.com/event/getPageList.do' \
--header 'Accept: application/json' \
--header 'Accept;' \
--header 'Accept-Encoding: gzip' \
--header 'Accept-Encoding;' \
--header 'x-atlas-client-id: <YOUR_CLIENT_ID>' \
--header 'x-atlas-client-id;' \
--header 'x-atlas-client-secret: <YOUR_CLIENT_SECRET>' \
--header 'x-atlas-client-secret;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "eventId": "",
    "orderNo": "",
    "eventType": "",
    "eventStatus": [
        0,
        1
    ],
    "airline": "",
    "eventTimeStart": "2023-04-01 00:00:00",
    "eventTimeEnd": "2023-05-01 00:00:00",
    "depTimeStart": null,
    "depTimeEnd": null,
    "pageIndex": 1,
    "pageSize": 100
}'

Responses

🟢200Success
application/json
Body

Example
{
    "records": [
        {
            "eventId": "20230401003644225YJQGR",
            "orderNo": "HCNMN20230227142411968",
            "subOrderNo": "HCNMN20230227142411968_1",
            "eventType": "email.schedulechange",
            "eventStatus": 0,
            "eventTime": "Apr 1, 2023 12:36:44 AM",
            "extraInfo": "4775822",
            "confirmedResult": null,
            "confirmedRemark": null,
            "clientCode": "TAC00001",
            "createTime": "Apr 1, 2023 12:36:44 AM",
            "updateIme": "Apr 1, 2023 12:36:44 AM",
            "airline": "F9",
            "depTime": "Mar 31, 2023 11:12:00 AM",
            "confirmTime": null,
            "confirmUsr": null,
            "notified": 1,
            "pnr": "G7ZNW5",
            "paxName": "SOWERS/REBECCA MUSETTA,STEPHENS/DAVID JEROME",
            "paxEmail": "GeraldineDushkin2005@ttjipiao.top"
        },
    …
    ]
}
Modified at 2025-09-02 05:58:29
Previous
Register Webhook
Next
Refund Quotation
Built with