Fleet OrchestratorAPI ReferenceSitesGet site by idReturns site details by numeric id.GET/sites/single/{id}ProductionStagingTry itPath ParametersParameterTypeDescriptionidstringSite numeric idExample Response{ "id": 1, "name": "Tel Aviv Depot", "operation": "evs", "companyId": 3, "email": "ta-depot@example.com", "phone": "+15551234567", "address": { "name": "HQ", "lat": 32.08, "lng": 34.78 } }PreviousCreate siteNextUpdate site