Approve Timesheets by IDs

Endpoint: POST /timesheets/approve

Description: Approve specific timesheets by providing their IDs in the ids field. You can also mute notifications by setting mute_notification to true.

Request Body Sample:

{
    "ids":[1,2],
    "mute_notification": false // optional - default is false
}

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
Headers
string
Responses

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json