moovexDocs

Get service by id

Returns service details by numeric id.

GET/services/single/{id}

Path Parameters

ParameterTypeDescription
idstringService numeric id

Example Response

{
  "name": "Executive Shuttle",
  "type": "private",
  "maxPax": 10,
  "availableCount": 5,
  "sharedWithIds": [
    1,
    2
  ],
  "penaltyScore": 1
}

On this page