v1

latestOpenAPI 3.0.0Proprietary2026-08-06130577659.7 KB
Orders|Order

Request order details.

This endpoint enables the retrieval of comprehensive order information by supplying the internal id. This information includes performanceFields, orderLog, tourInfo and orderQualification. Within geoCapture, performance fields denote particular metrics or parameters used for defining and quantifying the output or efficiency of tasks and services within the platform. The order log provides details of status changes within the order. The tourInfo references the tour in which the order is scheduled. The orderQualification refers to the specific skills and abilities required for employees or teams to effectively complete assigned tasks or projects, ensuring that the right expertise is matched to each job requirement. The opening hours in the orderDetails field consist of the day of the week as the key and the corresponding start and end times expressed as a string.

get/order/fetch_data

Query parameters

idinteger required

The internal id of the order. This Parameter is required.

order_logboolean

Show the order log. This Parameter is optional.

order_qualificationboolean

Show the order qualification. This Parameter is optional.

tour_infoboolean

Show the tour info. This Parameter is optional.

Response

Success Response:

Example response

{
  "orderDetails": {
    "orderDate": "2015-02-20T12:59:21+01:00",
    "latLng": [
      52.38127828631681,
      7.594243214018696
    ],
    "plannedDate": "2015-02-20T12:59:21+01:00",
    "dueDate": "2015-02-20T12:59:21+01:00",
    "openingHours": {
      "MO": [
        [
          "08:00",
          "13:00"
        ]
      ],
      "TU": [
        [
          "08:00",
          "13:00"
        ]
      ],
      "WE": [
        [
          "08:00",
          "13:00"
        ]
      ],
      "TH": [
        [
          "08:00",
          "13:00"
        ]
      ],
      "FR": [
        [
          "08:00",
          "13:00"
        ]
      ],
      "SA": [
        [
          "08:00",
          "13:00"
        ]
      ],
      "SU": [
        [
          "08:00",
          "13:00"
        ]
      ]
    },
    "createdAt": "2015-02-20T12:59:21+01:00"
  },
  "orderLog": [
    {
      "time": "2015-02-20T12:59:21+01:00"
    }
  ],
  "tourInfo": {
    "startDate": "2015-02-20T12:59:21+01:00",
    "endDate": "2015-02-20T12:59:21+01:00"
  },
  "schedule": {
    "plannedArrivalAt": "2015-02-20T12:59:21+01:00",
    "estimatedArrivalAt": "2015-02-20T12:59:21+01:00",
    "navigationStartAt": "2015-02-20T12:59:21+01:00",
    "realArrivalAt": "2015-02-20T12:59:21+01:00",
    "finishedAt": "2015-02-20T12:59:21+01:00",
    "estimatedDepartureAt": "2015-02-20T12:59:21+01:00",
    "realDepartureAt": "2015-02-20T12:59:21+01:00",
    "avisSendAt": "2015-02-20T12:59:21+01:00",
    "avisAt": "2015-02-20T12:59:21+01:00"
  }
}