get Block Activity Log
GET {{HostName}}/blk/v1/blockActivityLog?hotelId={{HotelId}}&moduleParamsParameterName=ALLOTMENT_ID&moduleParamsParameterValue={{BlockId}}&activityGroup=REP_BLOCK&activityType=UPDATE+BLOCK+GRID&activityParamsToDate=2023-08-13&activityParamsFromDate=2023-06-30
To find out the values you can use in the query parameter 'moduleParamsParameterName', use LOV operation getUserLogActivityTypes to find the values available, eg Allotment_id
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
hotelId | string | ||
offset | number | ||
limit | number | ||
moduleParamsParameterName | string | ||
moduleParamsParameterValue | string | ||
activityGroup | string | ||
activityType | string | ||
activityParamsToDate | string | ||
activityParamsFromDate | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-hotelId | string | ||
x-app-key | string |