Logs API

Created by Moveinsync Help, Modified on Thu, 28 Aug at 6:20 AM by Moveinsync Help

Endpoint

GET https://wis-api-integration.workinsync.io/integration-service/spot/logs

Example cURL Request

curl --location 'https://wis-api-integration.workinsync.io/integration-service/spot/logs?startTime=1755412200000&endTime=1755451800000&bookingId=CHE-CHE-3225-BXKU' \ --header 'Authorization: Bearer <add your respective token>'

Headers

HeaderValueRequired
AuthorizationBearer <your_token_here>Yes


Query Parameters

ParameterTypeRequiredDescription
startTimelongYesStart of the time range in epoch milliseconds
endTimelongYesEnd of the time range in epoch milliseconds
bookingIdstringNoOptional booking ID to filter logs for a specific reservation


Behavior

  • If startTime and endTime are provided:
    Returns all logs within the specified time range.

  • If startTime, endTime, and bookingId are provided:
    Returns logs only for the specified booking ID within the given time range.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article