Request
x-atlas-client-secret
string
requiredExample:<YOUR_CLIENT_SECRET>
Body Params application/json
email.schedulechange
: Schedule Change-Email Notification
abnormal.cancelled
: Unacounted Cancellation
order.schedulechange
: Schedule Change-API Notification
Order's passenger Email. Email address passed to the Airline.
eventStatus
array[integer]
optionalA list containing incident stauses Incident Receiving Time Start
Format: yyyy-MM-dd HH:mm:ss UTC+08:00
Incident Receiving Time End
Format: yyyy-MM-dd HH:mm:ss UTC+08:00
Departure Time Start(Departure local time)
Format: yyyy-MM-dd HH:mm:ss
Departure Time End(Departure local time)
Format: yyyy-MM-dd HH:mm:ss
Number of records per page
{
"eventId": "string",
"orderNo": "string",
"eventType": "string",
"pnr": "string",
"paxName": "string",
"paxEmail": "string",
"airline": "string",
"eventStatus": [
0
],
"eventTimeStart": "string",
"eventTimeEnd": "string",
"depTimeStart": "string",
"depTimeEnd": "string",
"updateTimeStart": "string",
"pageIndex": 1,
"pageSize": 0
}
Request samples
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": "string",
"orderNo": "string",
"eventType": "string",
"pnr": "string",
"paxName": "string",
"paxEmail": "string",
"airline": "string",
"eventStatus": [
0
],
"eventTimeStart": "string",
"eventTimeEnd": "string",
"depTimeStart": "string",
"depTimeEnd": "string",
"updateTimeStart": "string",
"pageIndex": 1,
"pageSize": 0
}'
Responses
application/json records
array [object {15}]
requiredIncident type
-email.schedulechange
: Schedule Change-Email Notification
-abnormal.cancelled
: Unacounted Cancellation
-order.schedulechange
: Schedule Change-API Notification
Incident staus
-0
: Unconfirmed
-1
: Confirmed
Incident recieving time.
Format: yyyy-MM-dd HH:mm:ss UTC+08:00
confirmedResult
string | null
optionalIncident Reason. Schedule Change Type & Cancelled Type.
confirmedRemark
string | null
optionalIncident create time.
Format: yyyy-MM-dd HH:mm:ss UTC+08:00
Flight depature time. Depature local time.
Confirmed Time.
Format: yyyy-MM-dd HH:mm:ss UTC+08:00
Send the notification or not. 1: YES. 0: No
Order's passenger Email. Email address passed to the Airline.
{
"status": 0,
"msg": "string",
"records": [
{
"eventId": "string",
"orderNo": "string",
"eventType": "string",
"eventStatus": 0,
"eventTime": "string",
"confirmedResult": "string",
"confirmedRemark": "string",
"createTime": "string",
"airline": "string",
"depTime": "string",
"confirmTime": "string",
"notified": 0,
"pnr": "string",
"paxName": "string",
"paxEmail": "string"
}
],
"pageIndex": "string",
"pageSize": "string",
"total": "string"
}
Modified at 2025-07-18 06:59:25