{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Lists API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Lists", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform Get lists", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/rules/lists", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Fetches all lists in the account." }, { "info": { "name": "APIs.io Engineering Platform Create a list", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/rules/lists", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new list of the specified type." }, { "info": { "name": "APIs.io Engineering Platform Get a list", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/rules/lists/:list_id", "params": [ { "name": "list_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Fetches the details of a list." }, { "info": { "name": "APIs.io Engineering Platform Update a list", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/rules/lists/:list_id", "params": [ { "name": "list_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the description of a list." }, { "info": { "name": "APIs.io Engineering Platform Delete a list", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/rules/lists/:list_id", "params": [ { "name": "list_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Deletes a specific list and all its items." }, { "info": { "name": "APIs.io Engineering Platform Get list items", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/rules/lists/:list_id/items", "params": [ { "name": "list_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" }, { "name": "cursor", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" }, { "name": "search", "value": "", "type": "query" } ] }, "docs": "Fetches all the items in the list." }, { "info": { "name": "APIs.io Engineering Platform Create list items", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/rules/lists/:list_id/items", "params": [ { "name": "list_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Appends new items to the list.\n\nThis operation is asynchronous. To get current the operation status, invoke the [Get bulk operation status](/operations/lists-get-bulk-operation-status) endpoint with the returned `operation_id`." }, { "info": { "name": "APIs.io Engineering Platform Update all list items", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/rules/lists/:list_id/items", "params": [ { "name": "list_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Removes all existing items from the list and adds the provided items to the list.\n\nThis operation is asynchronous. To get current the operation status, invoke the [Get bulk operation status](/operations/lists-get-bulk-operation-status) endpoint with the returned `operation_id`." }, { "info": { "name": "APIs.io Engineering Platform Delete list items", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/rules/lists/:list_id/items", "params": [ { "name": "list_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Removes one or more items from a list.\n\nThis operation is asynchronous. To get current the operation status, invoke the [Get bulk operation status](/operations/lists-get-bulk-operation-status) endpoint with the returned `operation_id`." }, { "info": { "name": "APIs.io Engineering Platform Get a list item", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_identifier/rules/lists/:list_id/items/:item_id", "params": [ { "name": "item_id", "value": "", "type": "path" }, { "name": "list_id", "value": "", "type": "path" }, { "name": "account_identifier", "value": "", "type": "path" } ] }, "docs": "Fetches a list item in the list." }, { "info": { "name": "APIs.io Engineering Platform Get bulk operation status", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_identifier/rules/lists/bulk_operations/:operation_id", "params": [ { "name": "operation_id", "value": "", "type": "path" }, { "name": "account_identifier", "value": "", "type": "path" } ] }, "docs": "Gets the current status of an asynchronous operation on a list.\n\nThe `status` property can have one of the following values: `pending`, `running`, `completed`, or `failed`. If the status is `failed`, the `error` property will contain a message describing the error." } ] } ], "bundled": true }