{ "uuid": "5ef4bf83-7fb5-4ce4-a528-a80e32751dd9", "lastMigration": 29, "name": "Apps Script API", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "0e7afaf1-be36-4438-bda8-3d8086080c48", "documentation": "List information about processes made by or on behalf of a user, such as process type and current status.", "method": "get", "endpoint": "v1/processes", "responses": [ { "uuid": "36a1b07b-d28c-4ef2-9718-0fc22396a016", "body": "{\n \"nextPageToken\": \"\",\n \"processes\": [\n {\n \"duration\": \"\",\n \"functionName\": \"\",\n \"processStatus\": \"{{oneOf (array 'PROCESS_STATUS_UNSPECIFIED' 'RUNNING' 'PAUSED' 'COMPLETED' 'CANCELED' 'FAILED' 'TIMED_OUT' 'UNKNOWN' 'DELAYED')}}\",\n \"processType\": \"{{oneOf (array 'PROCESS_TYPE_UNSPECIFIED' 'ADD_ON' 'EXECUTION_API' 'TIME_DRIVEN' 'TRIGGER' 'WEBAPP' 'EDITOR' 'SIMPLE_TRIGGER' 'MENU' 'BATCH_TASK')}}\",\n \"projectName\": \"\",\n \"startTime\": \"\",\n \"userAccessLevel\": \"{{oneOf (array 'USER_ACCESS_LEVEL_UNSPECIFIED' 'NONE' 'READ' 'WRITE' 'OWNER')}}\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "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": "ddca8fcc-352a-4dd0-ab97-1db84bc61ef2", "documentation": "List information about a script's executed processes, such as process type and current status.", "method": "get", "endpoint": "v1/processes:listScriptProcesses", "responses": [ { "uuid": "22a51b64-2290-49c6-b25b-fa9ab7ec7982", "body": "{\n \"nextPageToken\": \"\",\n \"processes\": [\n {\n \"duration\": \"\",\n \"functionName\": \"\",\n \"processStatus\": \"{{oneOf (array 'PROCESS_STATUS_UNSPECIFIED' 'RUNNING' 'PAUSED' 'COMPLETED' 'CANCELED' 'FAILED' 'TIMED_OUT' 'UNKNOWN' 'DELAYED')}}\",\n \"processType\": \"{{oneOf (array 'PROCESS_TYPE_UNSPECIFIED' 'ADD_ON' 'EXECUTION_API' 'TIME_DRIVEN' 'TRIGGER' 'WEBAPP' 'EDITOR' 'SIMPLE_TRIGGER' 'MENU' 'BATCH_TASK')}}\",\n \"projectName\": \"\",\n \"startTime\": \"\",\n \"userAccessLevel\": \"{{oneOf (array 'USER_ACCESS_LEVEL_UNSPECIFIED' 'NONE' 'READ' 'WRITE' 'OWNER')}}\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "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": "b21a8e8d-8800-4896-8d73-283ae3a3b078", "documentation": "Creates a new, empty script project with no script files and a base manifest file.", "method": "post", "endpoint": "v1/projects", "responses": [ { "uuid": "f352a187-2592-40a4-a529-36f752948f4a", "body": "{\n \"createTime\": \"\",\n \"creator\": {\n \"domain\": \"\",\n \"email\": \"\",\n \"name\": \"\",\n \"photoUrl\": \"\"\n },\n \"lastModifyUser\": {\n \"domain\": \"\",\n \"email\": \"\",\n \"name\": \"\",\n \"photoUrl\": \"\"\n },\n \"parentId\": \"\",\n \"scriptId\": \"\",\n \"title\": \"\",\n \"updateTime\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "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": "840c92c7-4246-4ff2-b1e7-f4bceb293534", "documentation": "Gets a script project's metadata.", "method": "get", "endpoint": "v1/projects/:scriptId", "responses": [ { "uuid": "6c260730-d1f8-4129-8741-7646abe30c54", "body": "{\n \"createTime\": \"\",\n \"creator\": {\n \"domain\": \"\",\n \"email\": \"\",\n \"name\": \"\",\n \"photoUrl\": \"\"\n },\n \"lastModifyUser\": {\n \"domain\": \"\",\n \"email\": \"\",\n \"name\": \"\",\n \"photoUrl\": \"\"\n },\n \"parentId\": \"\",\n \"scriptId\": \"\",\n \"title\": \"\",\n \"updateTime\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "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": "1e854a17-32e3-41fa-b3b1-bddd080a5a96", "documentation": "Gets the content of the script project, including the code source and metadata for each script file.", "method": "get", "endpoint": "v1/projects/:scriptId/content", "responses": [ { "uuid": "313989b7-007e-40bb-9780-10f252ccc117", "body": "{\n \"files\": [\n {\n \"createTime\": \"\",\n \"functionSet\": {\n \"values\": [\n {\n \"name\": \"\",\n \"parameters\": [\n \"\"\n ]\n }\n ]\n },\n \"lastModifyUser\": {\n \"domain\": \"\",\n \"email\": \"\",\n \"name\": \"\",\n \"photoUrl\": \"\"\n },\n \"name\": \"\",\n \"source\": \"\",\n \"type\": \"{{oneOf (array 'ENUM_TYPE_UNSPECIFIED' 'SERVER_JS' 'HTML' 'JSON')}}\",\n \"updateTime\": \"\"\n }\n ],\n \"scriptId\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "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": "05a39404-2ff8-40ca-801c-6d4d24f50615", "documentation": "Updates the content of the specified script project. This content is stored as the HEAD version, and is used when the script is executed as a trigger, in the script editor, in add-on preview mode, or as a web app or Apps Script API in development mode. This clears all the existing files in the project.", "method": "put", "endpoint": "v1/projects/:scriptId/content", "responses": [ { "uuid": "632277f3-ced2-4399-8a5c-4ba442fe64bf", "body": "{\n \"files\": [\n {\n \"createTime\": \"\",\n \"functionSet\": {\n \"values\": [\n {\n \"name\": \"\",\n \"parameters\": [\n \"\"\n ]\n }\n ]\n },\n \"lastModifyUser\": {\n \"domain\": \"\",\n \"email\": \"\",\n \"name\": \"\",\n \"photoUrl\": \"\"\n },\n \"name\": \"\",\n \"source\": \"\",\n \"type\": \"{{oneOf (array 'ENUM_TYPE_UNSPECIFIED' 'SERVER_JS' 'HTML' 'JSON')}}\",\n \"updateTime\": \"\"\n }\n ],\n \"scriptId\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "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": "2d979b17-94cf-4f95-8bf0-4217cc85242f", "documentation": "Lists the deployments of an Apps Script project.", "method": "get", "endpoint": "v1/projects/:scriptId/deployments", "responses": [ { "uuid": "28ceb18c-63ab-475f-87a6-6f0ad46c3009", "body": "{\n \"deployments\": [\n {\n \"deploymentConfig\": {\n \"description\": \"\",\n \"manifestFileName\": \"\",\n \"scriptId\": \"\",\n \"versionNumber\": {{faker 'number.int' max=99999}}\n },\n \"deploymentId\": \"\",\n \"entryPoints\": [\n {\n \"addOn\": {\n \"addOnType\": \"{{oneOf (array 'UNKNOWN_ADDON_TYPE' 'GMAIL' 'DATA_STUDIO')}}\",\n \"description\": \"\",\n \"helpUrl\": \"\",\n \"postInstallTipUrl\": \"\",\n \"reportIssueUrl\": \"\",\n \"title\": \"\"\n },\n \"entryPointType\": \"{{oneOf (array 'ENTRY_POINT_TYPE_UNSPECIFIED' 'WEB_APP' 'EXECUTION_API' 'ADD_ON')}}\",\n \"executionApi\": {\n \"entryPointConfig\": {\n \"access\": \"{{oneOf (array 'UNKNOWN_ACCESS' 'MYSELF' 'DOMAIN' 'ANYONE' 'ANYONE_ANONYMOUS')}}\"\n }\n },\n \"webApp\": {\n \"entryPointConfig\": {\n \"access\": \"{{oneOf (array 'UNKNOWN_ACCESS' 'MYSELF' 'DOMAIN' 'ANYONE' 'ANYONE_ANONYMOUS')}}\",\n \"executeAs\": \"{{oneOf (array 'UNKNOWN_EXECUTE_AS' 'USER_ACCESSING' 'USER_DEPLOYING')}}\"\n },\n \"url\": \"\"\n }\n }\n ],\n \"updateTime\": \"\"\n }\n ],\n \"nextPageToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "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": "68508b33-d31e-4871-ac68-b2d900f67bc6", "documentation": "Creates a deployment of an Apps Script project.", "method": "post", "endpoint": "v1/projects/:scriptId/deployments", "responses": [ { "uuid": "98e9f348-0bd4-47ee-afaa-a34d551cf360", "body": "{\n \"deploymentConfig\": {\n \"description\": \"\",\n \"manifestFileName\": \"\",\n \"scriptId\": \"\",\n \"versionNumber\": {{faker 'number.int' max=99999}}\n },\n \"deploymentId\": \"\",\n \"entryPoints\": [\n {\n \"addOn\": {\n \"addOnType\": \"{{oneOf (array 'UNKNOWN_ADDON_TYPE' 'GMAIL' 'DATA_STUDIO')}}\",\n \"description\": \"\",\n \"helpUrl\": \"\",\n \"postInstallTipUrl\": \"\",\n \"reportIssueUrl\": \"\",\n \"title\": \"\"\n },\n \"entryPointType\": \"{{oneOf (array 'ENTRY_POINT_TYPE_UNSPECIFIED' 'WEB_APP' 'EXECUTION_API' 'ADD_ON')}}\",\n \"executionApi\": {\n \"entryPointConfig\": {\n \"access\": \"{{oneOf (array 'UNKNOWN_ACCESS' 'MYSELF' 'DOMAIN' 'ANYONE' 'ANYONE_ANONYMOUS')}}\"\n }\n },\n \"webApp\": {\n \"entryPointConfig\": {\n \"access\": \"{{oneOf (array 'UNKNOWN_ACCESS' 'MYSELF' 'DOMAIN' 'ANYONE' 'ANYONE_ANONYMOUS')}}\",\n \"executeAs\": \"{{oneOf (array 'UNKNOWN_EXECUTE_AS' 'USER_ACCESSING' 'USER_DEPLOYING')}}\"\n },\n \"url\": \"\"\n }\n }\n ],\n \"updateTime\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "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": "9b4df417-b4a0-4637-bdaa-e105594c2be7", "documentation": "Deletes a deployment of an Apps Script project.", "method": "delete", "endpoint": "v1/projects/:scriptId/deployments/:deploymentId", "responses": [ { "uuid": "c1cc054d-fdca-437e-8d43-a9a5dd3c1f31", "body": "{}", "latency": 0, "statusCode": 200, "label": "Successful response", "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": "a5c6bfa2-6faa-4346-91a0-c55a9b355efb", "documentation": "Gets a deployment of an Apps Script project.", "method": "get", "endpoint": "v1/projects/:scriptId/deployments/:deploymentId", "responses": [ { "uuid": "123c7a02-7915-491e-85b4-3c33c11df114", "body": "{\n \"deploymentConfig\": {\n \"description\": \"\",\n \"manifestFileName\": \"\",\n \"scriptId\": \"\",\n \"versionNumber\": {{faker 'number.int' max=99999}}\n },\n \"deploymentId\": \"\",\n \"entryPoints\": [\n {\n \"addOn\": {\n \"addOnType\": \"{{oneOf (array 'UNKNOWN_ADDON_TYPE' 'GMAIL' 'DATA_STUDIO')}}\",\n \"description\": \"\",\n \"helpUrl\": \"\",\n \"postInstallTipUrl\": \"\",\n \"reportIssueUrl\": \"\",\n \"title\": \"\"\n },\n \"entryPointType\": \"{{oneOf (array 'ENTRY_POINT_TYPE_UNSPECIFIED' 'WEB_APP' 'EXECUTION_API' 'ADD_ON')}}\",\n \"executionApi\": {\n \"entryPointConfig\": {\n \"access\": \"{{oneOf (array 'UNKNOWN_ACCESS' 'MYSELF' 'DOMAIN' 'ANYONE' 'ANYONE_ANONYMOUS')}}\"\n }\n },\n \"webApp\": {\n \"entryPointConfig\": {\n \"access\": \"{{oneOf (array 'UNKNOWN_ACCESS' 'MYSELF' 'DOMAIN' 'ANYONE' 'ANYONE_ANONYMOUS')}}\",\n \"executeAs\": \"{{oneOf (array 'UNKNOWN_EXECUTE_AS' 'USER_ACCESSING' 'USER_DEPLOYING')}}\"\n },\n \"url\": \"\"\n }\n }\n ],\n \"updateTime\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "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": "147fba46-8b1f-41b8-a6a4-5fedc37ba2d6", "documentation": "Updates a deployment of an Apps Script project.", "method": "put", "endpoint": "v1/projects/:scriptId/deployments/:deploymentId", "responses": [ { "uuid": "ca890f4c-d289-4838-bd79-b8c139b696de", "body": "{\n \"deploymentConfig\": {\n \"description\": \"\",\n \"manifestFileName\": \"\",\n \"scriptId\": \"\",\n \"versionNumber\": {{faker 'number.int' max=99999}}\n },\n \"deploymentId\": \"\",\n \"entryPoints\": [\n {\n \"addOn\": {\n \"addOnType\": \"{{oneOf (array 'UNKNOWN_ADDON_TYPE' 'GMAIL' 'DATA_STUDIO')}}\",\n \"description\": \"\",\n \"helpUrl\": \"\",\n \"postInstallTipUrl\": \"\",\n \"reportIssueUrl\": \"\",\n \"title\": \"\"\n },\n \"entryPointType\": \"{{oneOf (array 'ENTRY_POINT_TYPE_UNSPECIFIED' 'WEB_APP' 'EXECUTION_API' 'ADD_ON')}}\",\n \"executionApi\": {\n \"entryPointConfig\": {\n \"access\": \"{{oneOf (array 'UNKNOWN_ACCESS' 'MYSELF' 'DOMAIN' 'ANYONE' 'ANYONE_ANONYMOUS')}}\"\n }\n },\n \"webApp\": {\n \"entryPointConfig\": {\n \"access\": \"{{oneOf (array 'UNKNOWN_ACCESS' 'MYSELF' 'DOMAIN' 'ANYONE' 'ANYONE_ANONYMOUS')}}\",\n \"executeAs\": \"{{oneOf (array 'UNKNOWN_EXECUTE_AS' 'USER_ACCESSING' 'USER_DEPLOYING')}}\"\n },\n \"url\": \"\"\n }\n }\n ],\n \"updateTime\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "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": "e013c418-e505-482b-9b33-38dd43be98aa", "documentation": "Get metrics data for scripts, such as number of executions and active users.", "method": "get", "endpoint": "v1/projects/:scriptId/metrics", "responses": [ { "uuid": "c90c6cc1-9263-4349-8c52-f5fe254eb74b", "body": "{\n \"activeUsers\": [\n {\n \"endTime\": \"\",\n \"startTime\": \"\",\n \"value\": \"\"\n }\n ],\n \"failedExecutions\": [\n {\n \"endTime\": \"\",\n \"startTime\": \"\",\n \"value\": \"\"\n }\n ],\n \"totalExecutions\": [\n {\n \"endTime\": \"\",\n \"startTime\": \"\",\n \"value\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "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": "c3572f41-00ca-40b3-a491-9a0604ce625d", "documentation": "List the versions of a script project.", "method": "get", "endpoint": "v1/projects/:scriptId/versions", "responses": [ { "uuid": "6ed9f73e-d39a-4eb0-b082-a15bc42f643b", "body": "{\n \"nextPageToken\": \"\",\n \"versions\": [\n {\n \"createTime\": \"\",\n \"description\": \"\",\n \"scriptId\": \"\",\n \"versionNumber\": {{faker 'number.int' max=99999}}\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "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": "395e0e9e-4e3d-41f0-90c2-d05a4e74e3c0", "documentation": "Creates a new immutable version using the current code, with a unique version number.", "method": "post", "endpoint": "v1/projects/:scriptId/versions", "responses": [ { "uuid": "62a2ab62-8a22-411c-9252-c68123bd1680", "body": "{\n \"createTime\": \"\",\n \"description\": \"\",\n \"scriptId\": \"\",\n \"versionNumber\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "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": "d4a0a12e-b743-49e8-a202-bacbf585cbf2", "documentation": "Gets a version of a script project.", "method": "get", "endpoint": "v1/projects/:scriptId/versions/:versionNumber", "responses": [ { "uuid": "d279be01-82be-4ab9-8116-961f5d471568", "body": "{\n \"createTime\": \"\",\n \"description\": \"\",\n \"scriptId\": \"\",\n \"versionNumber\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "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": "733caf68-94a3-47ba-b2cb-e3480a6d8a78", "documentation": "Runs a function in an Apps Script project. The script project must be deployed for use with the Apps Script API and the calling application must share the same Cloud Platform project. This method requires authorization with an OAuth 2.0 token that includes at least one of the scopes listed in the [Authorization](#authorization-scopes) section; script projects that do not require authorization cannot be executed through this API. To find the correct scopes to include in the authentication token, open the script project **Overview** page and scroll down to \"Project OAuth Scopes.\" The error `403, PERMISSION_DENIED: The caller does not have permission` indicates that the Cloud Platform project used to authorize the request is not the same as the one used by the script.", "method": "post", "endpoint": "v1/scripts/:scriptId:run", "responses": [ { "uuid": "b6ed0d76-3e57-499e-9a1a-3a890e96291f", "body": "{\n \"done\": {{faker 'datatype.boolean'}},\n \"error\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"response\": {}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "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": "0e7afaf1-be36-4438-bda8-3d8086080c48" }, { "type": "route", "uuid": "ddca8fcc-352a-4dd0-ab97-1db84bc61ef2" }, { "type": "route", "uuid": "b21a8e8d-8800-4896-8d73-283ae3a3b078" }, { "type": "route", "uuid": "840c92c7-4246-4ff2-b1e7-f4bceb293534" }, { "type": "route", "uuid": "1e854a17-32e3-41fa-b3b1-bddd080a5a96" }, { "type": "route", "uuid": "05a39404-2ff8-40ca-801c-6d4d24f50615" }, { "type": "route", "uuid": "2d979b17-94cf-4f95-8bf0-4217cc85242f" }, { "type": "route", "uuid": "68508b33-d31e-4871-ac68-b2d900f67bc6" }, { "type": "route", "uuid": "9b4df417-b4a0-4637-bdaa-e105594c2be7" }, { "type": "route", "uuid": "a5c6bfa2-6faa-4346-91a0-c55a9b355efb" }, { "type": "route", "uuid": "147fba46-8b1f-41b8-a6a4-5fedc37ba2d6" }, { "type": "route", "uuid": "e013c418-e505-482b-9b33-38dd43be98aa" }, { "type": "route", "uuid": "c3572f41-00ca-40b3-a491-9a0604ce625d" }, { "type": "route", "uuid": "395e0e9e-4e3d-41f0-90c2-d05a4e74e3c0" }, { "type": "route", "uuid": "d4a0a12e-b743-49e8-a202-bacbf585cbf2" }, { "type": "route", "uuid": "733caf68-94a3-47ba-b2cb-e3480a6d8a78" } ] }