---
title: "GET /providers/Microsoft.WindowsIoT/operations"
method: GET
path: "/providers/Microsoft.WindowsIoT/operations"
tags: ["Operations"]
---

# GET /providers/Microsoft.WindowsIoT/operations

`GET /providers/Microsoft.WindowsIoT/operations`

Lists all of the available Windows IoT Services REST API operations.

## Query parameters

- `api-version` string, required

## Response `200`

OK. The request has succeeded.

- OperationListResult — Result of the request to list Windows IoT Device Service operations. It contains a list of operations and a URL link to get the next set of results.
  - `value` OperationEntity[] — List of Windows IoT Device Service operations supported by the Microsoft.WindowsIoT resource provider.
    - `name` string — Operation name: {provider}/{resource}/{operation}.
    - `display` OperationDisplayInfo — The operation supported by Azure Data Catalog Service.
      - `description` string — The description of the operation.
      - `operation` string — The action that users can perform, based on their permission level.
      - `provider` string — Service provider: Azure Data Catalog Service.
      - `resource` string — Resource on which the operation is performed.
    - `isDataAction` boolean — Indicates whether the operation is a data action
    - `origin` string — Indicates the executor of the operation.
  - `nextLink` string — URL to get the next set of operation list results if there are any.

## Other responses

- `default` — DefaultErrorResponse

---

[API](https://skmtc.net/azure/apis/deviceservices.md) · [All operations](https://skmtc.net/azure/apis/deviceservices/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/deviceservices/versions/152fd9003ee4/schema)
