{ "uuid": "1efab35c-934c-4ec9-92c0-7ee1d28a6300", "lastMigration": 29, "name": "Blogger API", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "e520e3fc-a199-43d6-9e82-dbfafef28bf8", "documentation": "Gets a blog by url.", "method": "get", "endpoint": "v3/blogs/byurl", "responses": [ { "uuid": "fb16d8e9-4e32-4001-9be2-6c1520caf74a", "body": "{\n \"customMetaData\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"kind\": \"\",\n \"locale\": {\n \"country\": \"\",\n \"language\": \"\",\n \"variant\": \"\"\n },\n \"name\": \"\",\n \"pages\": {\n \"selfLink\": \"\",\n \"totalItems\": {{faker 'number.int' max=99999}}\n },\n \"posts\": {\n \"items\": [\n {\n \"author\": {\n \"displayName\": \"\",\n \"id\": \"\",\n \"image\": {\n \"url\": \"\"\n },\n \"url\": \"\"\n },\n \"blog\": {\n \"id\": \"\"\n },\n \"content\": \"\",\n \"customMetaData\": \"\",\n \"etag\": \"\",\n \"id\": \"\",\n \"images\": [\n {\n \"url\": \"\"\n }\n ],\n \"kind\": \"\",\n \"labels\": [\n \"\"\n ],\n \"location\": {\n \"lat\": {{faker 'number.float'}},\n \"lng\": {{faker 'number.float'}},\n \"name\": \"\",\n \"span\": \"\"\n },\n \"published\": \"\",\n \"readerComments\": \"{{oneOf (array 'ALLOW' 'DONT_ALLOW_SHOW_EXISTING' 'DONT_ALLOW_HIDE_EXISTING')}}\",\n \"replies\": {\n \"items\": [\n {\n \"author\": {\n \"displayName\": \"\",\n \"id\": \"\",\n \"image\": {\n \"url\": \"\"\n },\n \"url\": \"\"\n },\n \"blog\": {\n \"id\": \"\"\n },\n \"content\": \"\",\n \"id\": \"\",\n \"inReplyTo\": {\n \"id\": \"\"\n },\n \"kind\": \"\",\n \"post\": {\n \"id\": \"\"\n },\n \"published\": \"\",\n \"selfLink\": \"\",\n \"status\": \"{{oneOf (array 'LIVE' 'EMPTIED' 'PENDING' 'SPAM')}}\",\n \"updated\": \"\"\n }\n ],\n \"selfLink\": \"\",\n \"totalItems\": \"\"\n },\n \"selfLink\": \"\",\n \"status\": \"{{oneOf (array 'LIVE' 'DRAFT' 'SCHEDULED' 'SOFT_TRASHED')}}\",\n \"title\": \"\",\n \"titleLink\": \"\",\n \"trashed\": \"\",\n \"updated\": \"\",\n \"url\": \"\"\n }\n ],\n \"selfLink\": \"\",\n \"totalItems\": {{faker 'number.int' max=99999}}\n },\n \"published\": \"\",\n \"selfLink\": \"\",\n \"status\": \"{{oneOf (array 'LIVE' 'DELETED')}}\",\n \"updated\": \"\",\n \"url\": \"\"\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": "8a50bd21-73e4-4f22-833f-8b3e9cf0254b", "documentation": "Gets a blog by id.", "method": "get", "endpoint": "v3/blogs/:blogId", "responses": [ { "uuid": "c3d0926f-5555-42a0-8279-443c89e4d53a", "body": "{\n \"customMetaData\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"kind\": \"\",\n \"locale\": {\n \"country\": \"\",\n \"language\": \"\",\n \"variant\": \"\"\n },\n \"name\": \"\",\n \"pages\": {\n \"selfLink\": \"\",\n \"totalItems\": {{faker 'number.int' max=99999}}\n },\n \"posts\": {\n \"items\": [\n {\n \"author\": {\n \"displayName\": \"\",\n \"id\": \"\",\n \"image\": {\n \"url\": \"\"\n },\n \"url\": \"\"\n },\n \"blog\": {\n \"id\": \"\"\n },\n \"content\": \"\",\n \"customMetaData\": \"\",\n \"etag\": \"\",\n \"id\": \"\",\n \"images\": [\n {\n \"url\": \"\"\n }\n ],\n \"kind\": \"\",\n \"labels\": [\n \"\"\n ],\n \"location\": {\n \"lat\": {{faker 'number.float'}},\n \"lng\": {{faker 'number.float'}},\n \"name\": \"\",\n \"span\": \"\"\n },\n \"published\": \"\",\n \"readerComments\": \"{{oneOf (array 'ALLOW' 'DONT_ALLOW_SHOW_EXISTING' 'DONT_ALLOW_HIDE_EXISTING')}}\",\n \"replies\": {\n \"items\": [\n {\n \"author\": {\n \"displayName\": \"\",\n \"id\": \"\",\n \"image\": {\n \"url\": \"\"\n },\n \"url\": \"\"\n },\n \"blog\": {\n \"id\": \"\"\n },\n \"content\": \"\",\n \"id\": \"\",\n \"inReplyTo\": {\n \"id\": \"\"\n },\n \"kind\": \"\",\n \"post\": {\n \"id\": \"\"\n },\n \"published\": \"\",\n \"selfLink\": \"\",\n \"status\": \"{{oneOf (array 'LIVE' 'EMPTIED' 'PENDING' 'SPAM')}}\",\n \"updated\": \"\"\n }\n ],\n \"selfLink\": \"\",\n \"totalItems\": \"\"\n },\n \"selfLink\": \"\",\n \"status\": \"{{oneOf (array 'LIVE' 'DRAFT' 'SCHEDULED' 'SOFT_TRASHED')}}\",\n \"title\": \"\",\n \"titleLink\": \"\",\n \"trashed\": \"\",\n \"updated\": \"\",\n \"url\": \"\"\n }\n ],\n \"selfLink\": \"\",\n \"totalItems\": {{faker 'number.int' max=99999}}\n },\n \"published\": \"\",\n \"selfLink\": \"\",\n \"status\": \"{{oneOf (array 'LIVE' 'DELETED')}}\",\n \"updated\": \"\",\n \"url\": \"\"\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": "7a149e70-f101-495d-ae8d-1bc7f67c2f03", "documentation": "Lists comments by blog.", "method": "get", "endpoint": "v3/blogs/:blogId/comments", "responses": [ { "uuid": "f0985929-a5ce-4096-a7d6-7143c2cf0203", "body": "{\n \"etag\": \"\",\n \"items\": [\n {\n \"author\": {\n \"displayName\": \"\",\n \"id\": \"\",\n \"image\": {\n \"url\": \"\"\n },\n \"url\": \"\"\n },\n \"blog\": {\n \"id\": \"\"\n },\n \"content\": \"\",\n \"id\": \"\",\n \"inReplyTo\": {\n \"id\": \"\"\n },\n \"kind\": \"\",\n \"post\": {\n \"id\": \"\"\n },\n \"published\": \"\",\n \"selfLink\": \"\",\n \"status\": \"{{oneOf (array 'LIVE' 'EMPTIED' 'PENDING' 'SPAM')}}\",\n \"updated\": \"\"\n }\n ],\n \"kind\": \"\",\n \"nextPageToken\": \"\",\n \"prevPageToken\": \"\"\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": "92ffd5a9-4fea-4221-a86d-0a446b468906", "documentation": "Lists pages.", "method": "get", "endpoint": "v3/blogs/:blogId/pages", "responses": [ { "uuid": "4054c153-5ecc-4b70-afec-0321f5aef1dc", "body": "{\n \"etag\": \"\",\n \"items\": [\n {\n \"author\": {\n \"displayName\": \"\",\n \"id\": \"\",\n \"image\": {\n \"url\": \"\"\n },\n \"url\": \"\"\n },\n \"blog\": {\n \"id\": \"\"\n },\n \"content\": \"\",\n \"etag\": \"\",\n \"id\": \"\",\n \"kind\": \"\",\n \"published\": \"\",\n \"selfLink\": \"\",\n \"status\": \"{{oneOf (array 'LIVE' 'DRAFT' 'SOFT_TRASHED')}}\",\n \"title\": \"\",\n \"trashed\": \"\",\n \"updated\": \"\",\n \"url\": \"\"\n }\n ],\n \"kind\": \"\",\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": "18e744dc-5524-4b5d-995d-447897267f7a", "documentation": "Inserts a page.", "method": "post", "endpoint": "v3/blogs/:blogId/pages", "responses": [ { "uuid": "61f5aa07-3e1a-43be-9df2-2b2639e10791", "body": "{\n \"author\": {\n \"displayName\": \"\",\n \"id\": \"\",\n \"image\": {\n \"url\": \"\"\n },\n \"url\": \"\"\n },\n \"blog\": {\n \"id\": \"\"\n },\n \"content\": \"\",\n \"etag\": \"\",\n \"id\": \"\",\n \"kind\": \"\",\n \"published\": \"\",\n \"selfLink\": \"\",\n \"status\": \"{{oneOf (array 'LIVE' 'DRAFT' 'SOFT_TRASHED')}}\",\n \"title\": \"\",\n \"trashed\": \"\",\n \"updated\": \"\",\n \"url\": \"\"\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": "3ee95300-5e01-436f-8932-fbefdcaaaedb", "documentation": "Deletes a page by blog id and page id.", "method": "delete", "endpoint": "v3/blogs/:blogId/pages/:pageId", "responses": [ { "uuid": "bfbd743a-6723-412d-95b4-99ee917dbd66", "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": "f6aba39e-c53f-4032-aef5-920cde6a090a", "documentation": "Gets a page by blog id and page id.", "method": "get", "endpoint": "v3/blogs/:blogId/pages/:pageId", "responses": [ { "uuid": "8dc7d08a-d77a-43e3-a824-3ecd25c59170", "body": "{\n \"author\": {\n \"displayName\": \"\",\n \"id\": \"\",\n \"image\": {\n \"url\": \"\"\n },\n \"url\": \"\"\n },\n \"blog\": {\n \"id\": \"\"\n },\n \"content\": \"\",\n \"etag\": \"\",\n \"id\": \"\",\n \"kind\": \"\",\n \"published\": \"\",\n \"selfLink\": \"\",\n \"status\": \"{{oneOf (array 'LIVE' 'DRAFT' 'SOFT_TRASHED')}}\",\n \"title\": \"\",\n \"trashed\": \"\",\n \"updated\": \"\",\n \"url\": \"\"\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": "583ed32a-7386-4d24-a2ff-8cf7447ef2c2", "documentation": "Patches a page.", "method": "patch", "endpoint": "v3/blogs/:blogId/pages/:pageId", "responses": [ { "uuid": "953e0b8a-e703-4098-b593-d5bd0bd6310d", "body": "{\n \"author\": {\n \"displayName\": \"\",\n \"id\": \"\",\n \"image\": {\n \"url\": \"\"\n },\n \"url\": \"\"\n },\n \"blog\": {\n \"id\": \"\"\n },\n \"content\": \"\",\n \"etag\": \"\",\n \"id\": \"\",\n \"kind\": \"\",\n \"published\": \"\",\n \"selfLink\": \"\",\n \"status\": \"{{oneOf (array 'LIVE' 'DRAFT' 'SOFT_TRASHED')}}\",\n \"title\": \"\",\n \"trashed\": \"\",\n \"updated\": \"\",\n \"url\": \"\"\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": "ca7fc2d2-f00b-47ce-8f55-618174eefc59", "documentation": "Updates a page by blog id and page id.", "method": "put", "endpoint": "v3/blogs/:blogId/pages/:pageId", "responses": [ { "uuid": "84fa598c-e901-4c0d-8501-4a51be230223", "body": "{\n \"author\": {\n \"displayName\": \"\",\n \"id\": \"\",\n \"image\": {\n \"url\": \"\"\n },\n \"url\": \"\"\n },\n \"blog\": {\n \"id\": \"\"\n },\n \"content\": \"\",\n \"etag\": \"\",\n \"id\": \"\",\n \"kind\": \"\",\n \"published\": \"\",\n \"selfLink\": \"\",\n \"status\": \"{{oneOf (array 'LIVE' 'DRAFT' 'SOFT_TRASHED')}}\",\n \"title\": \"\",\n \"trashed\": \"\",\n \"updated\": \"\",\n \"url\": \"\"\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": "d8fce27a-f876-4812-b049-0199481daefc", "documentation": "Publishes a page.", "method": "post", "endpoint": "v3/blogs/:blogId/pages/:pageId/publish", "responses": [ { "uuid": "e7ee322c-ea1c-445f-b021-fb1bebbc93ff", "body": "{\n \"author\": {\n \"displayName\": \"\",\n \"id\": \"\",\n \"image\": {\n \"url\": \"\"\n },\n \"url\": \"\"\n },\n \"blog\": {\n \"id\": \"\"\n },\n \"content\": \"\",\n \"etag\": \"\",\n \"id\": \"\",\n \"kind\": \"\",\n \"published\": \"\",\n \"selfLink\": \"\",\n \"status\": \"{{oneOf (array 'LIVE' 'DRAFT' 'SOFT_TRASHED')}}\",\n \"title\": \"\",\n \"trashed\": \"\",\n \"updated\": \"\",\n \"url\": \"\"\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": "a3f4a1e6-d6ac-4a06-9ff0-382ef9fef097", "documentation": "Reverts a published or scheduled page to draft state.", "method": "post", "endpoint": "v3/blogs/:blogId/pages/:pageId/revert", "responses": [ { "uuid": "f7b3384e-54c7-4f84-b27d-396eac3c8671", "body": "{\n \"author\": {\n \"displayName\": \"\",\n \"id\": \"\",\n \"image\": {\n \"url\": \"\"\n },\n \"url\": \"\"\n },\n \"blog\": {\n \"id\": \"\"\n },\n \"content\": \"\",\n \"etag\": \"\",\n \"id\": \"\",\n \"kind\": \"\",\n \"published\": \"\",\n \"selfLink\": \"\",\n \"status\": \"{{oneOf (array 'LIVE' 'DRAFT' 'SOFT_TRASHED')}}\",\n \"title\": \"\",\n \"trashed\": \"\",\n \"updated\": \"\",\n \"url\": \"\"\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": "11f81ed2-81f1-45d4-8669-cc7140deadc9", "documentation": "Gets page views by blog id.", "method": "get", "endpoint": "v3/blogs/:blogId/pageviews", "responses": [ { "uuid": "eba53436-2049-45d5-b273-7d54938a61f4", "body": "{\n \"blogId\": \"\",\n \"counts\": [\n {\n \"count\": \"\",\n \"timeRange\": \"{{oneOf (array 'ALL_TIME' 'THIRTY_DAYS' 'SEVEN_DAYS')}}\"\n }\n ],\n \"kind\": \"\"\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": "45a76d83-3dfc-4cc0-8524-0f9542b0e5c7", "documentation": "Lists posts.", "method": "get", "endpoint": "v3/blogs/:blogId/posts", "responses": [ { "uuid": "4895070b-b193-4582-9554-c75fad456486", "body": "{\n \"etag\": \"\",\n \"items\": [\n {\n \"author\": {\n \"displayName\": \"\",\n \"id\": \"\",\n \"image\": {\n \"url\": \"\"\n },\n \"url\": \"\"\n },\n \"blog\": {\n \"id\": \"\"\n },\n \"content\": \"\",\n \"customMetaData\": \"\",\n \"etag\": \"\",\n \"id\": \"\",\n \"images\": [\n {\n \"url\": \"\"\n }\n ],\n \"kind\": \"\",\n \"labels\": [\n \"\"\n ],\n \"location\": {\n \"lat\": {{faker 'number.float'}},\n \"lng\": {{faker 'number.float'}},\n \"name\": \"\",\n \"span\": \"\"\n },\n \"published\": \"\",\n \"readerComments\": \"{{oneOf (array 'ALLOW' 'DONT_ALLOW_SHOW_EXISTING' 'DONT_ALLOW_HIDE_EXISTING')}}\",\n \"replies\": {\n \"items\": [\n {\n \"author\": {\n \"displayName\": \"\",\n \"id\": \"\",\n \"image\": {\n \"url\": \"\"\n },\n \"url\": \"\"\n },\n \"blog\": {\n \"id\": \"\"\n },\n \"content\": \"\",\n \"id\": \"\",\n \"inReplyTo\": {\n \"id\": \"\"\n },\n \"kind\": \"\",\n \"post\": {\n \"id\": \"\"\n },\n \"published\": \"\",\n \"selfLink\": \"\",\n \"status\": \"{{oneOf (array 'LIVE' 'EMPTIED' 'PENDING' 'SPAM')}}\",\n \"updated\": \"\"\n }\n ],\n \"selfLink\": \"\",\n \"totalItems\": \"\"\n },\n \"selfLink\": \"\",\n \"status\": \"{{oneOf (array 'LIVE' 'DRAFT' 'SCHEDULED' 'SOFT_TRASHED')}}\",\n \"title\": \"\",\n \"titleLink\": \"\",\n \"trashed\": \"\",\n \"updated\": \"\",\n \"url\": \"\"\n }\n ],\n \"kind\": \"\",\n \"nextPageToken\": \"\",\n \"prevPageToken\": \"\"\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": "200b6796-b3fa-4d4f-8bc1-e48b20633650", "documentation": "Inserts a post.", "method": "post", "endpoint": "v3/blogs/:blogId/posts", "responses": [ { "uuid": "491ed523-24bd-4590-9574-4f26eec66cb9", "body": "{\n \"author\": {\n \"displayName\": \"\",\n \"id\": \"\",\n \"image\": {\n \"url\": \"\"\n },\n \"url\": \"\"\n },\n \"blog\": {\n \"id\": \"\"\n },\n \"content\": \"\",\n \"customMetaData\": \"\",\n \"etag\": \"\",\n \"id\": \"\",\n \"images\": [\n {\n \"url\": \"\"\n }\n ],\n \"kind\": \"\",\n \"labels\": [\n \"\"\n ],\n \"location\": {\n \"lat\": {{faker 'number.float'}},\n \"lng\": {{faker 'number.float'}},\n \"name\": \"\",\n \"span\": \"\"\n },\n \"published\": \"\",\n \"readerComments\": \"{{oneOf (array 'ALLOW' 'DONT_ALLOW_SHOW_EXISTING' 'DONT_ALLOW_HIDE_EXISTING')}}\",\n \"replies\": {\n \"items\": [\n {\n \"author\": {\n \"displayName\": \"\",\n \"id\": \"\",\n \"image\": {\n \"url\": \"\"\n },\n \"url\": \"\"\n },\n \"blog\": {\n \"id\": \"\"\n },\n \"content\": \"\",\n \"id\": \"\",\n \"inReplyTo\": {\n \"id\": \"\"\n },\n \"kind\": \"\",\n \"post\": {\n \"id\": \"\"\n },\n \"published\": \"\",\n \"selfLink\": \"\",\n \"status\": \"{{oneOf (array 'LIVE' 'EMPTIED' 'PENDING' 'SPAM')}}\",\n \"updated\": \"\"\n }\n ],\n \"selfLink\": \"\",\n \"totalItems\": \"\"\n },\n \"selfLink\": \"\",\n \"status\": \"{{oneOf (array 'LIVE' 'DRAFT' 'SCHEDULED' 'SOFT_TRASHED')}}\",\n \"title\": \"\",\n \"titleLink\": \"\",\n \"trashed\": \"\",\n \"updated\": \"\",\n \"url\": \"\"\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": "7e831671-9ad1-4e40-b43e-1a09c14ef123", "documentation": "Gets a post by path.", "method": "get", "endpoint": "v3/blogs/:blogId/posts/bypath", "responses": [ { "uuid": "6403da6a-6d5d-4f9c-bafb-80042af4b71c", "body": "{\n \"author\": {\n \"displayName\": \"\",\n \"id\": \"\",\n \"image\": {\n \"url\": \"\"\n },\n \"url\": \"\"\n },\n \"blog\": {\n \"id\": \"\"\n },\n \"content\": \"\",\n \"customMetaData\": \"\",\n \"etag\": \"\",\n \"id\": \"\",\n \"images\": [\n {\n \"url\": \"\"\n }\n ],\n \"kind\": \"\",\n \"labels\": [\n \"\"\n ],\n \"location\": {\n \"lat\": {{faker 'number.float'}},\n \"lng\": {{faker 'number.float'}},\n \"name\": \"\",\n \"span\": \"\"\n },\n \"published\": \"\",\n \"readerComments\": \"{{oneOf (array 'ALLOW' 'DONT_ALLOW_SHOW_EXISTING' 'DONT_ALLOW_HIDE_EXISTING')}}\",\n \"replies\": {\n \"items\": [\n {\n \"author\": {\n \"displayName\": \"\",\n \"id\": \"\",\n \"image\": {\n \"url\": \"\"\n },\n \"url\": \"\"\n },\n \"blog\": {\n \"id\": \"\"\n },\n \"content\": \"\",\n \"id\": \"\",\n \"inReplyTo\": {\n \"id\": \"\"\n },\n \"kind\": \"\",\n \"post\": {\n \"id\": \"\"\n },\n \"published\": \"\",\n \"selfLink\": \"\",\n \"status\": \"{{oneOf (array 'LIVE' 'EMPTIED' 'PENDING' 'SPAM')}}\",\n \"updated\": \"\"\n }\n ],\n \"selfLink\": \"\",\n \"totalItems\": \"\"\n },\n \"selfLink\": \"\",\n \"status\": \"{{oneOf (array 'LIVE' 'DRAFT' 'SCHEDULED' 'SOFT_TRASHED')}}\",\n \"title\": \"\",\n \"titleLink\": \"\",\n \"trashed\": \"\",\n \"updated\": \"\",\n \"url\": \"\"\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": "4dc2795c-eb12-4349-a01f-c5a79ba58a42", "documentation": "Searches for posts matching given query terms in the specified blog.", "method": "get", "endpoint": "v3/blogs/:blogId/posts/search", "responses": [ { "uuid": "311ad1fa-af93-4f7b-988c-321453ae4a32", "body": "{\n \"etag\": \"\",\n \"items\": [\n {\n \"author\": {\n \"displayName\": \"\",\n \"id\": \"\",\n \"image\": {\n \"url\": \"\"\n },\n \"url\": \"\"\n },\n \"blog\": {\n \"id\": \"\"\n },\n \"content\": \"\",\n \"customMetaData\": \"\",\n \"etag\": \"\",\n \"id\": \"\",\n \"images\": [\n {\n \"url\": \"\"\n }\n ],\n \"kind\": \"\",\n \"labels\": [\n \"\"\n ],\n \"location\": {\n \"lat\": {{faker 'number.float'}},\n \"lng\": {{faker 'number.float'}},\n \"name\": \"\",\n \"span\": \"\"\n },\n \"published\": \"\",\n \"readerComments\": \"{{oneOf (array 'ALLOW' 'DONT_ALLOW_SHOW_EXISTING' 'DONT_ALLOW_HIDE_EXISTING')}}\",\n \"replies\": {\n \"items\": [\n {\n \"author\": {\n \"displayName\": \"\",\n \"id\": \"\",\n \"image\": {\n \"url\": \"\"\n },\n \"url\": \"\"\n },\n \"blog\": {\n \"id\": \"\"\n },\n \"content\": \"\",\n \"id\": \"\",\n \"inReplyTo\": {\n \"id\": \"\"\n },\n \"kind\": \"\",\n \"post\": {\n \"id\": \"\"\n },\n \"published\": \"\",\n \"selfLink\": \"\",\n \"status\": \"{{oneOf (array 'LIVE' 'EMPTIED' 'PENDING' 'SPAM')}}\",\n \"updated\": \"\"\n }\n ],\n \"selfLink\": \"\",\n \"totalItems\": \"\"\n },\n \"selfLink\": \"\",\n \"status\": \"{{oneOf (array 'LIVE' 'DRAFT' 'SCHEDULED' 'SOFT_TRASHED')}}\",\n \"title\": \"\",\n \"titleLink\": \"\",\n \"trashed\": \"\",\n \"updated\": \"\",\n \"url\": \"\"\n }\n ],\n \"kind\": \"\",\n \"nextPageToken\": \"\",\n \"prevPageToken\": \"\"\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": "002e7f42-0dc7-4fa2-ac6f-afbde638b9ba", "documentation": "Deletes a post by blog id and post id.", "method": "delete", "endpoint": "v3/blogs/:blogId/posts/:postId", "responses": [ { "uuid": "6f126db9-2404-408a-b0b5-579ea82c5775", "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": "af53e205-43a5-4622-9d99-0b3e0852229c", "documentation": "Gets a post by blog id and post id", "method": "get", "endpoint": "v3/blogs/:blogId/posts/:postId", "responses": [ { "uuid": "951f87a4-7d66-4bd2-a09a-f00bcc88db25", "body": "{\n \"author\": {\n \"displayName\": \"\",\n \"id\": \"\",\n \"image\": {\n \"url\": \"\"\n },\n \"url\": \"\"\n },\n \"blog\": {\n \"id\": \"\"\n },\n \"content\": \"\",\n \"customMetaData\": \"\",\n \"etag\": \"\",\n \"id\": \"\",\n \"images\": [\n {\n \"url\": \"\"\n }\n ],\n \"kind\": \"\",\n \"labels\": [\n \"\"\n ],\n \"location\": {\n \"lat\": {{faker 'number.float'}},\n \"lng\": {{faker 'number.float'}},\n \"name\": \"\",\n \"span\": \"\"\n },\n \"published\": \"\",\n \"readerComments\": \"{{oneOf (array 'ALLOW' 'DONT_ALLOW_SHOW_EXISTING' 'DONT_ALLOW_HIDE_EXISTING')}}\",\n \"replies\": {\n \"items\": [\n {\n \"author\": {\n \"displayName\": \"\",\n \"id\": \"\",\n \"image\": {\n \"url\": \"\"\n },\n \"url\": \"\"\n },\n \"blog\": {\n \"id\": \"\"\n },\n \"content\": \"\",\n \"id\": \"\",\n \"inReplyTo\": {\n \"id\": \"\"\n },\n \"kind\": \"\",\n \"post\": {\n \"id\": \"\"\n },\n \"published\": \"\",\n \"selfLink\": \"\",\n \"status\": \"{{oneOf (array 'LIVE' 'EMPTIED' 'PENDING' 'SPAM')}}\",\n \"updated\": \"\"\n }\n ],\n \"selfLink\": \"\",\n \"totalItems\": \"\"\n },\n \"selfLink\": \"\",\n \"status\": \"{{oneOf (array 'LIVE' 'DRAFT' 'SCHEDULED' 'SOFT_TRASHED')}}\",\n \"title\": \"\",\n \"titleLink\": \"\",\n \"trashed\": \"\",\n \"updated\": \"\",\n \"url\": \"\"\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": "5426477a-6c11-4d97-a106-fbe9709f984c", "documentation": "Patches a post.", "method": "patch", "endpoint": "v3/blogs/:blogId/posts/:postId", "responses": [ { "uuid": "625d40f0-cd1f-4111-a01f-8e01e5f8cc0d", "body": "{\n \"author\": {\n \"displayName\": \"\",\n \"id\": \"\",\n \"image\": {\n \"url\": \"\"\n },\n \"url\": \"\"\n },\n \"blog\": {\n \"id\": \"\"\n },\n \"content\": \"\",\n \"customMetaData\": \"\",\n \"etag\": \"\",\n \"id\": \"\",\n \"images\": [\n {\n \"url\": \"\"\n }\n ],\n \"kind\": \"\",\n \"labels\": [\n \"\"\n ],\n \"location\": {\n \"lat\": {{faker 'number.float'}},\n \"lng\": {{faker 'number.float'}},\n \"name\": \"\",\n \"span\": \"\"\n },\n \"published\": \"\",\n \"readerComments\": \"{{oneOf (array 'ALLOW' 'DONT_ALLOW_SHOW_EXISTING' 'DONT_ALLOW_HIDE_EXISTING')}}\",\n \"replies\": {\n \"items\": [\n {\n \"author\": {\n \"displayName\": \"\",\n \"id\": \"\",\n \"image\": {\n \"url\": \"\"\n },\n \"url\": \"\"\n },\n \"blog\": {\n \"id\": \"\"\n },\n \"content\": \"\",\n \"id\": \"\",\n \"inReplyTo\": {\n \"id\": \"\"\n },\n \"kind\": \"\",\n \"post\": {\n \"id\": \"\"\n },\n \"published\": \"\",\n \"selfLink\": \"\",\n \"status\": \"{{oneOf (array 'LIVE' 'EMPTIED' 'PENDING' 'SPAM')}}\",\n \"updated\": \"\"\n }\n ],\n \"selfLink\": \"\",\n \"totalItems\": \"\"\n },\n \"selfLink\": \"\",\n \"status\": \"{{oneOf (array 'LIVE' 'DRAFT' 'SCHEDULED' 'SOFT_TRASHED')}}\",\n \"title\": \"\",\n \"titleLink\": \"\",\n \"trashed\": \"\",\n \"updated\": \"\",\n \"url\": \"\"\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": "d95127e2-fe50-4a1b-8803-ce0be58476b3", "documentation": "Updates a post by blog id and post id.", "method": "put", "endpoint": "v3/blogs/:blogId/posts/:postId", "responses": [ { "uuid": "a418ca2f-7a93-4897-9b90-3868bcaeddb0", "body": "{\n \"author\": {\n \"displayName\": \"\",\n \"id\": \"\",\n \"image\": {\n \"url\": \"\"\n },\n \"url\": \"\"\n },\n \"blog\": {\n \"id\": \"\"\n },\n \"content\": \"\",\n \"customMetaData\": \"\",\n \"etag\": \"\",\n \"id\": \"\",\n \"images\": [\n {\n \"url\": \"\"\n }\n ],\n \"kind\": \"\",\n \"labels\": [\n \"\"\n ],\n \"location\": {\n \"lat\": {{faker 'number.float'}},\n \"lng\": {{faker 'number.float'}},\n \"name\": \"\",\n \"span\": \"\"\n },\n \"published\": \"\",\n \"readerComments\": \"{{oneOf (array 'ALLOW' 'DONT_ALLOW_SHOW_EXISTING' 'DONT_ALLOW_HIDE_EXISTING')}}\",\n \"replies\": {\n \"items\": [\n {\n \"author\": {\n \"displayName\": \"\",\n \"id\": \"\",\n \"image\": {\n \"url\": \"\"\n },\n \"url\": \"\"\n },\n \"blog\": {\n \"id\": \"\"\n },\n \"content\": \"\",\n \"id\": \"\",\n \"inReplyTo\": {\n \"id\": \"\"\n },\n \"kind\": \"\",\n \"post\": {\n \"id\": \"\"\n },\n \"published\": \"\",\n \"selfLink\": \"\",\n \"status\": \"{{oneOf (array 'LIVE' 'EMPTIED' 'PENDING' 'SPAM')}}\",\n \"updated\": \"\"\n }\n ],\n \"selfLink\": \"\",\n \"totalItems\": \"\"\n },\n \"selfLink\": \"\",\n \"status\": \"{{oneOf (array 'LIVE' 'DRAFT' 'SCHEDULED' 'SOFT_TRASHED')}}\",\n \"title\": \"\",\n \"titleLink\": \"\",\n \"trashed\": \"\",\n \"updated\": \"\",\n \"url\": \"\"\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": "e1bd79f0-9819-442a-bbb0-4cf275e2e686", "documentation": "Lists comments.", "method": "get", "endpoint": "v3/blogs/:blogId/posts/:postId/comments", "responses": [ { "uuid": "29a5e497-ad99-4869-8dfa-1ac5352434ee", "body": "{\n \"etag\": \"\",\n \"items\": [\n {\n \"author\": {\n \"displayName\": \"\",\n \"id\": \"\",\n \"image\": {\n \"url\": \"\"\n },\n \"url\": \"\"\n },\n \"blog\": {\n \"id\": \"\"\n },\n \"content\": \"\",\n \"id\": \"\",\n \"inReplyTo\": {\n \"id\": \"\"\n },\n \"kind\": \"\",\n \"post\": {\n \"id\": \"\"\n },\n \"published\": \"\",\n \"selfLink\": \"\",\n \"status\": \"{{oneOf (array 'LIVE' 'EMPTIED' 'PENDING' 'SPAM')}}\",\n \"updated\": \"\"\n }\n ],\n \"kind\": \"\",\n \"nextPageToken\": \"\",\n \"prevPageToken\": \"\"\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": "69ac2659-59d1-46d8-b612-495b462fb557", "documentation": "Deletes a comment by blog id, post id and comment id.", "method": "delete", "endpoint": "v3/blogs/:blogId/posts/:postId/comments/:commentId", "responses": [ { "uuid": "dd9c7f03-e25e-4364-8c75-a0ccc8e45570", "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": "5b727808-fdf9-48f4-a681-e4dafa0e5f4a", "documentation": "Gets a comment by id.", "method": "get", "endpoint": "v3/blogs/:blogId/posts/:postId/comments/:commentId", "responses": [ { "uuid": "aed23eb1-6803-4d21-a676-da009a563a1c", "body": "{\n \"author\": {\n \"displayName\": \"\",\n \"id\": \"\",\n \"image\": {\n \"url\": \"\"\n },\n \"url\": \"\"\n },\n \"blog\": {\n \"id\": \"\"\n },\n \"content\": \"\",\n \"id\": \"\",\n \"inReplyTo\": {\n \"id\": \"\"\n },\n \"kind\": \"\",\n \"post\": {\n \"id\": \"\"\n },\n \"published\": \"\",\n \"selfLink\": \"\",\n \"status\": \"{{oneOf (array 'LIVE' 'EMPTIED' 'PENDING' 'SPAM')}}\",\n \"updated\": \"\"\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": "7ff27d96-fdec-45ff-a04e-a3b5056d1777", "documentation": "Marks a comment as not spam by blog id, post id and comment id.", "method": "post", "endpoint": "v3/blogs/:blogId/posts/:postId/comments/:commentId/approve", "responses": [ { "uuid": "b4143032-48fb-45b3-888b-485f57c8e6e4", "body": "{\n \"author\": {\n \"displayName\": \"\",\n \"id\": \"\",\n \"image\": {\n \"url\": \"\"\n },\n \"url\": \"\"\n },\n \"blog\": {\n \"id\": \"\"\n },\n \"content\": \"\",\n \"id\": \"\",\n \"inReplyTo\": {\n \"id\": \"\"\n },\n \"kind\": \"\",\n \"post\": {\n \"id\": \"\"\n },\n \"published\": \"\",\n \"selfLink\": \"\",\n \"status\": \"{{oneOf (array 'LIVE' 'EMPTIED' 'PENDING' 'SPAM')}}\",\n \"updated\": \"\"\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": "10bf2e66-1187-426b-b013-c2be249474bf", "documentation": "Removes the content of a comment by blog id, post id and comment id.", "method": "post", "endpoint": "v3/blogs/:blogId/posts/:postId/comments/:commentId/removecontent", "responses": [ { "uuid": "5e24eae5-c7f8-4f64-a981-bdb6e6c28123", "body": "{\n \"author\": {\n \"displayName\": \"\",\n \"id\": \"\",\n \"image\": {\n \"url\": \"\"\n },\n \"url\": \"\"\n },\n \"blog\": {\n \"id\": \"\"\n },\n \"content\": \"\",\n \"id\": \"\",\n \"inReplyTo\": {\n \"id\": \"\"\n },\n \"kind\": \"\",\n \"post\": {\n \"id\": \"\"\n },\n \"published\": \"\",\n \"selfLink\": \"\",\n \"status\": \"{{oneOf (array 'LIVE' 'EMPTIED' 'PENDING' 'SPAM')}}\",\n \"updated\": \"\"\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": "4c92ccc5-64d1-4e6a-9570-64267da9c5df", "documentation": "Marks a comment as spam by blog id, post id and comment id.", "method": "post", "endpoint": "v3/blogs/:blogId/posts/:postId/comments/:commentId/spam", "responses": [ { "uuid": "88ee187d-c7b4-4233-b094-6a041c02b10c", "body": "{\n \"author\": {\n \"displayName\": \"\",\n \"id\": \"\",\n \"image\": {\n \"url\": \"\"\n },\n \"url\": \"\"\n },\n \"blog\": {\n \"id\": \"\"\n },\n \"content\": \"\",\n \"id\": \"\",\n \"inReplyTo\": {\n \"id\": \"\"\n },\n \"kind\": \"\",\n \"post\": {\n \"id\": \"\"\n },\n \"published\": \"\",\n \"selfLink\": \"\",\n \"status\": \"{{oneOf (array 'LIVE' 'EMPTIED' 'PENDING' 'SPAM')}}\",\n \"updated\": \"\"\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": "38c9eae9-41fb-4eba-963b-93c8f080dfa1", "documentation": "Publishes a post.", "method": "post", "endpoint": "v3/blogs/:blogId/posts/:postId/publish", "responses": [ { "uuid": "567c7af1-7445-4dd5-93fc-7058129eb44e", "body": "{\n \"author\": {\n \"displayName\": \"\",\n \"id\": \"\",\n \"image\": {\n \"url\": \"\"\n },\n \"url\": \"\"\n },\n \"blog\": {\n \"id\": \"\"\n },\n \"content\": \"\",\n \"customMetaData\": \"\",\n \"etag\": \"\",\n \"id\": \"\",\n \"images\": [\n {\n \"url\": \"\"\n }\n ],\n \"kind\": \"\",\n \"labels\": [\n \"\"\n ],\n \"location\": {\n \"lat\": {{faker 'number.float'}},\n \"lng\": {{faker 'number.float'}},\n \"name\": \"\",\n \"span\": \"\"\n },\n \"published\": \"\",\n \"readerComments\": \"{{oneOf (array 'ALLOW' 'DONT_ALLOW_SHOW_EXISTING' 'DONT_ALLOW_HIDE_EXISTING')}}\",\n \"replies\": {\n \"items\": [\n {\n \"author\": {\n \"displayName\": \"\",\n \"id\": \"\",\n \"image\": {\n \"url\": \"\"\n },\n \"url\": \"\"\n },\n \"blog\": {\n \"id\": \"\"\n },\n \"content\": \"\",\n \"id\": \"\",\n \"inReplyTo\": {\n \"id\": \"\"\n },\n \"kind\": \"\",\n \"post\": {\n \"id\": \"\"\n },\n \"published\": \"\",\n \"selfLink\": \"\",\n \"status\": \"{{oneOf (array 'LIVE' 'EMPTIED' 'PENDING' 'SPAM')}}\",\n \"updated\": \"\"\n }\n ],\n \"selfLink\": \"\",\n \"totalItems\": \"\"\n },\n \"selfLink\": \"\",\n \"status\": \"{{oneOf (array 'LIVE' 'DRAFT' 'SCHEDULED' 'SOFT_TRASHED')}}\",\n \"title\": \"\",\n \"titleLink\": \"\",\n \"trashed\": \"\",\n \"updated\": \"\",\n \"url\": \"\"\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": "ec6f6f70-d5ba-476d-8818-e413ee8b2ab3", "documentation": "Reverts a published or scheduled post to draft state.", "method": "post", "endpoint": "v3/blogs/:blogId/posts/:postId/revert", "responses": [ { "uuid": "d3b8a6d4-8eab-4c97-a231-1c7c27564866", "body": "{\n \"author\": {\n \"displayName\": \"\",\n \"id\": \"\",\n \"image\": {\n \"url\": \"\"\n },\n \"url\": \"\"\n },\n \"blog\": {\n \"id\": \"\"\n },\n \"content\": \"\",\n \"customMetaData\": \"\",\n \"etag\": \"\",\n \"id\": \"\",\n \"images\": [\n {\n \"url\": \"\"\n }\n ],\n \"kind\": \"\",\n \"labels\": [\n \"\"\n ],\n \"location\": {\n \"lat\": {{faker 'number.float'}},\n \"lng\": {{faker 'number.float'}},\n \"name\": \"\",\n \"span\": \"\"\n },\n \"published\": \"\",\n \"readerComments\": \"{{oneOf (array 'ALLOW' 'DONT_ALLOW_SHOW_EXISTING' 'DONT_ALLOW_HIDE_EXISTING')}}\",\n \"replies\": {\n \"items\": [\n {\n \"author\": {\n \"displayName\": \"\",\n \"id\": \"\",\n \"image\": {\n \"url\": \"\"\n },\n \"url\": \"\"\n },\n \"blog\": {\n \"id\": \"\"\n },\n \"content\": \"\",\n \"id\": \"\",\n \"inReplyTo\": {\n \"id\": \"\"\n },\n \"kind\": \"\",\n \"post\": {\n \"id\": \"\"\n },\n \"published\": \"\",\n \"selfLink\": \"\",\n \"status\": \"{{oneOf (array 'LIVE' 'EMPTIED' 'PENDING' 'SPAM')}}\",\n \"updated\": \"\"\n }\n ],\n \"selfLink\": \"\",\n \"totalItems\": \"\"\n },\n \"selfLink\": \"\",\n \"status\": \"{{oneOf (array 'LIVE' 'DRAFT' 'SCHEDULED' 'SOFT_TRASHED')}}\",\n \"title\": \"\",\n \"titleLink\": \"\",\n \"trashed\": \"\",\n \"updated\": \"\",\n \"url\": \"\"\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": "03128711-083f-4c5c-bd0c-10c3202929ef", "documentation": "Gets one user by user_id.", "method": "get", "endpoint": "v3/users/:userId", "responses": [ { "uuid": "de3d421e-47dd-4a1d-a7c3-9c9bbf17ada1", "body": "{\n \"about\": \"\",\n \"blogs\": {\n \"selfLink\": \"\"\n },\n \"created\": \"\",\n \"displayName\": \"\",\n \"id\": \"\",\n \"kind\": \"\",\n \"locale\": {\n \"country\": \"\",\n \"language\": \"\",\n \"variant\": \"\"\n },\n \"selfLink\": \"\",\n \"url\": \"\"\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": "4ec84f00-ab5f-48b4-bd95-1234369b1306", "documentation": "Lists blogs by user.", "method": "get", "endpoint": "v3/users/:userId/blogs", "responses": [ { "uuid": "9fcaa4d0-97de-4a7b-bb4f-b3f711b62c76", "body": "{\n \"blogUserInfos\": [\n {\n \"blog\": {\n \"customMetaData\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"kind\": \"\",\n \"locale\": {\n \"country\": \"\",\n \"language\": \"\",\n \"variant\": \"\"\n },\n \"name\": \"\",\n \"pages\": {\n \"selfLink\": \"\",\n \"totalItems\": {{faker 'number.int' max=99999}}\n },\n \"posts\": {\n \"items\": [\n {\n \"author\": {\n \"displayName\": \"\",\n \"id\": \"\",\n \"image\": {\n \"url\": \"\"\n },\n \"url\": \"\"\n },\n \"blog\": {\n \"id\": \"\"\n },\n \"content\": \"\",\n \"customMetaData\": \"\",\n \"etag\": \"\",\n \"id\": \"\",\n \"images\": [\n {\n \"url\": \"\"\n }\n ],\n \"kind\": \"\",\n \"labels\": [\n \"\"\n ],\n \"location\": {\n \"lat\": {{faker 'number.float'}},\n \"lng\": {{faker 'number.float'}},\n \"name\": \"\",\n \"span\": \"\"\n },\n \"published\": \"\",\n \"readerComments\": \"{{oneOf (array 'ALLOW' 'DONT_ALLOW_SHOW_EXISTING' 'DONT_ALLOW_HIDE_EXISTING')}}\",\n \"replies\": {\n \"items\": [\n {\n \"author\": {\n \"displayName\": \"\",\n \"id\": \"\",\n \"image\": {\n \"url\": \"\"\n },\n \"url\": \"\"\n },\n \"blog\": {\n \"id\": \"\"\n },\n \"content\": \"\",\n \"id\": \"\",\n \"inReplyTo\": {\n \"id\": \"\"\n },\n \"kind\": \"\",\n \"post\": {\n \"id\": \"\"\n },\n \"published\": \"\",\n \"selfLink\": \"\",\n \"status\": \"{{oneOf (array 'LIVE' 'EMPTIED' 'PENDING' 'SPAM')}}\",\n \"updated\": \"\"\n }\n ],\n \"selfLink\": \"\",\n \"totalItems\": \"\"\n },\n \"selfLink\": \"\",\n \"status\": \"{{oneOf (array 'LIVE' 'DRAFT' 'SCHEDULED' 'SOFT_TRASHED')}}\",\n \"title\": \"\",\n \"titleLink\": \"\",\n \"trashed\": \"\",\n \"updated\": \"\",\n \"url\": \"\"\n }\n ],\n \"selfLink\": \"\",\n \"totalItems\": {{faker 'number.int' max=99999}}\n },\n \"published\": \"\",\n \"selfLink\": \"\",\n \"status\": \"{{oneOf (array 'LIVE' 'DELETED')}}\",\n \"updated\": \"\",\n \"url\": \"\"\n },\n \"blog_user_info\": {\n \"blogId\": \"\",\n \"hasAdminAccess\": {{faker 'datatype.boolean'}},\n \"kind\": \"\",\n \"photosAlbumKey\": \"\",\n \"role\": \"{{oneOf (array 'VIEW_TYPE_UNSPECIFIED' 'READER' 'AUTHOR' 'ADMIN')}}\",\n \"userId\": \"\"\n },\n \"kind\": \"\"\n }\n ],\n \"items\": [\n {\n \"customMetaData\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"kind\": \"\",\n \"locale\": {\n \"country\": \"\",\n \"language\": \"\",\n \"variant\": \"\"\n },\n \"name\": \"\",\n \"pages\": {\n \"selfLink\": \"\",\n \"totalItems\": {{faker 'number.int' max=99999}}\n },\n \"posts\": {\n \"items\": [\n {\n \"author\": {\n \"displayName\": \"\",\n \"id\": \"\",\n \"image\": {\n \"url\": \"\"\n },\n \"url\": \"\"\n },\n \"blog\": {\n \"id\": \"\"\n },\n \"content\": \"\",\n \"customMetaData\": \"\",\n \"etag\": \"\",\n \"id\": \"\",\n \"images\": [\n {\n \"url\": \"\"\n }\n ],\n \"kind\": \"\",\n \"labels\": [\n \"\"\n ],\n \"location\": {\n \"lat\": {{faker 'number.float'}},\n \"lng\": {{faker 'number.float'}},\n \"name\": \"\",\n \"span\": \"\"\n },\n \"published\": \"\",\n \"readerComments\": \"{{oneOf (array 'ALLOW' 'DONT_ALLOW_SHOW_EXISTING' 'DONT_ALLOW_HIDE_EXISTING')}}\",\n \"replies\": {\n \"items\": [\n {\n \"author\": {\n \"displayName\": \"\",\n \"id\": \"\",\n \"image\": {\n \"url\": \"\"\n },\n \"url\": \"\"\n },\n \"blog\": {\n \"id\": \"\"\n },\n \"content\": \"\",\n \"id\": \"\",\n \"inReplyTo\": {\n \"id\": \"\"\n },\n \"kind\": \"\",\n \"post\": {\n \"id\": \"\"\n },\n \"published\": \"\",\n \"selfLink\": \"\",\n \"status\": \"{{oneOf (array 'LIVE' 'EMPTIED' 'PENDING' 'SPAM')}}\",\n \"updated\": \"\"\n }\n ],\n \"selfLink\": \"\",\n \"totalItems\": \"\"\n },\n \"selfLink\": \"\",\n \"status\": \"{{oneOf (array 'LIVE' 'DRAFT' 'SCHEDULED' 'SOFT_TRASHED')}}\",\n \"title\": \"\",\n \"titleLink\": \"\",\n \"trashed\": \"\",\n \"updated\": \"\",\n \"url\": \"\"\n }\n ],\n \"selfLink\": \"\",\n \"totalItems\": {{faker 'number.int' max=99999}}\n },\n \"published\": \"\",\n \"selfLink\": \"\",\n \"status\": \"{{oneOf (array 'LIVE' 'DELETED')}}\",\n \"updated\": \"\",\n \"url\": \"\"\n }\n ],\n \"kind\": \"\"\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": "7dd75817-aacf-42cf-954c-07fdc608735f", "documentation": "Gets one blog and user info pair by blog id and user id.", "method": "get", "endpoint": "v3/users/:userId/blogs/:blogId", "responses": [ { "uuid": "750bd657-3587-4e2a-90ff-9736eb096f6d", "body": "{\n \"blog\": {\n \"customMetaData\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"kind\": \"\",\n \"locale\": {\n \"country\": \"\",\n \"language\": \"\",\n \"variant\": \"\"\n },\n \"name\": \"\",\n \"pages\": {\n \"selfLink\": \"\",\n \"totalItems\": {{faker 'number.int' max=99999}}\n },\n \"posts\": {\n \"items\": [\n {\n \"author\": {\n \"displayName\": \"\",\n \"id\": \"\",\n \"image\": {\n \"url\": \"\"\n },\n \"url\": \"\"\n },\n \"blog\": {\n \"id\": \"\"\n },\n \"content\": \"\",\n \"customMetaData\": \"\",\n \"etag\": \"\",\n \"id\": \"\",\n \"images\": [\n {\n \"url\": \"\"\n }\n ],\n \"kind\": \"\",\n \"labels\": [\n \"\"\n ],\n \"location\": {\n \"lat\": {{faker 'number.float'}},\n \"lng\": {{faker 'number.float'}},\n \"name\": \"\",\n \"span\": \"\"\n },\n \"published\": \"\",\n \"readerComments\": \"{{oneOf (array 'ALLOW' 'DONT_ALLOW_SHOW_EXISTING' 'DONT_ALLOW_HIDE_EXISTING')}}\",\n \"replies\": {\n \"items\": [\n {\n \"author\": {\n \"displayName\": \"\",\n \"id\": \"\",\n \"image\": {\n \"url\": \"\"\n },\n \"url\": \"\"\n },\n \"blog\": {\n \"id\": \"\"\n },\n \"content\": \"\",\n \"id\": \"\",\n \"inReplyTo\": {\n \"id\": \"\"\n },\n \"kind\": \"\",\n \"post\": {\n \"id\": \"\"\n },\n \"published\": \"\",\n \"selfLink\": \"\",\n \"status\": \"{{oneOf (array 'LIVE' 'EMPTIED' 'PENDING' 'SPAM')}}\",\n \"updated\": \"\"\n }\n ],\n \"selfLink\": \"\",\n \"totalItems\": \"\"\n },\n \"selfLink\": \"\",\n \"status\": \"{{oneOf (array 'LIVE' 'DRAFT' 'SCHEDULED' 'SOFT_TRASHED')}}\",\n \"title\": \"\",\n \"titleLink\": \"\",\n \"trashed\": \"\",\n \"updated\": \"\",\n \"url\": \"\"\n }\n ],\n \"selfLink\": \"\",\n \"totalItems\": {{faker 'number.int' max=99999}}\n },\n \"published\": \"\",\n \"selfLink\": \"\",\n \"status\": \"{{oneOf (array 'LIVE' 'DELETED')}}\",\n \"updated\": \"\",\n \"url\": \"\"\n },\n \"blog_user_info\": {\n \"blogId\": \"\",\n \"hasAdminAccess\": {{faker 'datatype.boolean'}},\n \"kind\": \"\",\n \"photosAlbumKey\": \"\",\n \"role\": \"{{oneOf (array 'VIEW_TYPE_UNSPECIFIED' 'READER' 'AUTHOR' 'ADMIN')}}\",\n \"userId\": \"\"\n },\n \"kind\": \"\"\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": "19ebc1ba-5949-46d2-8bc5-5ea3e9d2ef98", "documentation": "Lists post and user info pairs.", "method": "get", "endpoint": "v3/users/:userId/blogs/:blogId/posts", "responses": [ { "uuid": "d267daef-37a1-451b-8184-b2c702e5ecd4", "body": "{\n \"items\": [\n {\n \"kind\": \"\",\n \"post\": {\n \"author\": {\n \"displayName\": \"\",\n \"id\": \"\",\n \"image\": {\n \"url\": \"\"\n },\n \"url\": \"\"\n },\n \"blog\": {\n \"id\": \"\"\n },\n \"content\": \"\",\n \"customMetaData\": \"\",\n \"etag\": \"\",\n \"id\": \"\",\n \"images\": [\n {\n \"url\": \"\"\n }\n ],\n \"kind\": \"\",\n \"labels\": [\n \"\"\n ],\n \"location\": {\n \"lat\": {{faker 'number.float'}},\n \"lng\": {{faker 'number.float'}},\n \"name\": \"\",\n \"span\": \"\"\n },\n \"published\": \"\",\n \"readerComments\": \"{{oneOf (array 'ALLOW' 'DONT_ALLOW_SHOW_EXISTING' 'DONT_ALLOW_HIDE_EXISTING')}}\",\n \"replies\": {\n \"items\": [\n {\n \"author\": {\n \"displayName\": \"\",\n \"id\": \"\",\n \"image\": {\n \"url\": \"\"\n },\n \"url\": \"\"\n },\n \"blog\": {\n \"id\": \"\"\n },\n \"content\": \"\",\n \"id\": \"\",\n \"inReplyTo\": {\n \"id\": \"\"\n },\n \"kind\": \"\",\n \"post\": {\n \"id\": \"\"\n },\n \"published\": \"\",\n \"selfLink\": \"\",\n \"status\": \"{{oneOf (array 'LIVE' 'EMPTIED' 'PENDING' 'SPAM')}}\",\n \"updated\": \"\"\n }\n ],\n \"selfLink\": \"\",\n \"totalItems\": \"\"\n },\n \"selfLink\": \"\",\n \"status\": \"{{oneOf (array 'LIVE' 'DRAFT' 'SCHEDULED' 'SOFT_TRASHED')}}\",\n \"title\": \"\",\n \"titleLink\": \"\",\n \"trashed\": \"\",\n \"updated\": \"\",\n \"url\": \"\"\n },\n \"post_user_info\": {\n \"blogId\": \"\",\n \"hasEditAccess\": {{faker 'datatype.boolean'}},\n \"kind\": \"\",\n \"postId\": \"\",\n \"userId\": \"\"\n }\n }\n ],\n \"kind\": \"\",\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": "b9c233c7-cfba-4331-9d72-9e1a2f5673f4", "documentation": "Gets one post and user info pair, by post_id and user_id.", "method": "get", "endpoint": "v3/users/:userId/blogs/:blogId/posts/:postId", "responses": [ { "uuid": "bc34ce7f-6ae7-4440-8d47-f4bf7c1a1595", "body": "{\n \"kind\": \"\",\n \"post\": {\n \"author\": {\n \"displayName\": \"\",\n \"id\": \"\",\n \"image\": {\n \"url\": \"\"\n },\n \"url\": \"\"\n },\n \"blog\": {\n \"id\": \"\"\n },\n \"content\": \"\",\n \"customMetaData\": \"\",\n \"etag\": \"\",\n \"id\": \"\",\n \"images\": [\n {\n \"url\": \"\"\n }\n ],\n \"kind\": \"\",\n \"labels\": [\n \"\"\n ],\n \"location\": {\n \"lat\": {{faker 'number.float'}},\n \"lng\": {{faker 'number.float'}},\n \"name\": \"\",\n \"span\": \"\"\n },\n \"published\": \"\",\n \"readerComments\": \"{{oneOf (array 'ALLOW' 'DONT_ALLOW_SHOW_EXISTING' 'DONT_ALLOW_HIDE_EXISTING')}}\",\n \"replies\": {\n \"items\": [\n {\n \"author\": {\n \"displayName\": \"\",\n \"id\": \"\",\n \"image\": {\n \"url\": \"\"\n },\n \"url\": \"\"\n },\n \"blog\": {\n \"id\": \"\"\n },\n \"content\": \"\",\n \"id\": \"\",\n \"inReplyTo\": {\n \"id\": \"\"\n },\n \"kind\": \"\",\n \"post\": {\n \"id\": \"\"\n },\n \"published\": \"\",\n \"selfLink\": \"\",\n \"status\": \"{{oneOf (array 'LIVE' 'EMPTIED' 'PENDING' 'SPAM')}}\",\n \"updated\": \"\"\n }\n ],\n \"selfLink\": \"\",\n \"totalItems\": \"\"\n },\n \"selfLink\": \"\",\n \"status\": \"{{oneOf (array 'LIVE' 'DRAFT' 'SCHEDULED' 'SOFT_TRASHED')}}\",\n \"title\": \"\",\n \"titleLink\": \"\",\n \"trashed\": \"\",\n \"updated\": \"\",\n \"url\": \"\"\n },\n \"post_user_info\": {\n \"blogId\": \"\",\n \"hasEditAccess\": {{faker 'datatype.boolean'}},\n \"kind\": \"\",\n \"postId\": \"\",\n \"userId\": \"\"\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" } ], "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": "e520e3fc-a199-43d6-9e82-dbfafef28bf8" }, { "type": "route", "uuid": "8a50bd21-73e4-4f22-833f-8b3e9cf0254b" }, { "type": "route", "uuid": "7a149e70-f101-495d-ae8d-1bc7f67c2f03" }, { "type": "route", "uuid": "92ffd5a9-4fea-4221-a86d-0a446b468906" }, { "type": "route", "uuid": "18e744dc-5524-4b5d-995d-447897267f7a" }, { "type": "route", "uuid": "3ee95300-5e01-436f-8932-fbefdcaaaedb" }, { "type": "route", "uuid": "f6aba39e-c53f-4032-aef5-920cde6a090a" }, { "type": "route", "uuid": "583ed32a-7386-4d24-a2ff-8cf7447ef2c2" }, { "type": "route", "uuid": "ca7fc2d2-f00b-47ce-8f55-618174eefc59" }, { "type": "route", "uuid": "d8fce27a-f876-4812-b049-0199481daefc" }, { "type": "route", "uuid": "a3f4a1e6-d6ac-4a06-9ff0-382ef9fef097" }, { "type": "route", "uuid": "11f81ed2-81f1-45d4-8669-cc7140deadc9" }, { "type": "route", "uuid": "45a76d83-3dfc-4cc0-8524-0f9542b0e5c7" }, { "type": "route", "uuid": "200b6796-b3fa-4d4f-8bc1-e48b20633650" }, { "type": "route", "uuid": "7e831671-9ad1-4e40-b43e-1a09c14ef123" }, { "type": "route", "uuid": "4dc2795c-eb12-4349-a01f-c5a79ba58a42" }, { "type": "route", "uuid": "002e7f42-0dc7-4fa2-ac6f-afbde638b9ba" }, { "type": "route", "uuid": "af53e205-43a5-4622-9d99-0b3e0852229c" }, { "type": "route", "uuid": "5426477a-6c11-4d97-a106-fbe9709f984c" }, { "type": "route", "uuid": "d95127e2-fe50-4a1b-8803-ce0be58476b3" }, { "type": "route", "uuid": "e1bd79f0-9819-442a-bbb0-4cf275e2e686" }, { "type": "route", "uuid": "69ac2659-59d1-46d8-b612-495b462fb557" }, { "type": "route", "uuid": "5b727808-fdf9-48f4-a681-e4dafa0e5f4a" }, { "type": "route", "uuid": "7ff27d96-fdec-45ff-a04e-a3b5056d1777" }, { "type": "route", "uuid": "10bf2e66-1187-426b-b013-c2be249474bf" }, { "type": "route", "uuid": "4c92ccc5-64d1-4e6a-9570-64267da9c5df" }, { "type": "route", "uuid": "38c9eae9-41fb-4eba-963b-93c8f080dfa1" }, { "type": "route", "uuid": "ec6f6f70-d5ba-476d-8818-e413ee8b2ab3" }, { "type": "route", "uuid": "03128711-083f-4c5c-bd0c-10c3202929ef" }, { "type": "route", "uuid": "4ec84f00-ab5f-48b4-bd95-1234369b1306" }, { "type": "route", "uuid": "7dd75817-aacf-42cf-954c-07fdc608735f" }, { "type": "route", "uuid": "19ebc1ba-5949-46d2-8bc5-5ea3e9d2ef98" }, { "type": "route", "uuid": "b9c233c7-cfba-4331-9d72-9e1a2f5673f4" } ] }