Mark Done

Mark done

post

Mark the site activity as done

Authorizations
Path parameters
uidstringRequired
remote_idstringOptional

If you choose to identify an object with its remote_id instead of its uid then

  • replace the uid value with the remote_id value in the URL

  • specify lookup_field=remote_id in the query parameters

Query parameters
lookup_fieldstringOptional

Used to specify what field is used in the URL to identify the object you're requesting, e.g. with the remote_id (see path parameters)

Body
categorystring · enumRequiredExample: loadingPossible values:
on_site_datestring · date-timeRequired
complete_datestring · date-timeRequired
Responses
200
Create successful
application/json
post
POST /api/v4/sites/{uid}/mark-done HTTP/1.1
Host: api.dashdoc.eu
Authentication: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 107

{
  "category": "loading",
  "on_site_date": "2025-06-23T01:13:20.698Z",
  "complete_date": "2025-06-23T01:13:20.698Z"
}
200

Create successful

{
  "success": true
}

Last updated

Was this helpful?