None.
None.
Name | Description | Usage |
---|---|---|
modified | Sorts the request by modified date. | GET v3/subscriptions?sort=modified~{direction} |
name | Sorts the request by name. | GET v3/subscriptions?sort=name~{direction} |
Name | Description | Usage |
---|---|---|
index | The index to retrieve when requesting paged results. | GET v3/subscriptions?page=index~{value} |
size | The size of the page when requesting paged results. | GET v3/subscriptions?page=size~{value} |
Name | Description | Type | Additional Info |
---|---|---|---|
Subscriptions | The list of subscriptions. | Collection of SubscriptionV3 | None. |
NextPageUrl | The URL of the next page of data for the list. | string | None. |
PageIndex | The index of the requested page. | integer | None. |
PageSize | The size of the requested page. | integer | None. |
TotalPages | The total number of pages, based on total results and page size. | integer | None. |
TotalResults | The total number of results. | integer | None. |
Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{ "Subscriptions": [ { "Created": "2025-01-18T05:12:07.5644761+00:00", "Modified": "2025-01-18T05:12:07.5644761+00:00", "Name": "sample string 3", "SubscriptionId": "3a486628-33de-44ef-bd94-f82d4a86a50c" }, { "Created": "2025-01-18T05:12:07.5644761+00:00", "Modified": "2025-01-18T05:12:07.5644761+00:00", "Name": "sample string 3", "SubscriptionId": "3a486628-33de-44ef-bd94-f82d4a86a50c" } ], "NextPageUrl": "sample string 1", "PageIndex": 1, "PageSize": 1, "TotalPages": 1, "TotalResults": 1, "Error": { "ErrorId": 1, "ErrorMessage": "sample string 1" } }
Sample:
/**/ typeof === 'function' && ({"Subscriptions":[{"Created":"2025-01-18T05:12:07.5644761+00:00","Modified":"2025-01-18T05:12:07.5644761+00:00","Name":"sample string 3","SubscriptionId":"3a486628-33de-44ef-bd94-f82d4a86a50c"},{"Created":"2025-01-18T05:12:07.5644761+00:00","Modified":"2025-01-18T05:12:07.5644761+00:00","Name":"sample string 3","SubscriptionId":"3a486628-33de-44ef-bd94-f82d4a86a50c"}],"NextPageUrl":"sample string 1","PageIndex":1,"PageSize":1,"TotalPages":1,"TotalResults":1,"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});