{ "uuid": "60707234-53f2-47f9-b086-faa82100999c", "lastMigration": 29, "name": "Twilio - Studio", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "ac182b8e-46d3-4ec1-af69-3aff22010576", "documentation": "Retrieve a list of all Flows.", "method": "get", "endpoint": "v1/Flows", "responses": [ { "uuid": "1036b890-18a9-4bde-b6f6-cc676d7ed7df", "body": "{\n \"flows\": [\n {\n \"account_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"links\": {},\n \"sid\": \"\",\n \"status\": \"{{oneOf (array 'draft' 'published')}}\",\n \"url\": \"\",\n \"version\": {{faker 'number.int' max=99999}}\n }\n ],\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d7f569cd-8797-40c3-a639-c1b23975326c", "documentation": "Retrieve a list of all Engagements for the Flow.", "method": "get", "endpoint": "v1/Flows/:FlowSid/Engagements", "responses": [ { "uuid": "2a299f31-589f-48f1-af7b-6f942a2e842c", "body": "{\n \"engagements\": [\n {\n \"account_sid\": \"\",\n \"contact_channel_address\": \"\",\n \"contact_sid\": \"\",\n \"context\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"flow_sid\": \"\",\n \"links\": {},\n \"sid\": \"\",\n \"status\": \"{{oneOf (array 'active' 'ended')}}\",\n \"url\": \"\"\n }\n ],\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7bd03d65-2e62-458b-8b59-5b95ba754227", "documentation": "Triggers a new Engagement for the Flow", "method": "post", "endpoint": "v1/Flows/:FlowSid/Engagements", "responses": [ { "uuid": "8def1c74-f5d7-4bc5-8dfc-c5aefd09d6ec", "body": "{\n \"account_sid\": \"\",\n \"contact_channel_address\": \"\",\n \"contact_sid\": \"\",\n \"context\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"flow_sid\": \"\",\n \"links\": {},\n \"sid\": \"\",\n \"status\": \"{{oneOf (array 'active' 'ended')}}\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "775aed26-0dd5-4bab-a03e-f5f4b9200df7", "documentation": "Retrieve the most recent context for an Engagement.", "method": "get", "endpoint": "v1/Flows/:FlowSid/Engagements/:EngagementSid/Context", "responses": [ { "uuid": "875a3f1b-0b7d-4e57-be07-cefae4d2aadd", "body": "{\n \"account_sid\": \"\",\n \"context\": \"\",\n \"engagement_sid\": \"\",\n \"flow_sid\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "14805cf4-b35d-4521-bade-2a695d365f6e", "documentation": "Retrieve a list of all Steps for an Engagement.", "method": "get", "endpoint": "v1/Flows/:FlowSid/Engagements/:EngagementSid/Steps", "responses": [ { "uuid": "e0fb6852-a72d-4e3d-bd4b-4d2c3f4d2788", "body": "{\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\n },\n \"steps\": [\n {\n \"account_sid\": \"\",\n \"context\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"engagement_sid\": \"\",\n \"flow_sid\": \"\",\n \"links\": {},\n \"name\": \"\",\n \"sid\": \"\",\n \"transitioned_from\": \"\",\n \"transitioned_to\": \"\",\n \"url\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "96e67a0e-13e9-4ddf-91bb-4e15c4a8e0ef", "documentation": "Retrieve a Step.", "method": "get", "endpoint": "v1/Flows/:FlowSid/Engagements/:EngagementSid/Steps/:Sid", "responses": [ { "uuid": "253f5796-b979-4b5d-9a5f-a9441296bcef", "body": "{\n \"account_sid\": \"\",\n \"context\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"engagement_sid\": \"\",\n \"flow_sid\": \"\",\n \"links\": {},\n \"name\": \"\",\n \"sid\": \"\",\n \"transitioned_from\": \"\",\n \"transitioned_to\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e8b642e9-418b-4f6d-a4de-15a58b238add", "documentation": "Retrieve the context for an Engagement Step.", "method": "get", "endpoint": "v1/Flows/:FlowSid/Engagements/:EngagementSid/Steps/:StepSid/Context", "responses": [ { "uuid": "0a258738-b6c9-44bd-9158-5b23689422b4", "body": "{\n \"account_sid\": \"\",\n \"context\": \"\",\n \"engagement_sid\": \"\",\n \"flow_sid\": \"\",\n \"step_sid\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7584558f-d9c1-44aa-9dc3-889ee6171ff5", "documentation": "Delete this Engagement and all Steps relating to it.", "method": "delete", "endpoint": "v1/Flows/:FlowSid/Engagements/:Sid", "responses": [ { "uuid": "c58004fd-67f9-454a-9aa0-d137d06c4b30", "body": "", "latency": 0, "statusCode": 204, "label": "The resource was deleted successfully.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c73346b1-d9b8-4bb6-b0e7-0bf90169c129", "documentation": "Retrieve an Engagement", "method": "get", "endpoint": "v1/Flows/:FlowSid/Engagements/:Sid", "responses": [ { "uuid": "741e02b7-9deb-41b4-bbf5-8224970d5e33", "body": "{\n \"account_sid\": \"\",\n \"contact_channel_address\": \"\",\n \"contact_sid\": \"\",\n \"context\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"flow_sid\": \"\",\n \"links\": {},\n \"sid\": \"\",\n \"status\": \"{{oneOf (array 'active' 'ended')}}\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "68d8d725-09f3-4a56-99f1-5af22aa7262f", "documentation": "Retrieve a list of all Executions for the Flow.", "method": "get", "endpoint": "v1/Flows/:FlowSid/Executions", "responses": [ { "uuid": "7b648c9e-8a67-4539-abd2-4b20c5607a4c", "body": "{\n \"executions\": [\n {\n \"account_sid\": \"\",\n \"contact_channel_address\": \"\",\n \"contact_sid\": \"\",\n \"context\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"flow_sid\": \"\",\n \"links\": {},\n \"sid\": \"\",\n \"status\": \"{{oneOf (array 'active' 'ended')}}\",\n \"url\": \"\"\n }\n ],\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c2c20beb-6568-43bc-b5a3-ab2502790e06", "documentation": "Triggers a new Execution for the Flow", "method": "post", "endpoint": "v1/Flows/:FlowSid/Executions", "responses": [ { "uuid": "a4cec5e2-3c55-4346-bd54-0ec3f5f0245b", "body": "{\n \"account_sid\": \"\",\n \"contact_channel_address\": \"\",\n \"contact_sid\": \"\",\n \"context\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"flow_sid\": \"\",\n \"links\": {},\n \"sid\": \"\",\n \"status\": \"{{oneOf (array 'active' 'ended')}}\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9c9d1831-6714-4857-a22b-eb2abc1e8158", "documentation": "Retrieve the most recent context for an Execution.", "method": "get", "endpoint": "v1/Flows/:FlowSid/Executions/:ExecutionSid/Context", "responses": [ { "uuid": "a8214d93-ea71-47ed-9d14-d8ecde79b158", "body": "{\n \"account_sid\": \"\",\n \"context\": \"\",\n \"execution_sid\": \"\",\n \"flow_sid\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7caea3d9-eaaa-4ba1-a85b-4e44a180a58c", "documentation": "Retrieve a list of all Steps for an Execution.", "method": "get", "endpoint": "v1/Flows/:FlowSid/Executions/:ExecutionSid/Steps", "responses": [ { "uuid": "6a3e220a-0f0a-4d2e-96da-a83ed5bd751d", "body": "{\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\n },\n \"steps\": [\n {\n \"account_sid\": \"\",\n \"context\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"execution_sid\": \"\",\n \"flow_sid\": \"\",\n \"links\": {},\n \"name\": \"\",\n \"sid\": \"\",\n \"transitioned_from\": \"\",\n \"transitioned_to\": \"\",\n \"url\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "eff15692-0926-43ef-9294-b150ce579fa3", "documentation": "Retrieve a Step.", "method": "get", "endpoint": "v1/Flows/:FlowSid/Executions/:ExecutionSid/Steps/:Sid", "responses": [ { "uuid": "3f6bc819-b1a5-4cd2-ad64-aa9e8aa20bcd", "body": "{\n \"account_sid\": \"\",\n \"context\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"execution_sid\": \"\",\n \"flow_sid\": \"\",\n \"links\": {},\n \"name\": \"\",\n \"sid\": \"\",\n \"transitioned_from\": \"\",\n \"transitioned_to\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "97e96bda-2f18-46cb-89d2-e0cfa50a27c0", "documentation": "Retrieve the context for an Execution Step.", "method": "get", "endpoint": "v1/Flows/:FlowSid/Executions/:ExecutionSid/Steps/:StepSid/Context", "responses": [ { "uuid": "54c17191-d12f-4c19-a058-8fe45bc48bec", "body": "{\n \"account_sid\": \"\",\n \"context\": \"\",\n \"execution_sid\": \"\",\n \"flow_sid\": \"\",\n \"step_sid\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b0645147-c670-443b-b913-36725ebff2e1", "documentation": "Delete the Execution and all Steps relating to it.", "method": "delete", "endpoint": "v1/Flows/:FlowSid/Executions/:Sid", "responses": [ { "uuid": "bb7eab04-a848-468d-8bea-2a1cf4708f54", "body": "", "latency": 0, "statusCode": 204, "label": "The resource was deleted successfully.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "661b7509-e71c-4160-bb6f-74d130b947d4", "documentation": "Retrieve an Execution", "method": "get", "endpoint": "v1/Flows/:FlowSid/Executions/:Sid", "responses": [ { "uuid": "0c4b99a9-60a5-4fbc-89b7-b9d54e323e0b", "body": "{\n \"account_sid\": \"\",\n \"contact_channel_address\": \"\",\n \"contact_sid\": \"\",\n \"context\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"flow_sid\": \"\",\n \"links\": {},\n \"sid\": \"\",\n \"status\": \"{{oneOf (array 'active' 'ended')}}\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7e6184a5-ef9f-42bc-b321-ee6fa62440f3", "documentation": "Update the status of an Execution to `ended`.", "method": "post", "endpoint": "v1/Flows/:FlowSid/Executions/:Sid", "responses": [ { "uuid": "24fdfbe4-c356-479c-b6f9-0e0df46cd8b2", "body": "{\n \"account_sid\": \"\",\n \"contact_channel_address\": \"\",\n \"contact_sid\": \"\",\n \"context\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"flow_sid\": \"\",\n \"links\": {},\n \"sid\": \"\",\n \"status\": \"{{oneOf (array 'active' 'ended')}}\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a80b7fa3-bddf-42b1-969c-cbbd0c1abd8d", "documentation": "Delete a specific Flow.", "method": "delete", "endpoint": "v1/Flows/:Sid", "responses": [ { "uuid": "1ecf643b-2903-4859-bb4a-622023476ea6", "body": "", "latency": 0, "statusCode": 204, "label": "The resource was deleted successfully.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "50154099-99db-439b-b046-d78dffc25c2d", "documentation": "Retrieve a specific Flow.", "method": "get", "endpoint": "v1/Flows/:Sid", "responses": [ { "uuid": "9c194b06-2ed1-402b-809e-62716672160c", "body": "{\n \"account_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"links\": {},\n \"sid\": \"\",\n \"status\": \"{{oneOf (array 'draft' 'published')}}\",\n \"url\": \"\",\n \"version\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "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": "ac182b8e-46d3-4ec1-af69-3aff22010576" }, { "type": "route", "uuid": "d7f569cd-8797-40c3-a639-c1b23975326c" }, { "type": "route", "uuid": "7bd03d65-2e62-458b-8b59-5b95ba754227" }, { "type": "route", "uuid": "775aed26-0dd5-4bab-a03e-f5f4b9200df7" }, { "type": "route", "uuid": "14805cf4-b35d-4521-bade-2a695d365f6e" }, { "type": "route", "uuid": "96e67a0e-13e9-4ddf-91bb-4e15c4a8e0ef" }, { "type": "route", "uuid": "e8b642e9-418b-4f6d-a4de-15a58b238add" }, { "type": "route", "uuid": "7584558f-d9c1-44aa-9dc3-889ee6171ff5" }, { "type": "route", "uuid": "c73346b1-d9b8-4bb6-b0e7-0bf90169c129" }, { "type": "route", "uuid": "68d8d725-09f3-4a56-99f1-5af22aa7262f" }, { "type": "route", "uuid": "c2c20beb-6568-43bc-b5a3-ab2502790e06" }, { "type": "route", "uuid": "9c9d1831-6714-4857-a22b-eb2abc1e8158" }, { "type": "route", "uuid": "7caea3d9-eaaa-4ba1-a85b-4e44a180a58c" }, { "type": "route", "uuid": "eff15692-0926-43ef-9294-b150ce579fa3" }, { "type": "route", "uuid": "97e96bda-2f18-46cb-89d2-e0cfa50a27c0" }, { "type": "route", "uuid": "b0645147-c670-443b-b913-36725ebff2e1" }, { "type": "route", "uuid": "661b7509-e71c-4160-bb6f-74d130b947d4" }, { "type": "route", "uuid": "7e6184a5-ef9f-42bc-b321-ee6fa62440f3" }, { "type": "route", "uuid": "a80b7fa3-bddf-42b1-969c-cbbd0c1abd8d" }, { "type": "route", "uuid": "50154099-99db-439b-b046-d78dffc25c2d" } ] }