Fleet OrchestratorAPI ReferenceServicesGet service by idReturns service details by numeric id.GET/services/single/{id}ProductionStagingTry itPath ParametersParameterTypeDescriptionidstringService numeric idExample Response{ "name": "Executive Shuttle", "type": "private", "maxPax": 10, "availableCount": 5, "sharedWithIds": [ 1, 2 ], "penaltyScore": 1 }PreviousCreate serviceNextUpdate service