get Activities
GET {{HostName}}/act/v1/activities?ownerCode=ALL&hotelIds={{HotelId}}&endDate=2023-09-30&limit=200&startDate=2023-09-01&offset=1
You can use this API to retrieve an activities for a hotel, you can narrow the results using different search criteria.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
highPriority | boolean | ||
fromDate | string | ||
toDate | string | ||
activityPurpose | string | ||
accountId | null | ||
maxFetchCount | number | ||
pageNumber | number | ||
activityClass | string | ||
superSearch | string | ||
ownerCode | string | ||
completed | boolean | ||
hotelIds | string | ||
endDate | string | ||
limit | number | ||
startDate | string | ||
offset | number |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-app-key | string | ||
x-hotelid | string |