v1

latestOpenAPI 3.1.02026-07-2438302.6 MB

Get Timesheet Location

get/timesheet/location

Query parameters

pageinteger
limitinteger

Request body

Response

200

typestring
total_recordsinteger
total_pagesinteger
current_pageinteger

Example response

{
  "type": "success",
  "data": [
    {
      "location_uid": "4a5ec1a6-13e3-4fc8-b2be-74812ea4b0ee",
      "location_name": "RK Industries Address",
      "latitude": 13.0102472305298,
      "longitude": 80.2105865478516,
      "address": "Somewhere in Guindy",
      "radius": 1000,
      "created_at": "2019-06-26T05:49:09.000Z"
    }
  ],
  "total_records": 28,
  "total_pages": 3,
  "current_page": 1
}