List orders at subscription level.

get/subscriptions/{subscriptionId}/providers/Microsoft.EdgeOrder/orders

Query parameters

$skipTokenstring

$skipToken is supported on Get list of orders, which provides the next page in the list of orders.

$topinteger

$top is supported on fetching list of resources. $top=10 means that the first 10 items in the list will be returned to the API caller.

Parameters

../../../../../../common-types/resource-management/v5/types.json#/components/parameters/ApiVersionParameter — unresolved $ref
../../../../../../common-types/resource-management/v5/types.json#/components/parameters/SubscriptionIdParameter — unresolved $ref

Response

The request has succeeded.

valueOrderResource[] required— unresolved $ref

The OrderResource items on this page

nextLinkstring uri

The link to the next page of items

Changes

Changed in 3 of the 4 revisions of this API.18

  • 2020-12-01-preview5879937957991See the full diff
    • api tag Order removed

      api-tag-removed

  • 2020-12-01-preview33a2b42e701c13See the full diff
    • deleted the query request parameter $top

      request-parameter-removed

    • api operation id Orders_ListBySubscription removed and replaced with ListOrderAtSubscriptionLevel

      api-operation-id-removed

    • api tag Orders added

      api-tag-added

    • api tag Order removed

      api-tag-removed

  • 2020-12-01-previewe49dc5eaab504See the full diff
    • api operation id ListOrderAtSubscriptionLevel removed and replaced with Orders_ListBySubscription

      api-operation-id-removed

    • api tag Order added

      api-tag-added

    • api tag Orders removed

      api-tag-removed

    • added the new optional query request parameter $top

      new-optional-request-parameter