{ "uuid": "7502370b-199b-4ba7-8334-6b90ec8c0e84", "lastMigration": 29, "name": "Platform API", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "b73102c1-4d94-4639-b383-9d1b53ed4016", "documentation": "Enumerate all active channels of the application", "method": "get", "endpoint": "channels", "responses": [ { "uuid": "7fda552b-e31c-4b67-bb81-392066351052", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"href\": \"\",\n \"message\": \"\",\n \"serverId\": \"\",\n \"statusCode\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Error", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "x-ably-errorcode", "value": "" }, { "key": "x-ably-errormessage", "value": "" }, { "key": "x-ably-serverid", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c5910eaf-e358-423e-bb67-d0283b5ed4ae", "documentation": "Get metadata of a channel", "method": "get", "endpoint": "channels/:channel_id", "responses": [ { "uuid": "59a035b8-594b-44f7-9dd1-eeafe94fa1f2", "body": "{\n \"channelId\": \"\",\n \"isGlobalMaster\": {{faker 'datatype.boolean'}},\n \"region\": \"\",\n \"status\": {\n \"isActive\": {{faker 'datatype.boolean'}},\n \"occupancy\": {\n \"presenceConnections\": {{faker 'number.int' max=99999}},\n \"presenceMembers\": {{faker 'number.int' max=99999}},\n \"presenceSubscribers\": {{faker 'number.int' max=99999}},\n \"publishers\": {{faker 'number.int' max=99999}},\n \"subscribers\": {{faker 'number.int' max=99999}}\n }\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "x-ably-serverid", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c5d4e8ae-8b4c-4010-b1aa-e37b430e24f7", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"href\": \"\",\n \"message\": \"\",\n \"serverId\": \"\",\n \"statusCode\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Error", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "x-ably-errorcode", "value": "" }, { "key": "x-ably-errormessage", "value": "" }, { "key": "x-ably-serverid", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "833dc100-68c4-4bc7-919a-3cc49e2ec136", "documentation": "Get message history for a channel", "method": "get", "endpoint": "channels/:channel_id/messages", "responses": [ { "uuid": "faf85fe8-8203-4398-9c79-90acc466682a", "body": "", "latency": 0, "statusCode": 200, "label": "Error", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "x-ably-errorcode", "value": "" }, { "key": "x-ably-errormessage", "value": "" }, { "key": "x-ably-serverid", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c8d65aae-57a2-4b5a-8f04-41a2874f23cc", "documentation": "Publish a message to a channel", "method": "post", "endpoint": "channels/:channel_id/messages", "responses": [ { "uuid": "17f88923-bce3-4776-bd80-35d1cde35af7", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"href\": \"\",\n \"message\": \"\",\n \"serverId\": \"\",\n \"statusCode\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Error", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "x-ably-errorcode", "value": "" }, { "key": "x-ably-errormessage", "value": "" }, { "key": "x-ably-serverid", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2d0a1e07-8310-4796-9ef0-7a0ca24bbf6d", "documentation": "Get presence of a channel", "method": "get", "endpoint": "channels/:channel_id/presence", "responses": [ { "uuid": "2b0e3f78-e813-4564-98ef-bddbd52bb453", "body": "[\n {\n \"action\": \"{{oneOf (array 'ABSENT' 'PRESENT' 'ENTER' 'LEAVE' 'UPDATE')}}\",\n \"clientId\": \"\",\n \"connectionId\": \"\",\n \"data\": \"\",\n \"encoding\": \"\",\n \"extras\": {\n \"push\": {\n \"apns\": {\n \"notification\": {\n \"body\": \"\",\n \"collapseKey\": \"\",\n \"icon\": \"\",\n \"sound\": \"\",\n \"title\": \"\"\n }\n },\n \"data\": \"\",\n \"fcm\": {\n \"notification\": {\n \"body\": \"\",\n \"collapseKey\": \"\",\n \"icon\": \"\",\n \"sound\": \"\",\n \"title\": \"\"\n }\n },\n \"notification\": {\n \"body\": \"\",\n \"collapseKey\": \"\",\n \"icon\": \"\",\n \"sound\": \"\",\n \"title\": \"\"\n },\n \"web\": {\n \"notification\": {\n \"body\": \"\",\n \"collapseKey\": \"\",\n \"icon\": \"\",\n \"sound\": \"\",\n \"title\": \"\"\n }\n }\n }\n },\n \"id\": \"\",\n \"timestamp\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "OK", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "link", "value": "" }, { "key": "x-ably-serverid", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "5e62e5dd-867b-4696-839a-27446864feb5", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"href\": \"\",\n \"message\": \"\",\n \"serverId\": \"\",\n \"statusCode\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Error", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "x-ably-errorcode", "value": "" }, { "key": "x-ably-errormessage", "value": "" }, { "key": "x-ably-serverid", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1c81bc33-aef0-4cd5-b77b-f69c3aa9e0ce", "documentation": "Get presence history of a channel", "method": "get", "endpoint": "channels/:channel_id/presence/history", "responses": [ { "uuid": "4e459d07-2724-4b50-b2ae-76c47580a5a7", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"href\": \"\",\n \"message\": \"\",\n \"serverId\": \"\",\n \"statusCode\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Error", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "x-ably-errorcode", "value": "" }, { "key": "x-ably-errormessage", "value": "" }, { "key": "x-ably-serverid", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "02719d4f-feec-429c-b110-e3d9d20cb623", "documentation": "Request an access token", "method": "post", "endpoint": "keys/:keyName/requestToken", "responses": [ { "uuid": "4a254c31-3e59-4471-83e6-2ef45e85dd11", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"href\": \"\",\n \"message\": \"\",\n \"serverId\": \"\",\n \"statusCode\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Error", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "x-ably-errorcode", "value": "" }, { "key": "x-ably-errormessage", "value": "" }, { "key": "x-ably-serverid", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "cef03eab-0b48-47bd-9d8f-b3524638ddf2", "documentation": "Delete a registered device's update token", "method": "delete", "endpoint": "push/channelSubscriptions", "responses": [ { "uuid": "37defb48-8c6e-4ba6-87f7-8bd6228da238", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"href\": \"\",\n \"message\": \"\",\n \"serverId\": \"\",\n \"statusCode\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Error", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "x-ably-errorcode", "value": "" }, { "key": "x-ably-errormessage", "value": "" }, { "key": "x-ably-serverid", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "dbe1eb5b-3937-4484-bd70-1dd8559bafcd", "documentation": "List channel subscriptions", "method": "get", "endpoint": "push/channelSubscriptions", "responses": [ { "uuid": "6e8472c6-fcd6-4cec-9f8d-5bb9804f2a60", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"href\": \"\",\n \"message\": \"\",\n \"serverId\": \"\",\n \"statusCode\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Error", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "x-ably-errorcode", "value": "" }, { "key": "x-ably-errormessage", "value": "" }, { "key": "x-ably-serverid", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e7383d20-391f-41c2-b8ee-861e31f6f1a9", "documentation": "Subscribe a device to a channel", "method": "post", "endpoint": "push/channelSubscriptions", "responses": [ { "uuid": "435a6811-e43c-428c-9c54-c2b43a8019f1", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"href\": \"\",\n \"message\": \"\",\n \"serverId\": \"\",\n \"statusCode\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Error", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "x-ably-errorcode", "value": "" }, { "key": "x-ably-errormessage", "value": "" }, { "key": "x-ably-serverid", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a8a1cce2-41ed-4468-b51f-dd8b6350aeb2", "documentation": "List all channels with at least one subscribed device", "method": "get", "endpoint": "push/channels", "responses": [ { "uuid": "8dc61d26-4be1-4a8c-9290-78f6b507db7b", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"href\": \"\",\n \"message\": \"\",\n \"serverId\": \"\",\n \"statusCode\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Error", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "x-ably-errorcode", "value": "" }, { "key": "x-ably-errormessage", "value": "" }, { "key": "x-ably-serverid", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "65accb6d-6288-4522-83ce-6181b996aeab", "documentation": "Unregister matching devices for push notifications", "method": "delete", "endpoint": "push/deviceRegistrations", "responses": [ { "uuid": "196fc390-28df-44dd-8d94-d149f733472b", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"href\": \"\",\n \"message\": \"\",\n \"serverId\": \"\",\n \"statusCode\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Error", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "x-ably-errorcode", "value": "" }, { "key": "x-ably-errormessage", "value": "" }, { "key": "x-ably-serverid", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e9435123-e584-4c28-aea4-71fc0fe65fe2", "documentation": "List devices registered for receiving push notifications", "method": "get", "endpoint": "push/deviceRegistrations", "responses": [ { "uuid": "f02ba825-7176-4c8d-91bf-a99efca672d9", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"href\": \"\",\n \"message\": \"\",\n \"serverId\": \"\",\n \"statusCode\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Error", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "x-ably-errorcode", "value": "" }, { "key": "x-ably-errormessage", "value": "" }, { "key": "x-ably-serverid", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b0192687-c9aa-4539-a9d8-654437fc3cc0", "documentation": "Register a device for receiving push notifications", "method": "post", "endpoint": "push/deviceRegistrations", "responses": [ { "uuid": "f4786bcc-7b9d-4236-a2b2-a8ef36d6178f", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"href\": \"\",\n \"message\": \"\",\n \"serverId\": \"\",\n \"statusCode\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Error", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "x-ably-errorcode", "value": "" }, { "key": "x-ably-errormessage", "value": "" }, { "key": "x-ably-serverid", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "aec357d5-b783-444a-81c1-e17c250af62c", "documentation": "Unregister a single device for push notifications", "method": "delete", "endpoint": "push/deviceRegistrations/:device_id", "responses": [ { "uuid": "242d9a45-477d-4436-b107-326f5222f1b0", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"href\": \"\",\n \"message\": \"\",\n \"serverId\": \"\",\n \"statusCode\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Error", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "x-ably-errorcode", "value": "" }, { "key": "x-ably-errormessage", "value": "" }, { "key": "x-ably-serverid", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2e984958-fd87-45c7-aa8b-3c236e7853c5", "documentation": "Get a device registration", "method": "get", "endpoint": "push/deviceRegistrations/:device_id", "responses": [ { "uuid": "fbdee6ad-c0b2-43c7-91ec-650837c8ef8b", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"href\": \"\",\n \"message\": \"\",\n \"serverId\": \"\",\n \"statusCode\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Error", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "x-ably-errorcode", "value": "" }, { "key": "x-ably-errormessage", "value": "" }, { "key": "x-ably-serverid", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "32ea689d-c0d1-4647-99a6-1cbcd75608c5", "documentation": "Update a device registration", "method": "patch", "endpoint": "push/deviceRegistrations/:device_id", "responses": [ { "uuid": "26f919d8-bfc6-474a-b0e9-13b4a634d7d7", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"href\": \"\",\n \"message\": \"\",\n \"serverId\": \"\",\n \"statusCode\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Error", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "x-ably-errorcode", "value": "" }, { "key": "x-ably-errormessage", "value": "" }, { "key": "x-ably-serverid", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6713ff08-0d54-44d2-bf56-4a77b3888079", "documentation": "Update a device registration", "method": "put", "endpoint": "push/deviceRegistrations/:device_id", "responses": [ { "uuid": "3af00d7f-390a-4600-a40a-30d03f70ca64", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"href\": \"\",\n \"message\": \"\",\n \"serverId\": \"\",\n \"statusCode\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Error", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "x-ably-errorcode", "value": "" }, { "key": "x-ably-errormessage", "value": "" }, { "key": "x-ably-serverid", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "63c04260-17d6-4e91-9a25-632edbd5ef0a", "documentation": "Reset a registered device's update token", "method": "get", "endpoint": "push/deviceRegistrations/:device_id/resetUpdateToken", "responses": [ { "uuid": "c995d243-724f-46cd-875f-05adf4e7d552", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"href\": \"\",\n \"message\": \"\",\n \"serverId\": \"\",\n \"statusCode\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Error", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "x-ably-errorcode", "value": "" }, { "key": "x-ably-errormessage", "value": "" }, { "key": "x-ably-serverid", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "da68ff3a-6eb6-4fca-9649-48d9631ef17e", "documentation": "Publish a push notification to device(s)", "method": "post", "endpoint": "push/publish", "responses": [ { "uuid": "30a2ddf4-3bf6-4a7d-8fe1-1d2d39341507", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"href\": \"\",\n \"message\": \"\",\n \"serverId\": \"\",\n \"statusCode\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Error", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "x-ably-errorcode", "value": "" }, { "key": "x-ably-errormessage", "value": "" }, { "key": "x-ably-serverid", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3b3814a7-ad88-4ebb-93fe-942f64a5e405", "documentation": "Retrieve usage statistics for an application", "method": "get", "endpoint": "stats", "responses": [ { "uuid": "3d274b54-e3be-4dcc-a7cc-741b369e1715", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"href\": \"\",\n \"message\": \"\",\n \"serverId\": \"\",\n \"statusCode\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Error", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "x-ably-errorcode", "value": "" }, { "key": "x-ably-errormessage", "value": "" }, { "key": "x-ably-serverid", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "bc60f7dc-8146-4682-a16e-022fbd2d1189", "documentation": "Get the service time", "method": "get", "endpoint": "time", "responses": [ { "uuid": "90a24211-4a74-4eaa-b586-16e375e7e491", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"href\": \"\",\n \"message\": \"\",\n \"serverId\": \"\",\n \"statusCode\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Error", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "x-ably-errorcode", "value": "" }, { "key": "x-ably-errormessage", "value": "" }, { "key": "x-ably-serverid", "value": "" } ], "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": "b73102c1-4d94-4639-b383-9d1b53ed4016" }, { "type": "route", "uuid": "c5910eaf-e358-423e-bb67-d0283b5ed4ae" }, { "type": "route", "uuid": "833dc100-68c4-4bc7-919a-3cc49e2ec136" }, { "type": "route", "uuid": "c8d65aae-57a2-4b5a-8f04-41a2874f23cc" }, { "type": "route", "uuid": "2d0a1e07-8310-4796-9ef0-7a0ca24bbf6d" }, { "type": "route", "uuid": "1c81bc33-aef0-4cd5-b77b-f69c3aa9e0ce" }, { "type": "route", "uuid": "02719d4f-feec-429c-b110-e3d9d20cb623" }, { "type": "route", "uuid": "cef03eab-0b48-47bd-9d8f-b3524638ddf2" }, { "type": "route", "uuid": "dbe1eb5b-3937-4484-bd70-1dd8559bafcd" }, { "type": "route", "uuid": "e7383d20-391f-41c2-b8ee-861e31f6f1a9" }, { "type": "route", "uuid": "a8a1cce2-41ed-4468-b51f-dd8b6350aeb2" }, { "type": "route", "uuid": "65accb6d-6288-4522-83ce-6181b996aeab" }, { "type": "route", "uuid": "e9435123-e584-4c28-aea4-71fc0fe65fe2" }, { "type": "route", "uuid": "b0192687-c9aa-4539-a9d8-654437fc3cc0" }, { "type": "route", "uuid": "aec357d5-b783-444a-81c1-e17c250af62c" }, { "type": "route", "uuid": "2e984958-fd87-45c7-aa8b-3c236e7853c5" }, { "type": "route", "uuid": "32ea689d-c0d1-4647-99a6-1cbcd75608c5" }, { "type": "route", "uuid": "6713ff08-0d54-44d2-bf56-4a77b3888079" }, { "type": "route", "uuid": "63c04260-17d6-4e91-9a25-632edbd5ef0a" }, { "type": "route", "uuid": "da68ff3a-6eb6-4fca-9649-48d9631ef17e" }, { "type": "route", "uuid": "3b3814a7-ad88-4ebb-93fe-942f64a5e405" }, { "type": "route", "uuid": "bc60f7dc-8146-4682-a16e-022fbd2d1189" } ] }