{ "operationId": "listCompanies", "method": "GET", "path": "/companies", "summary": "List Companies", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "Listcompanies200Example", "example": { "value": [ { "id": "abc123", "name": "Example Title", "displayName": "example_value", "businessProfileId": "500123" } ] } } ] }