{ "opencollection": "1.0.0", "info": { "name": "FlashArray REST Active Directory Invoices API", "version": "2.52" }, "items": [ { "info": { "name": "Invoices", "type": "folder" }, "items": [ { "info": { "name": "Pure Storage Get Invoices", "type": "http" }, "http": { "method": "GET", "url": "/api/1.5/invoices", "headers": [ { "name": "Authorization", "value": "" }, { "name": "X-Request-ID", "value": "" } ], "params": [ { "name": "continuation_token", "value": "", "type": "query", "description": "An opaque token used to iterate over a collection.\nThe token to use on the next request is returned in the\n`continuation_token` field of the result.\nSingle quotes are required around all strings.\n" }, { "name": "filter", "value": "", "type": "query", "description": "Exclude resources that don't match the specified criteria.\nSingle quotes are required around all strings inside the filters.\n" }, { "name": "ids", "value": "", "type": "query", "description": "A comma-separated list of resource IDs.\nIf there is not at least one resource that matches each `id` element,\nan error is returned.\nSingle quotes are required around all strings.\n" }, { "name": "limit", "value": "", "type": "query", "description": "Limit the size of the response to the specified number of resources.\nA limit of 0 can be used to get the number of resources without getting\nall of the resources. It will be returned in the total_item_count field.\nIf a client asks for a page size larger than the maximum number, the request\nis still valid. In that case the server just returns the maximum number of\nitems, disregarding the client's page size request. If not specified, defaults\nto 1000.\n" }, { "name": "offset", "value": "", "type": "query", "description": "The offset of the first resource to return from a collection.\n" }, { "name": "partner_purchase_orders", "value": "", "type": "query", "description": "A comma-separated list of partner purchase order numbers.\nIf there is not at least one resource that matches each `partner_purchase_order` element,\nan error is returned.\nSingle quotes are required around all strings.\n" }, { "name": "sort", "value": "", "type": "query", "description": "Sort the response by the specified fields (in descending order if '-'\nis appended to the field name).\nIf you provide a sort you will not get a continuation token in\nthe response.\n" }, { "name": "subscription_ids", "value": "", "type": "query", "description": "A comma-separated list of subscription IDs.\nIf there is not at least one resource that matches each `subscription.id`\nelement, an error is returned.\nSingle quotes are required around all strings.\n" }, { "name": "subscription_names", "value": "", "type": "query", "description": "A comma-separated list of subscription names.\nIf there is not at least one resource that matches each `subscription.name`\nelement, an error is returned.\nSingle quotes are required around all strings.\n" } ] }, "docs": "Retrieves information about Pure1 subscription invoices.\n" } ] } ], "bundled": true }