openapi: 3.1.0 info: title: Microsoft Azure Cognitive Services Accounts Mobile Apps API description: APIs for vision, speech, language, and decision-making AI capabilities including Computer Vision, Text Analytics, and Translator services. version: '3.2' contact: name: Microsoft Azure Support url: https://azure.microsoft.com/en-us/support/ termsOfService: https://www.microsoft.com/en-us/legal/terms-of-use servers: - url: https://{region}.api.cognitive.microsoft.com description: Azure Cognitive Services Regional Endpoint variables: region: default: eastus description: Azure region for the Cognitive Services resource security: - apiKey: [] tags: - name: Mobile Apps description: Manage mobile applications paths: /deviceAppManagement/mobileApps: get: operationId: listMobileApps summary: Microsoft List mobile apps description: List properties and relationships of mobile app objects. tags: - Mobile Apps parameters: - $ref: '#/components/parameters/select' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/top' responses: '200': description: List of mobile apps content: application/json: schema: type: object properties: value: type: array items: $ref: '#/components/schemas/MobileApp' '401': description: Unauthorized components: parameters: select: name: $select in: query schema: type: string top: name: $top in: query schema: type: integer filter: name: $filter in: query schema: type: string schemas: MobileApp: type: object properties: id: type: string displayName: type: string description: type: string publisher: type: string createdDateTime: type: string format: date-time lastModifiedDateTime: type: string format: date-time isFeatured: type: boolean publishingState: type: string enum: - notPublished - processing - published securitySchemes: apiKey: type: apiKey name: Ocp-Apim-Subscription-Key in: header description: Azure Cognitive Services subscription key externalDocs: description: Azure AI Services Documentation url: https://learn.microsoft.com/en-us/azure/ai-services/