{ "operationId": "Subscriptions_List", "method": "GET", "path": "/subscriptions", "summary": "Microsoft Azure List All Subscriptions", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "SubscriptionsList200Example", "example": { "value": [ { "id": "abc123", "subscriptionId": "500123", "displayName": "example_value", "tenantId": "500123", "state": "Enabled", "authorizationSource": "example_value", "tags": "example_value" } ], "nextLink": "example_value" } }, { "status": "default", "contentType": "application/json", "name": "SubscriptionsListdefaultExample", "example": { "error": { "code": "example_value", "message": "example_value", "target": "example_value", "details": [ {} ], "additionalInfo": [ {} ] } } } ] }