{ "uuid": "b442805c-b445-4f92-97ee-193095d75099", "lastMigration": 29, "name": "Amazon Honeycode", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "7d6c7c3b-6633-4fb7-a412-da776634dce7", "documentation": "

The BatchCreateTableRows API allows you to create one or more rows at the end of a table in a workbook. The API allows you to specify the values to set in some or all of the columns in the new rows.

If a column is not explicitly set in a specific row, then the column level formula specified in the table will be applied to the new row. If there is no column level formula but the last row of the table has a formula, then that formula will be copied down to the new row. If there is no column level formula and no formula in the last row of the table, then that column will be left blank for the new rows.

", "method": "post", "endpoint": "workbooks/:workbookId/tables/:tableId/rows/batchcreate", "responses": [ { "uuid": "0dedfe78-28d2-4fd4-b02d-70eca2e6e6fd", "body": "{\n \"workbookCursor\": {{faker 'number.int' max=99999}},\n \"createdRows\": {},\n \"failedBatchItems\": [\n {\n \"id\": \"\",\n \"errorMessage\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "56767678-694d-4993-bba9-47534bb6dbb8", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "AccessDeniedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "18deb9d5-5387-4bbb-89bb-3efc3fb103c4", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InternalServerException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "96182e42-5d5f-4448-b0e1-3b410c6481dc", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "RequestTimeoutException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5a8a79f5-ad7c-41d9-afa5-e4ec1e607f3c", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ResourceNotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "08d341d2-0edf-4572-8166-c03538e419a4", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "ServiceQuotaExceededException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a25b2c74-1e2c-4864-864c-6afaf4e22a20", "body": "\"\"", "latency": 0, "statusCode": 485, "label": "ServiceUnavailableException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7d40b707-821a-46fb-9771-769c811c86ee", "body": "\"\"", "latency": 0, "statusCode": 486, "label": "ThrottlingException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "03db7f54-fb9b-4a27-8450-ab2c73f92b8a", "body": "\"\"", "latency": 0, "statusCode": 487, "label": "ValidationException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2302ac02-9ba2-4490-8167-498897a18ad1", "documentation": " The BatchDeleteTableRows API allows you to delete one or more rows from a table in a workbook. You need to specify the ids of the rows that you want to delete from the table. ", "method": "post", "endpoint": "workbooks/:workbookId/tables/:tableId/rows/batchdelete", "responses": [ { "uuid": "ac319eaa-957c-43c7-a866-2a024ada8f2e", "body": "{\n \"workbookCursor\": {{faker 'number.int' max=99999}},\n \"failedBatchItems\": [\n {\n \"id\": \"\",\n \"errorMessage\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "54843247-e945-4152-8259-f8e8077762a9", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "AccessDeniedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3ef7fcfb-53dd-4015-b985-339f05b02bb8", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InternalServerException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3b1e6705-0daf-46d6-b869-2ca9bbbd457f", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "ResourceNotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d163cbd6-21fb-43fd-ba42-c78298febec1", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ServiceUnavailableException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9ff32042-a701-425d-a93d-adff15e5b637", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "ValidationException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9e8f45e5-f20d-461d-b200-e78a56a57fac", "body": "\"\"", "latency": 0, "statusCode": 485, "label": "RequestTimeoutException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6b4f78cc-7334-43e9-9049-2809e7db6419", "body": "\"\"", "latency": 0, "statusCode": 486, "label": "ThrottlingException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c5801014-9378-4a7e-be4d-3af9c279b066", "documentation": "

The BatchUpdateTableRows API allows you to update one or more rows in a table in a workbook.

You can specify the values to set in some or all of the columns in the table for the specified rows. If a column is not explicitly specified in a particular row, then that column will not be updated for that row. To clear out the data in a specific cell, you need to set the value as an empty string (\"\").

", "method": "post", "endpoint": "workbooks/:workbookId/tables/:tableId/rows/batchupdate", "responses": [ { "uuid": "891b50b6-ad7e-4e79-be90-48e7fc4f6546", "body": "{\n \"workbookCursor\": {{faker 'number.int' max=99999}},\n \"failedBatchItems\": [\n {\n \"id\": \"\",\n \"errorMessage\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "433b138e-9821-40d0-b4f7-bf6176a16350", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "AccessDeniedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "72a55b2c-8386-41af-8106-17449dfea636", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InternalServerException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "74039740-6e95-4b3b-be67-c0d6146ae8d2", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "ResourceNotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "585d2b56-ca41-4170-8409-2a50d03f4272", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ServiceUnavailableException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4a4da51e-6731-4cb3-8540-208c407d67f3", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "ValidationException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5588701b-5701-4bf6-9902-36090c333b6f", "body": "\"\"", "latency": 0, "statusCode": 485, "label": "RequestTimeoutException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "63f5b26c-6aa2-43f6-bf92-55405777325a", "body": "\"\"", "latency": 0, "statusCode": 486, "label": "ThrottlingException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "dc176ced-92b0-4425-8f2f-e53261216190", "documentation": "

The BatchUpsertTableRows API allows you to upsert one or more rows in a table. The upsert operation takes a filter expression as input and evaluates it to find matching rows on the destination table. If matching rows are found, it will update the cells in the matching rows to new values specified in the request. If no matching rows are found, a new row is added at the end of the table and the cells in that row are set to the new values specified in the request.

You can specify the values to set in some or all of the columns in the table for the matching or newly appended rows. If a column is not explicitly specified for a particular row, then that column will not be updated for that row. To clear out the data in a specific cell, you need to set the value as an empty string (\"\").

", "method": "post", "endpoint": "workbooks/:workbookId/tables/:tableId/rows/batchupsert", "responses": [ { "uuid": "a8ba4b0d-1e34-4fd5-9604-98d59654ec5e", "body": "{\n \"rows\": {},\n \"workbookCursor\": {{faker 'number.int' max=99999}},\n \"failedBatchItems\": [\n {\n \"id\": \"\",\n \"errorMessage\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e148b8d5-3c5b-4a81-9ed0-02ca22b729b7", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "AccessDeniedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "75a0e402-dfd1-499d-9c70-c446e22850f6", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InternalServerException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "db7e1e42-63f0-4bad-a979-7e746124d8c8", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "RequestTimeoutException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "190c53ed-26e4-42f5-a5bd-8a46d917a15d", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ResourceNotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a46205f8-bec5-4a80-b041-9a07a3d500c1", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "ServiceQuotaExceededException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e353f9ba-393a-4819-92ae-14b7653a3c51", "body": "\"\"", "latency": 0, "statusCode": 485, "label": "ServiceUnavailableException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "beec4481-fdd9-41fe-9864-ff30a0eb656e", "body": "\"\"", "latency": 0, "statusCode": 486, "label": "ThrottlingException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e2152a21-d0f0-43ba-823b-5ad14054d7b4", "body": "\"\"", "latency": 0, "statusCode": 487, "label": "ValidationException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "94102785-707e-4b85-b7f1-ddec5c2d2b74", "documentation": " The DescribeTableDataImportJob API allows you to retrieve the status and details of a table data import job. ", "method": "get", "endpoint": "workbooks/:workbookId/tables/:tableId/import/:jobId", "responses": [ { "uuid": "d0fdf377-7620-49c5-88c2-f10e430e460d", "body": "{\n \"jobStatus\": \"\",\n \"message\": \"\",\n \"jobMetadata\": {\n \"submitter\": {\n \"email\": \"\",\n \"userArn\": \"\"\n },\n \"submitTime\": \"{{faker 'date.recent' 365}}\",\n \"importOptions\": {\n \"destinationOptions\": {\n \"columnMap\": {}\n },\n \"delimitedTextOptions\": {\n \"delimiter\": \"\",\n \"hasHeaderRow\": {{faker 'datatype.boolean'}},\n \"ignoreEmptyRows\": {{faker 'datatype.boolean'}},\n \"dataCharacterEncoding\": \"\"\n }\n },\n \"dataSource\": {\n \"dataSourceConfig\": {\n \"dataSourceUrl\": \"\"\n }\n }\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8eaba7dd-7135-4022-973b-58ad6b249647", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "AccessDeniedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "826654cd-bada-4d2d-b107-1c735fe257c5", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InternalServerException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9857a48d-b46a-4d44-ba08-d591bed63ad7", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "ResourceNotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8d8af22d-a92b-4cb7-b8a5-1fdd9bbf145b", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ServiceUnavailableException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "704758df-8727-4d46-a5d7-83bca8d7c287", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "ThrottlingException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "da495f3f-7005-4989-98cc-2e382f250463", "body": "\"\"", "latency": 0, "statusCode": 485, "label": "ValidationException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7121c5e4-be1c-4878-aedd-b5023da86d24", "documentation": " The GetScreenData API allows retrieval of data from a screen in a Honeycode app. The API allows setting local variables in the screen to filter, sort or otherwise affect what will be displayed on the screen. ", "method": "post", "endpoint": "screendata", "responses": [ { "uuid": "51e98f2e-1afc-4990-bbba-2a6ec7316ad5", "body": "{\n \"results\": {},\n \"workbookCursor\": {{faker 'number.int' max=99999}},\n \"nextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "f320b3ed-c6db-4f5c-bacd-bbd3d4116452", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "AccessDeniedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d018d682-0a2a-4a17-99fa-67251f89dec5", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InternalServerException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2a0e014c-d39d-4314-8c84-5161c4a96985", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "RequestTimeoutException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "55a15b36-6e1e-48e3-acbc-657e8e0974bc", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ResourceNotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e9bb7e14-bdfe-46f6-9c88-f823b5d215ba", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "ServiceUnavailableException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e8bd24a1-98b3-4850-8f35-b9f81df545a2", "body": "\"\"", "latency": 0, "statusCode": 485, "label": "ThrottlingException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0ea66f52-673b-41ca-96d6-94ec89987c6a", "body": "\"\"", "latency": 0, "statusCode": 486, "label": "ValidationException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "cbf27c39-7b51-43aa-9ec9-084fc6d6f9d3", "documentation": " The InvokeScreenAutomation API allows invoking an action defined in a screen in a Honeycode app. The API allows setting local variables, which can then be used in the automation being invoked. This allows automating the Honeycode app interactions to write, update or delete data in the workbook. ", "method": "post", "endpoint": "workbooks/:workbookId/apps/:appId/screens/:screenId/automations/:automationId", "responses": [ { "uuid": "06936aaf-72d1-42fd-8683-fb0f33d07998", "body": "{\n \"workbookCursor\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "6654eff1-6ea1-4ebb-8ee6-f61ad4052ce3", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "AccessDeniedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4bb66411-2b4b-4de7-ab2e-5aef6417143b", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InternalServerException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a9170585-79af-4802-8f86-8c547cedec2e", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "ResourceNotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "dd02d1eb-aa37-472a-980b-04a9460109c5", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ValidationException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ec1ef186-2f49-4972-bd25-7d0eed56a992", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "ThrottlingException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3ee36b79-9f0e-4aee-b974-e922e9e83d6f", "body": "\"\"", "latency": 0, "statusCode": 485, "label": "ServiceUnavailableException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "68b512d3-b471-40a6-8691-b2da8094e6b6", "body": "\"\"", "latency": 0, "statusCode": 486, "label": "AutomationExecutionException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7e1ff217-218a-43fe-89c0-3ef2e3dbd030", "body": "\"\"", "latency": 0, "statusCode": 487, "label": "AutomationExecutionTimeoutException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3eacdcbe-f3c3-417a-8160-183f0246d0e8", "body": "\"\"", "latency": 0, "statusCode": 488, "label": "RequestTimeoutException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f20a7472-0937-41c3-b557-6a5fdf7d8f37", "documentation": " The ListTableColumns API allows you to retrieve a list of all the columns in a table in a workbook. ", "method": "get", "endpoint": "workbooks/:workbookId/tables/:tableId/columns", "responses": [ { "uuid": "36b1e941-85fc-4072-988d-13d1be163ced", "body": "{\n \"tableColumns\": [\n {\n \"tableColumnId\": \"\",\n \"tableColumnName\": \"\",\n \"format\": \"\"\n }\n ],\n \"nextToken\": \"\",\n \"workbookCursor\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b6e33006-d7f9-4f74-968e-e8f86bb87370", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "AccessDeniedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2637b9d9-07c2-4aac-986a-9d523b8db51b", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InternalServerException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "00e72e0a-8455-4f2a-ad31-6969af9a192e", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "RequestTimeoutException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1c5ba1e6-f022-476b-972e-03b0b678b71b", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ResourceNotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0cd58964-9e91-4dbe-b641-3dd478a4acf6", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "ServiceUnavailableException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "28e80f49-a7d2-499b-b55d-ea1f15aa3df3", "body": "\"\"", "latency": 0, "statusCode": 485, "label": "ThrottlingException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "19c0cb75-bd3a-48b6-b4b5-27a751b12299", "body": "\"\"", "latency": 0, "statusCode": 486, "label": "ValidationException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "015d346d-aac5-45d1-a545-b6b7cb9d2016", "documentation": " The ListTableRows API allows you to retrieve a list of all the rows in a table in a workbook. ", "method": "post", "endpoint": "workbooks/:workbookId/tables/:tableId/rows/list", "responses": [ { "uuid": "02bfa912-e26d-4b39-8021-24123f26f6b8", "body": "{\n \"columnIds\": [\n \"\"\n ],\n \"rows\": [\n {\n \"rowId\": \"\",\n \"cells\": [\n {\n \"formula\": \"\",\n \"format\": \"\",\n \"rawValue\": \"\",\n \"formattedValue\": \"\"\n }\n ]\n }\n ],\n \"rowIdsNotFound\": [\n \"\"\n ],\n \"nextToken\": \"\",\n \"workbookCursor\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "220c062f-ba61-4ad5-b9cb-46e70080dd6e", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "AccessDeniedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b50e68f1-3334-484e-b4b4-1420da8cd24c", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InternalServerException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2f1ecac7-3eaf-4494-bb6f-782b56874ca6", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "ResourceNotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "bb197e32-308d-4ab5-8606-959ad01a2d29", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ServiceUnavailableException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a8b27129-e6c0-4540-92f9-7d8a2d65189d", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "ValidationException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c4ce1c3f-4b76-4950-bf12-671abb81ec01", "body": "\"\"", "latency": 0, "statusCode": 485, "label": "RequestTimeoutException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "28f04211-7fad-4721-af82-53db1d779436", "body": "\"\"", "latency": 0, "statusCode": 486, "label": "ThrottlingException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "957787aa-5dfc-4f10-bb81-82a157087c2e", "documentation": " The ListTables API allows you to retrieve a list of all the tables in a workbook. ", "method": "get", "endpoint": "workbooks/:workbookId/tables", "responses": [ { "uuid": "91fe4305-959e-4db3-b539-72e1993e12f4", "body": "{\n \"tables\": [\n {\n \"tableId\": \"\",\n \"tableName\": \"\"\n }\n ],\n \"nextToken\": \"\",\n \"workbookCursor\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "6d02db49-1d8c-4cfc-81b5-df259f5e6b83", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "AccessDeniedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a73fb2c2-55cd-4416-a2d7-71e07b3f5783", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InternalServerException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3d0003e9-0428-440e-bfea-2dce1313fae0", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "RequestTimeoutException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "bca45392-8b8b-4ff1-aa6b-5da41be577ac", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ResourceNotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f0743254-c453-47c3-8eaa-91771877eaed", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "ServiceUnavailableException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "321cf257-dd6a-45d7-9dfa-8b9a7e080211", "body": "\"\"", "latency": 0, "statusCode": 485, "label": "ThrottlingException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a7d3ff61-c610-4a55-937a-ecb82e715b7a", "body": "\"\"", "latency": 0, "statusCode": 486, "label": "ValidationException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4ee8c323-813e-4491-929e-4ac56f72ef51", "documentation": " The QueryTableRows API allows you to use a filter formula to query for specific rows in a table. ", "method": "post", "endpoint": "workbooks/:workbookId/tables/:tableId/rows/query", "responses": [ { "uuid": "a429a35d-1cde-4c9a-a037-39b0fbe63d4e", "body": "{\n \"columnIds\": [\n \"\"\n ],\n \"rows\": [\n {\n \"rowId\": \"\",\n \"cells\": [\n {\n \"formula\": \"\",\n \"format\": \"\",\n \"rawValue\": \"\",\n \"formattedValue\": \"\"\n }\n ]\n }\n ],\n \"nextToken\": \"\",\n \"workbookCursor\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e3f2ef65-e560-4c6a-bf0e-a7aaa419e1e3", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "AccessDeniedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "381f505d-449e-4a95-b661-8ef66dd14034", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InternalServerException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c11d562d-a648-4fae-add0-ce5c55b1e7ad", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "RequestTimeoutException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "bc17cb61-b342-483b-9fce-a1cb555b6546", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ResourceNotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5bd62d28-ea0d-4ded-83d1-2d4f57ed2574", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "ServiceUnavailableException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "042daacf-609a-45d6-a3c3-fb084f030854", "body": "\"\"", "latency": 0, "statusCode": 485, "label": "ThrottlingException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7871186d-a9f8-47b9-b614-7f58f030849f", "body": "\"\"", "latency": 0, "statusCode": 486, "label": "ValidationException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "87b93277-6ff8-444c-8772-a3e78dd34018", "documentation": " The StartTableDataImportJob API allows you to start an import job on a table. This API will only return the id of the job that was started. To find out the status of the import request, you need to call the DescribeTableDataImportJob API. ", "method": "post", "endpoint": "workbooks/:workbookId/tables/:tableId/import", "responses": [ { "uuid": "fa60113d-2a83-46d1-a384-e54104c408b8", "body": "{\n \"jobId\": \"\",\n \"jobStatus\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "7164fab9-9010-4b42-977b-97d8f6b3989b", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "AccessDeniedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7f6db57e-f245-440c-b45e-02634330a305", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InternalServerException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ac88b43a-46e0-402e-b552-3ef744e5c3b2", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "ResourceNotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "356170b2-ca52-49f4-ac79-e53bd113d3dd", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ServiceUnavailableException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b362daf0-81bd-4ed3-a53f-d0c591fa661f", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "ThrottlingException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "44215e53-1617-431f-b96d-2ab51a1945a4", "body": "\"\"", "latency": 0, "statusCode": 485, "label": "ValidationException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" } ], "proxyMode": false, "proxyHost": "", "proxyRemovePrefix": false, "tlsOptions": { "enabled": false, "type": "CERT", "pfxPath": "", "certPath": "", "keyPath": "", "caPath": "", "passphrase": "" }, "cors": true, "headers": [], "proxyReqHeaders": [{ "key": "", "value": "" }], "proxyResHeaders": [{ "key": "", "value": "" }], "data": [], "folders": [], "rootChildren": [ { "type": "route", "uuid": "7d6c7c3b-6633-4fb7-a412-da776634dce7" }, { "type": "route", "uuid": "2302ac02-9ba2-4490-8167-498897a18ad1" }, { "type": "route", "uuid": "c5801014-9378-4a7e-be4d-3af9c279b066" }, { "type": "route", "uuid": "dc176ced-92b0-4425-8f2f-e53261216190" }, { "type": "route", "uuid": "94102785-707e-4b85-b7f1-ddec5c2d2b74" }, { "type": "route", "uuid": "7121c5e4-be1c-4878-aedd-b5023da86d24" }, { "type": "route", "uuid": "cbf27c39-7b51-43aa-9ec9-084fc6d6f9d3" }, { "type": "route", "uuid": "f20a7472-0937-41c3-b557-6a5fdf7d8f37" }, { "type": "route", "uuid": "015d346d-aac5-45d1-a545-b6b7cb9d2016" }, { "type": "route", "uuid": "957787aa-5dfc-4f10-bb81-82a157087c2e" }, { "type": "route", "uuid": "4ee8c323-813e-4491-929e-4ac56f72ef51" }, { "type": "route", "uuid": "87b93277-6ff8-444c-8772-a3e78dd34018" } ] }