JSON request for retrieving shift details

Created by Alex C, Modified on Mon, 22 Dec, 2025 at 7:50 PM by Alex C

  • Request the body in JSON format
    {
    "token":"your-token-here",

    "dateStart":"2023-03-31",
    "dateEnd":"2023-04-30"

    }
    • token
      • This is mandatory
  • API responses HTTP CODES:
    • 400
      • Incorrect request.
        • If there's a specific error such as exportFormat incorrect or Wrong date then there will be an error message
    • 401
      • Auth error
        • No token or user inactive, etc
    • 403
      • Access denied for this report
        • Report not added or does not exist
    • 200
      • All is fine, and you have a JSON as the output

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