{ "operationId": "get-properties", "method": "GET", "path": "/ids/{edgeWorkerId}/properties", "summary": "Akamai List Properties", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "limitedAccessToProperties": false, "properties": [ { "latestVersion": 147, "productionVersion": null, "propertyId": 4567, "propertyName": "www.customer.com", "stagingVersion": 147 }, { "latestVersion": 56, "productionVersion": 55, "propertyId": 6789, "propertyName": "www.other.customer.com", "stagingVersion": 56 } ] } } ] }