{ "operationId": "get-revision-bom", "method": "GET", "path": "/ids/{edgeWorkerId}/revisions/{revisionId}/bom", "summary": "Akamai Get a Revision BOM", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "edgeWorkerId": 42, "version": "0.7", "dependencies": { "redirect-geo-query": { "edgeWorkerId": 23, "version": "4.0", "dependencies": {} } } } } ] }