v7

latestSwagger 2.02026-07-13186148695.0 KB
Datasets

Dataset access list.

get/datasets/{datasetId}/access

Path parameters

datasetIdstring required

Id of dataset to be accessed.

Query parameters

subscriptionIdsstring[]

Subscription Ids.

resourceIdsstring[]

Resource Ids.

maxPageSizeinteger

Maximum number of items needed (inclusive). Minimum = 10, Maximum = 1000, Default value = 50.

skipTokenstring

Skip token for getting next set of results.

api-versionstring required

The requested API version

Response

Success

skipTokenstring

Token used in retrieving the next page. If null, there are no additional pages.

nextLinkstring

Continuation link (absolute URI) to the next page of results in the list.

Example response

{
  "value": [
    {
      "createdDateTime": "2020-12-31T11:10:21Z",
      "modifiedDateTime": "2020-12-31T11:10:21Z"
    }
  ]
}