{ "uuid": "0172603f-a343-469a-b164-bcca3b5bda14", "lastMigration": 29, "name": "TheTVDB API v3", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "d4afbf79-3e0a-4a37-bf88-93d3bfb018d1", "documentation": "Returns the full information for a given episode id. __Deprecation Warning:__ The _director_ key will be deprecated in favor of the new _directors_ key in a future release.", "method": "get", "endpoint": "episodes/:id", "responses": [ { "uuid": "2052f00c-7047-4caf-8b8c-99c37271ff1d", "body": "{\n \"data\": {\n \"absoluteNumber\": {{faker 'number.int' max=99999}},\n \"airedEpisodeNumber\": {{faker 'number.int' max=99999}},\n \"airedSeason\": {{faker 'number.int' max=99999}},\n \"airsAfterSeason\": {{faker 'number.int' max=99999}},\n \"airsBeforeEpisode\": {{faker 'number.int' max=99999}},\n \"airsBeforeSeason\": {{faker 'number.int' max=99999}},\n \"director\": \"\",\n \"directors\": [\n \"\"\n ],\n \"dvdChapter\": {{faker 'number.int' max=99999}},\n \"dvdDiscid\": \"\",\n \"dvdEpisodeNumber\": {{faker 'number.int' max=99999}},\n \"dvdSeason\": {{faker 'number.int' max=99999}},\n \"episodeName\": \"\",\n \"filename\": \"\",\n \"firstAired\": \"\",\n \"guestStars\": [\n \"\"\n ],\n \"id\": {{faker 'number.int' max=99999}},\n \"imdbId\": \"\",\n \"lastUpdated\": {{faker 'number.int' max=99999}},\n \"lastUpdatedBy\": \"\",\n \"overview\": \"\",\n \"productionCode\": \"\",\n \"seriesId\": \"\",\n \"showUrl\": \"\",\n \"siteRating\": {{faker 'number.int' max=99999}},\n \"siteRatingCount\": {{faker 'number.int' max=99999}},\n \"thumbAdded\": \"\",\n \"thumbAuthor\": {{faker 'number.int' max=99999}},\n \"thumbHeight\": \"\",\n \"thumbWidth\": \"\",\n \"writers\": [\n \"\"\n ]\n },\n \"errors\": {\n \"invalidFilters\": [\n \"\"\n ],\n \"invalidLanguage\": \"\",\n \"invalidQueryParams\": [\n \"\"\n ]\n }\n}", "latency": 0, "statusCode": 200, "label": "An array of query keys as strings", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "7134fea2-6de5-4052-84f7-53e63a23016d", "body": "{\n \"Error\": \"Not Authorized\"\n}", "latency": 0, "statusCode": 401, "label": "Returned if your JWT token is missing or expired", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4ab4284d-eae9-41ab-ba55-c5b67ce7fcf8", "body": "{\n \"Error\": \"Not Found\"\n}", "latency": 0, "statusCode": 404, "label": "Returned if the given episode ID does not exist.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b027e84a-c37b-4395-983f-8626b8263503", "documentation": "All available languages. These language abbreviations can be used in the `Accept-Language` header for routes that return translation records.", "method": "get", "endpoint": "languages", "responses": [ { "uuid": "be5da0fa-a1ae-4319-95ce-a8fb7aa68b03", "body": "{\n \"data\": [\n {\n \"abbreviation\": \"\",\n \"englishName\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "An array of language objects.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "6a89d773-501c-4c7d-a0ec-0e2274c7fafe", "body": "{\n \"Error\": \"Not Authorized\"\n}", "latency": 0, "statusCode": 401, "label": "Returned if your JWT token is missing or expired", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6fe7bf66-0ca3-48d9-a988-cc983a825d74", "documentation": "Information about a particular language, given the language ID.", "method": "get", "endpoint": "languages/:id", "responses": [ { "uuid": "f9eca47d-9fb8-42d8-a261-2aaaef9b1dc0", "body": "{\n \"abbreviation\": \"\",\n \"englishName\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "An array of language objects.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "54fb6d98-2a49-477f-907f-e7b70735abeb", "body": "{\n \"Error\": \"Not Authorized\"\n}", "latency": 0, "statusCode": 401, "label": "Returned if your JWT token is missing or expired", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "eb41814f-19a6-4b3a-83aa-0fc790551380", "body": "{\n \"Error\": \"Not Found\"\n}", "latency": 0, "statusCode": 404, "label": "Returned if the given language ID does not exist.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3beccb98-5542-47af-a0c5-ca7dd89d3328", "documentation": "Returns a session token to be included in the rest of the requests. Note that API key authentication is required for all subsequent requests and user auth is required for routes in the `User` section", "method": "post", "endpoint": "login", "responses": [ { "uuid": "6b0ae6ed-c656-4a82-b16b-bc5d1293aa66", "body": "{\n \"token\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Returns a JWT token for use with the rest of the API routes", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "1b7abad6-5f7f-43ce-8740-ec00979d09c9", "body": "{\n \"Error\": \"Not Authorized\"\n}", "latency": 0, "statusCode": 401, "label": "Invalid credentials and/or API token", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "35a1f166-8492-48c0-9ccd-e647c8e69b7b", "documentation": "Returns a movies records that contains all information known about a particular movies id.", "method": "get", "endpoint": "movies/:id", "responses": [ { "uuid": "cf346038-37e8-4480-af95-ab444ccba132", "body": "{\n \"artworks\": [\n {\n \"artwork_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"id\": \"\",\n \"is_primary\": {{faker 'datatype.boolean'}},\n \"tags\": \"\",\n \"thumb_url\": \"\",\n \"url\": \"\",\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"genres\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"id\": {{faker 'number.int' max=99999}},\n \"people\": {\n \"actors\": [\n {\n \"id\": \"\",\n \"imdb_id\": \"\",\n \"is_featured\": {{faker 'datatype.boolean'}},\n \"name\": \"\",\n \"people_facebook\": \"\",\n \"people_id\": \"\",\n \"people_image\": \"\",\n \"people_instagram\": \"\",\n \"people_twitter\": \"\",\n \"role\": \"\",\n \"role_image\": \"\"\n }\n ],\n \"directors\": [\n {\n \"id\": \"\",\n \"imdb_id\": \"\",\n \"is_featured\": {{faker 'datatype.boolean'}},\n \"name\": \"\",\n \"people_facebook\": \"\",\n \"people_id\": \"\",\n \"people_image\": \"\",\n \"people_instagram\": \"\",\n \"people_twitter\": \"\",\n \"role\": \"\",\n \"role_image\": \"\"\n }\n ],\n \"producers\": [\n {\n \"id\": \"\",\n \"imdb_id\": \"\",\n \"is_featured\": {{faker 'datatype.boolean'}},\n \"name\": \"\",\n \"people_facebook\": \"\",\n \"people_id\": \"\",\n \"people_image\": \"\",\n \"people_instagram\": \"\",\n \"people_twitter\": \"\",\n \"role\": \"\",\n \"role_image\": \"\"\n }\n ],\n \"writers\": [\n {\n \"id\": \"\",\n \"imdb_id\": \"\",\n \"is_featured\": {{faker 'datatype.boolean'}},\n \"name\": \"\",\n \"people_facebook\": \"\",\n \"people_id\": \"\",\n \"people_image\": \"\",\n \"people_instagram\": \"\",\n \"people_twitter\": \"\",\n \"role\": \"\",\n \"role_image\": \"\"\n }\n ]\n },\n \"release_dates\": [\n {\n \"country\": \"\",\n \"date\": \"\",\n \"type\": \"\"\n }\n ],\n \"remoteids\": [\n {\n \"id\": \"\",\n \"source_id\": {{faker 'number.int' max=99999}},\n \"source_name\": \"\",\n \"source_url\": \"\",\n \"url\": \"\"\n }\n ],\n \"runtime\": {{faker 'number.int' max=99999}},\n \"trailers\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"translations\": [\n {\n \"is_primary\": {{faker 'datatype.boolean'}},\n \"language_code\": \"\",\n \"name\": \"\",\n \"overview\": \"\",\n \"tagline\": \"\"\n }\n ],\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "A movie record.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a48a7068-5c28-453d-8884-835d650b6e9a", "body": "{\n \"Error\": \"Not Authorized\"\n}", "latency": 0, "statusCode": 401, "label": "Returned if your JWT token is missing or expired", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e7522026-7c18-41d0-88bb-ca58e457537e", "body": "{\n \"Error\": \"Not Found\"\n}", "latency": 0, "statusCode": 404, "label": "Returned if the given series ID does not exist", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7c92beeb-2186-413d-bfd9-145932a4627c", "documentation": "Returns all movies ids updated since a given timestamp.", "method": "get", "endpoint": "movieupdates", "responses": [ { "uuid": "44f5874a-400a-41ba-84f6-f918a5690c2a", "body": "{\n \"movies\": [\n {{faker 'number.int' max=99999}}\n ]\n}", "latency": 0, "statusCode": 200, "label": "All movies ids updated since a given date", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "94995b4e-0c1e-49f4-9583-c34b13b64145", "body": "{\n \"Error\": \"Not Authorized\"\n}", "latency": 0, "statusCode": 401, "label": "Returned if your JWT token is missing or expired", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ea40fcd0-e552-48e8-97db-0fc9fe5a5c50", "body": "{\n \"Error\": \"No valid query params given\"\n}", "latency": 0, "statusCode": 405, "label": "Missing query params are given", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "034a3fe8-cec3-441d-8a37-0cdc9a190a08", "body": "{\n \"Error\": \"No valid query params given\"\n}", "latency": 0, "statusCode": 422, "label": "Invalid query params provided", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8d74403d-ab80-4fec-8fcd-1536bd11eb16", "documentation": "Refreshes your current, valid JWT token and returns a new token. Hit this route so that you do not have to post to `/login` with your API key and credentials once you have already been authenticated.", "method": "get", "endpoint": "refresh_token", "responses": [ { "uuid": "54119247-988d-4fd0-a3f9-f085a4392732", "body": "{\n \"token\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Returns a new token to use in your subsequent requests", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "4d625abc-5cfb-415d-92d8-9bc3edf49f25", "body": "{\n \"Error\": \"Not Authorized\"\n}", "latency": 0, "statusCode": 401, "label": "Returned if your JWT token is missing or expired", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "41e548ea-1820-4346-b3a9-c2a17fa7c5d7", "documentation": "Allows the user to search for a series based on the following parameters.", "method": "get", "endpoint": "search/series", "responses": [ { "uuid": "b82a12c2-3821-43d1-9627-0ea97e01441e", "body": "{\n \"data\": [\n {\n \"aliases\": [\n \"\"\n ],\n \"banner\": \"\",\n \"firstAired\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"image\": \"\",\n \"network\": \"\",\n \"overview\": \"\",\n \"poster\": \"\",\n \"seriesName\": \"\",\n \"slug\": \"\",\n \"status\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "An array of results that match the provided query.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e028da28-22c7-426e-acc0-017ab636a3c5", "body": "{\n \"Error\": \"Not Authorized\"\n}", "latency": 0, "statusCode": 401, "label": "Returned if your JWT token is missing or expired", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "32d9c0b8-539c-4839-bce2-b7aaff513346", "body": "{\n \"Error\": \"Not Found\"\n}", "latency": 0, "statusCode": 404, "label": "Returned if no records are found that match your query.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "522421a8-c3a7-4363-b8f7-5a54066f26d0", "documentation": "Returns an array of parameters to query by in the `/search/series` route.", "method": "get", "endpoint": "search/series/params", "responses": [ { "uuid": "d043fff3-031d-43fb-b632-f9759e92830c", "body": "{\n \"data\": [\n \"\"\n ]\n}", "latency": 0, "statusCode": 200, "label": "An array of query keys as strings", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8d514767-462a-40ab-bbb7-6705c6e9713e", "body": "{\n \"Error\": \"Not Authorized\"\n}", "latency": 0, "statusCode": 401, "label": "Returned if your JWT token is missing or expired", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ca5e7d48-a2b1-4a03-9125-6b7f1377f755", "documentation": "Returns a series records that contains all information known about a particular series id.", "method": "get", "endpoint": "series/:id", "responses": [ { "uuid": "bb3feec3-5909-4fdc-8d79-196c82357dfa", "body": "{\n \"data\": {\n \"added\": \"\",\n \"airsDayOfWeek\": \"\",\n \"airsTime\": \"\",\n \"aliases\": [\n \"\"\n ],\n \"banner\": \"\",\n \"firstAired\": \"\",\n \"genre\": [\n \"\"\n ],\n \"id\": {{faker 'number.int' max=99999}},\n \"imdbId\": \"\",\n \"lastUpdated\": {{faker 'number.int' max=99999}},\n \"network\": \"\",\n \"networkId\": \"\",\n \"overview\": \"\",\n \"rating\": \"\",\n \"runtime\": \"\",\n \"seriesId\": \"\",\n \"seriesName\": \"\",\n \"siteRating\": {{faker 'number.int' max=99999}},\n \"siteRatingCount\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"status\": \"\",\n \"zap2itId\": \"\"\n },\n \"errors\": {\n \"invalidFilters\": [\n \"\"\n ],\n \"invalidLanguage\": \"\",\n \"invalidQueryParams\": [\n \"\"\n ]\n }\n}", "latency": 0, "statusCode": 200, "label": "A series record.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b8311f6a-3b75-447b-a796-19c0749e3162", "body": "{\n \"Error\": \"Not Authorized\"\n}", "latency": 0, "statusCode": 401, "label": "Returned if your JWT token is missing or expired", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7720c8ff-36a4-4707-86c9-5dcf5e9efe85", "body": "{\n \"Error\": \"Not Found\"\n}", "latency": 0, "statusCode": 404, "label": "Returned if the given series ID does not exist", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a538f6d6-2300-43c6-b6ac-036cd7a22eb2", "documentation": "Returns header information only about the given series ID.", "method": "head", "endpoint": "series/:id", "responses": [ { "uuid": "c8290088-df2d-4fa6-9bbe-ddae8789532a", "body": "", "latency": 0, "statusCode": 200, "label": "Series header information. Good for getting the Last-Updated header to find out when the series was last modified.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "5b0b8c58-fa3c-4337-88dd-8e9cbdfa9136", "body": "{\n \"Error\": \"Not Authorized\"\n}", "latency": 0, "statusCode": 401, "label": "Returned if your JWT token is missing or expired", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "443a8652-12e8-4b40-8562-cb466afdf435", "body": "{\n \"Error\": \"Not Found\"\n}", "latency": 0, "statusCode": 404, "label": "Returned if the given series ID does not exist", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "03dec7ad-745e-4edd-ad31-a8fe67d97381", "documentation": "Returns actors for the given series id", "method": "get", "endpoint": "series/:id/actors", "responses": [ { "uuid": "13aae5af-dd58-4d49-94d0-2a7dcad98883", "body": "{\n \"data\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"image\": \"\",\n \"imageAdded\": \"\",\n \"imageAuthor\": {{faker 'number.int' max=99999}},\n \"lastUpdated\": \"\",\n \"name\": \"\",\n \"role\": \"\",\n \"seriesId\": {{faker 'number.int' max=99999}},\n \"sortOrder\": {{faker 'number.int' max=99999}}\n }\n ],\n \"errors\": {\n \"invalidFilters\": [\n \"\"\n ],\n \"invalidLanguage\": \"\",\n \"invalidQueryParams\": [\n \"\"\n ]\n }\n}", "latency": 0, "statusCode": 200, "label": "An array of actor objects for the given series id.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "121f0ca2-dd0c-4c8e-bfae-e37fc8b7e153", "body": "{\n \"Error\": \"Not Authorized\"\n}", "latency": 0, "statusCode": 401, "label": "Returned if your JWT token is missing or expired", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1f5a0c9d-5172-46ff-bf84-85a0afa881da", "body": "{\n \"Error\": \"Not Found\"\n}", "latency": 0, "statusCode": 404, "label": "Returned if the given series ID does not exist", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1db1066f-7d39-4a64-a918-73494986eabd", "documentation": "All episodes for a given series. Paginated with 100 results per page.", "method": "get", "endpoint": "series/:id/episodes", "responses": [ { "uuid": "ce489b46-5428-412e-9e00-cf76070c968d", "body": "{\n \"data\": [\n {\n \"absoluteNumber\": {{faker 'number.int' max=99999}},\n \"airedEpisodeNumber\": {{faker 'number.int' max=99999}},\n \"airedSeason\": {{faker 'number.int' max=99999}},\n \"airsAfterSeason\": {{faker 'number.int' max=99999}},\n \"airsBeforeEpisode\": {{faker 'number.int' max=99999}},\n \"airsBeforeSeason\": {{faker 'number.int' max=99999}},\n \"director\": \"\",\n \"directors\": [\n \"\"\n ],\n \"dvdChapter\": {{faker 'number.int' max=99999}},\n \"dvdDiscid\": \"\",\n \"dvdEpisodeNumber\": {{faker 'number.int' max=99999}},\n \"dvdSeason\": {{faker 'number.int' max=99999}},\n \"episodeName\": \"\",\n \"filename\": \"\",\n \"firstAired\": \"\",\n \"guestStars\": [\n \"\"\n ],\n \"id\": {{faker 'number.int' max=99999}},\n \"imdbId\": \"\",\n \"lastUpdated\": {{faker 'number.int' max=99999}},\n \"lastUpdatedBy\": \"\",\n \"overview\": \"\",\n \"productionCode\": \"\",\n \"seriesId\": \"\",\n \"showUrl\": \"\",\n \"siteRating\": {{faker 'number.int' max=99999}},\n \"siteRatingCount\": {{faker 'number.int' max=99999}},\n \"thumbAdded\": \"\",\n \"thumbAuthor\": {{faker 'number.int' max=99999}},\n \"thumbHeight\": \"\",\n \"thumbWidth\": \"\",\n \"writers\": [\n \"\"\n ]\n }\n ],\n \"errors\": {\n \"invalidFilters\": [\n \"\"\n ],\n \"invalidLanguage\": \"\",\n \"invalidQueryParams\": [\n \"\"\n ]\n },\n \"links\": {\n \"first\": {{faker 'number.int' max=99999}},\n \"last\": {{faker 'number.int' max=99999}},\n \"next\": {{faker 'number.int' max=99999}},\n \"previous\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "An array of episode objects for the given series id.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c47a1bc9-958b-452f-bccc-b7ed490b20c0", "body": "{\n \"Error\": \"Not Authorized\"\n}", "latency": 0, "statusCode": 401, "label": "Returned if your JWT token is missing or expired", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e6109911-753f-4c48-9e8c-662a168e09d4", "body": "{\n \"Error\": \"Not Found\"\n}", "latency": 0, "statusCode": 404, "label": "Returned if the given series ID does not exist", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8a083bc2-8ac8-44cc-88a4-2e92070d5e12", "documentation": "This route allows the user to query against episodes for the given series. The response is a paginated array of episode records.", "method": "get", "endpoint": "series/:id/episodes/query", "responses": [ { "uuid": "ce296d4a-6eb3-4cf2-9f6b-df1b96b72535", "body": "{\n \"data\": [\n {\n \"absoluteNumber\": {{faker 'number.int' max=99999}},\n \"airedEpisodeNumber\": {{faker 'number.int' max=99999}},\n \"airedSeason\": {{faker 'number.int' max=99999}},\n \"airsAfterSeason\": {{faker 'number.int' max=99999}},\n \"airsBeforeEpisode\": {{faker 'number.int' max=99999}},\n \"airsBeforeSeason\": {{faker 'number.int' max=99999}},\n \"director\": \"\",\n \"directors\": [\n \"\"\n ],\n \"dvdChapter\": {{faker 'number.int' max=99999}},\n \"dvdDiscid\": \"\",\n \"dvdEpisodeNumber\": {{faker 'number.int' max=99999}},\n \"dvdSeason\": {{faker 'number.int' max=99999}},\n \"episodeName\": \"\",\n \"filename\": \"\",\n \"firstAired\": \"\",\n \"guestStars\": [\n \"\"\n ],\n \"id\": {{faker 'number.int' max=99999}},\n \"imdbId\": \"\",\n \"lastUpdated\": {{faker 'number.int' max=99999}},\n \"lastUpdatedBy\": \"\",\n \"overview\": \"\",\n \"productionCode\": \"\",\n \"seriesId\": \"\",\n \"showUrl\": \"\",\n \"siteRating\": {{faker 'number.int' max=99999}},\n \"siteRatingCount\": {{faker 'number.int' max=99999}},\n \"thumbAdded\": \"\",\n \"thumbAuthor\": {{faker 'number.int' max=99999}},\n \"thumbHeight\": \"\",\n \"thumbWidth\": \"\",\n \"writers\": [\n \"\"\n ]\n }\n ],\n \"errors\": {\n \"invalidFilters\": [\n \"\"\n ],\n \"invalidLanguage\": \"\",\n \"invalidQueryParams\": [\n \"\"\n ]\n },\n \"links\": {\n \"first\": {{faker 'number.int' max=99999}},\n \"last\": {{faker 'number.int' max=99999}},\n \"next\": {{faker 'number.int' max=99999}},\n \"previous\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "An array of basic Episode results that matched the query", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a9faf4a2-811b-4afe-af9f-314a1708b74d", "body": "{\n \"Error\": \"Not Authorized\"\n}", "latency": 0, "statusCode": 401, "label": "Returned if your JWT token is missing or expired", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4a77090d-93c1-4251-b6d3-4509e01f3618", "body": "{\n \"Error\": \"Not Found\"\n}", "latency": 0, "statusCode": 404, "label": "Returned if the given series ID does not exist or the query returns no results.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "43128f8c-ef01-4007-b177-d580ddf92dba", "documentation": "Returns the allowed query keys for the `/series/{id}/episodes/query` route", "method": "get", "endpoint": "series/:id/episodes/query/params", "responses": [ { "uuid": "d8ab3cfa-95fc-4fb1-9998-45b913283cf7", "body": "{\n \"data\": [\n \"\"\n ]\n}", "latency": 0, "statusCode": 200, "label": "An array of query keys as strings", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "2e34f6b3-f67d-4413-94dd-5152e10553b5", "body": "{\n \"Error\": \"Not Authorized\"\n}", "latency": 0, "statusCode": 401, "label": "Returned if your JWT token is missing or expired", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "af59fb53-9164-4c0b-9978-a5a04d2cd14a", "body": "{\n \"Error\": \"Not Found\"\n}", "latency": 0, "statusCode": 404, "label": "Returned if the given series ID does not exist or the query returns no results.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2d37a801-b1fc-40dc-ad97-16a6a1bd4bde", "documentation": "Returns a summary of the episodes and seasons available for the series.\n\n__Note__: Season \"0\" is for all episodes that are considered to be specials.", "method": "get", "endpoint": "series/:id/episodes/summary", "responses": [ { "uuid": "83c4a2cc-17b0-4da0-a066-b1e435991670", "body": "{\n \"airedEpisodes\": \"\",\n \"airedSeasons\": [\n \"\"\n ],\n \"dvdEpisodes\": \"\",\n \"dvdSeasons\": [\n \"\"\n ]\n}", "latency": 0, "statusCode": 200, "label": "A summary of the episodes and seasons avaialable for the given series.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b2273147-bc03-4e49-a5e0-a2484d912aca", "body": "{\n \"Error\": \"Not Authorized\"\n}", "latency": 0, "statusCode": 401, "label": "Returned if your JWT token is missing or expired", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "55da1e4f-d455-42fe-a545-a1f70d940ffd", "body": "{\n \"Error\": \"Not Found\"\n}", "latency": 0, "statusCode": 404, "label": "Returned if the given series ID does not exist", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8bad1499-a2d9-4207-9710-a19fe81396a6", "documentation": "Returns a series records, filtered by the supplied comma-separated list of keys. Query keys can be found at the `/series/{id}/filter/params` route.", "method": "get", "endpoint": "series/:id/filter", "responses": [ { "uuid": "c3d20295-416b-4aa1-a4c4-5c9f0c0e0aa5", "body": "{\n \"data\": {\n \"added\": \"\",\n \"airsDayOfWeek\": \"\",\n \"airsTime\": \"\",\n \"aliases\": [\n \"\"\n ],\n \"banner\": \"\",\n \"firstAired\": \"\",\n \"genre\": [\n \"\"\n ],\n \"id\": {{faker 'number.int' max=99999}},\n \"imdbId\": \"\",\n \"lastUpdated\": {{faker 'number.int' max=99999}},\n \"network\": \"\",\n \"networkId\": \"\",\n \"overview\": \"\",\n \"rating\": \"\",\n \"runtime\": \"\",\n \"seriesId\": \"\",\n \"seriesName\": \"\",\n \"siteRating\": {{faker 'number.int' max=99999}},\n \"siteRatingCount\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"status\": \"\",\n \"zap2itId\": \"\"\n },\n \"errors\": {\n \"invalidFilters\": [\n \"\"\n ],\n \"invalidLanguage\": \"\",\n \"invalidQueryParams\": [\n \"\"\n ]\n }\n}", "latency": 0, "statusCode": 200, "label": "A filtered series record", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "f9f4ed11-acd3-4adc-9080-592faa6045ac", "body": "{\n \"Error\": \"Not Authorized\"\n}", "latency": 0, "statusCode": 401, "label": "Returned if your JWT token is missing or expired", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d6abb8c1-4d5b-4f2a-b66b-9c4ea1ea107a", "body": "{\n \"Error\": \"Not Found\"\n}", "latency": 0, "statusCode": 404, "label": "Returned if the given series ID does not exist", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "151b7d65-e003-4f31-9182-493fd172bc1f", "documentation": "Returns the list of keys available for the `/series/{id}/filter` route", "method": "get", "endpoint": "series/:id/filter/params", "responses": [ { "uuid": "4472cbc1-7d05-4f85-b0c8-40b2f570d182", "body": "{\n \"data\": [\n \"\"\n ]\n}", "latency": 0, "statusCode": 200, "label": "A list of keys to filter by", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c317ccbb-eeda-4b39-a1d3-ff14cccfe866", "body": "{\n \"Error\": \"Not Authorized\"\n}", "latency": 0, "statusCode": 401, "label": "Returned if your JWT token is missing or expired", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "dbde8e24-6182-470e-85c8-6cca18acc4ae", "body": "{\n \"Error\": \"Not Found\"\n}", "latency": 0, "statusCode": 404, "label": "Returned if the given series ID does not exist", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c2fa71b1-e8be-42e2-80bb-15e5ec7cd746", "documentation": "Returns a summary of the images for a particular series", "method": "get", "endpoint": "series/:id/images", "responses": [ { "uuid": "715ad3a4-f0ab-48e3-b7fc-3bb9807d44b6", "body": "{\n \"data\": {\n \"fanart\": {{faker 'number.int' max=99999}},\n \"poster\": {{faker 'number.int' max=99999}},\n \"season\": {{faker 'number.int' max=99999}},\n \"seasonwide\": {{faker 'number.int' max=99999}},\n \"series\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "A summary of the image types and counts available for the given series.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "72765c6c-08e8-4d2f-8b49-f7cf647d9844", "body": "{\n \"Error\": \"Not Authorized\"\n}", "latency": 0, "statusCode": 401, "label": "Returned if your JWT token is missing or expired", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6485dff2-7cc0-4792-a672-cf0860b1c0ca", "body": "{\n \"Error\": \"Not Found\"\n}", "latency": 0, "statusCode": 404, "label": "Returned if the given series ID does not exist", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9ef327e2-46c8-494a-b357-40e951cd0281", "documentation": "Query images for the given series ID.", "method": "get", "endpoint": "series/:id/images/query", "responses": [ { "uuid": "33dfe845-76d6-48ee-af85-34b150d0da3d", "body": "{\n \"data\": [\n {\n \"fileName\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"keyType\": \"\",\n \"languageId\": {{faker 'number.int' max=99999}},\n \"ratingsInfo\": {\n \"average\": {{faker 'number.int' max=99999}},\n \"count\": {{faker 'number.int' max=99999}}\n },\n \"resolution\": \"\",\n \"subKey\": \"\",\n \"thumbnail\": \"\"\n }\n ],\n \"errors\": {\n \"invalidFilters\": [\n \"\"\n ],\n \"invalidLanguage\": \"\",\n \"invalidQueryParams\": [\n \"\"\n ]\n }\n}", "latency": 0, "statusCode": 200, "label": "An array of basic Episode results that matched the query", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "66483cb3-f4d6-4f1d-b186-a47d64941206", "body": "{\n \"Error\": \"Not Authorized\"\n}", "latency": 0, "statusCode": 401, "label": "Returned if your JWT token is missing or expired", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e6efbd53-1b05-47c1-b119-8b536586595c", "body": "{\n \"Error\": \"Not Found\"\n}", "latency": 0, "statusCode": 404, "label": "Returned if the given series ID does not exist or the query returns no results.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3bad73e2-ba46-4517-b01e-91a58fbacefd", "documentation": "Returns the allowed query keys for the `/series/{id}/images/query` route. Contains a parameter record for each unique `keyType`, listing values that will return results.", "method": "get", "endpoint": "series/:id/images/query/params", "responses": [ { "uuid": "a05b473e-63f0-43c1-aa39-cf3e2567a465", "body": "{\n \"data\": [\n {\n \"keyType\": \"\",\n \"languageId\": \"\",\n \"resolution\": [\n \"\"\n ],\n \"subKey\": [\n \"\"\n ]\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "An array of query keys as strings", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "5b91d4c4-7ad4-48f0-b276-82acfcb3cd83", "body": "{\n \"Error\": \"Not Authorized\"\n}", "latency": 0, "statusCode": 401, "label": "Returned if your JWT token is missing or expired", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "91fc84ca-f469-472d-a99c-031dd4bc73d3", "body": "{\n \"Error\": \"Not Found\"\n}", "latency": 0, "statusCode": 404, "label": "Returned if the given series ID does not exist or the query returns no results.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0f63f3cd-8f9e-4e3f-a007-9bc08b667084", "documentation": "Returns an array of series that have changed in a maximum of one week blocks since the provided `fromTime`.\n\n\nThe user may specify a `toTime` to grab results for less than a week. Any timespan larger than a week will be reduced down to one week automatically.", "method": "get", "endpoint": "updated/query", "responses": [ { "uuid": "5b0d8307-2aac-4a9d-b724-8508aa1fbb30", "body": "{\n \"data\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"lastUpdated\": {{faker 'number.int' max=99999}}\n }\n ],\n \"errors\": {\n \"invalidFilters\": [\n \"\"\n ],\n \"invalidLanguage\": \"\",\n \"invalidQueryParams\": [\n \"\"\n ]\n }\n}", "latency": 0, "statusCode": 200, "label": "An array of Update objects that match the given timeframe.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "da14cc2b-491b-41f9-91b5-707cc183e85a", "body": "{\n \"Error\": \"Not Authorized\"\n}", "latency": 0, "statusCode": 401, "label": "Returned if your JWT token is missing or expired", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2945dae3-ae4b-4ae1-a588-4a6692e9df49", "body": "{\n \"Error\": \"Not Found\"\n}", "latency": 0, "statusCode": 404, "label": "Returned if no records exist for the given timespan", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "89b8e697-14a3-4252-b6a1-b847a7f64ba2", "documentation": "Returns an array of valid query keys for the `/updated/query/params` route.", "method": "get", "endpoint": "updated/query/params", "responses": [ { "uuid": "144290c2-f2ca-41d1-b3ff-16d6e8df0f47", "body": "{\n \"data\": [\n \"\"\n ]\n}", "latency": 0, "statusCode": 200, "label": "An array of Update objects that match the given timeframe.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "7eead73c-f9be-4cbc-b7a1-e91ab47b2f68", "body": "{\n \"Error\": \"Not Authorized\"\n}", "latency": 0, "statusCode": 401, "label": "Returned if your JWT token is missing or expired", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6f85f707-5ae7-4979-81ab-4229c7783e4a", "body": "{\n \"Error\": \"Not Found\"\n}", "latency": 0, "statusCode": 404, "label": "Returned if no records exist for the given timespan", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3af3ac6f-5d27-4cbb-bd2f-930f16e9efa9", "documentation": "Returns basic information about the currently authenticated user.", "method": "get", "endpoint": "user", "responses": [ { "uuid": "0d12f40f-421b-4c15-a5c0-00a002c9148f", "body": "{\n \"data\": {\n \"favoritesDisplaymode\": \"\",\n \"language\": \"\",\n \"userName\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "User information.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "4665246b-1c0c-4eb6-985f-186f9d4d6600", "body": "{\n \"Error\": \"Not Authorized\"\n}", "latency": 0, "statusCode": 401, "label": "Returned if your JWT token is missing or expired", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c66dd8c9-4f0f-401b-9eac-b48977b15f3f", "body": "{\n \"Error\": \"Not Found\"\n}", "latency": 0, "statusCode": 404, "label": "Returned if no information exists for the current user", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e98a5359-714c-4710-8293-ff18686ed35d", "documentation": "Returns an array of favorite series for a given user, will be a blank array if no favorites exist.", "method": "get", "endpoint": "user/favorites", "responses": [ { "uuid": "4a59be37-713a-412f-b5fc-658225059d78", "body": "{\n \"data\": {\n \"favorites\": [\n \"\"\n ]\n },\n \"errors\": {\n \"invalidFilters\": [\n \"\"\n ],\n \"invalidLanguage\": \"\",\n \"invalidQueryParams\": [\n \"\"\n ]\n }\n}", "latency": 0, "statusCode": 200, "label": "User favorites.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "48573ea1-ee0c-48a2-b900-bf420cada17f", "body": "{\n \"Error\": \"Not Authorized\"\n}", "latency": 0, "statusCode": 401, "label": "Returned if your JWT token is missing or expired", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "37a1260b-adb3-4c22-8181-053a409aeb3e", "body": "{\n \"Error\": \"Not Found\"\n}", "latency": 0, "statusCode": 404, "label": "Returned if no information exists for the current user", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "17878955-1daa-449b-a52e-5cffb6f5aa6d", "documentation": "Deletes the given series ID from the user’s favorite’s list and returns the updated list.", "method": "delete", "endpoint": "user/favorites/:id", "responses": [ { "uuid": "f8068cb0-7e84-433a-82b4-18cd16d5287f", "body": "{\n \"data\": {\n \"favorites\": [\n \"\"\n ]\n },\n \"errors\": {\n \"invalidFilters\": [\n \"\"\n ],\n \"invalidLanguage\": \"\",\n \"invalidQueryParams\": [\n \"\"\n ]\n }\n}", "latency": 0, "statusCode": 200, "label": "List of user favorites.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "762edbcc-c548-467d-adc9-bc0fc3c2d323", "body": "{\n \"Error\": \"Not Authorized\"\n}", "latency": 0, "statusCode": 401, "label": "Returned if your JWT token is missing or expired", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7d802cb4-b661-4163-8253-1850019e9bc9", "body": "{\n \"Error\": \"Not Found\"\n}", "latency": 0, "statusCode": 404, "label": "Returned if no information exists for the current user", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "306d028b-359b-42a6-a54b-2c27a90b4483", "body": "{\n \"Error\": \"Conflict\"\n}", "latency": 0, "statusCode": 409, "label": "Returned if requested record could not be deleted", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "90dc56d3-6fec-40f6-9262-5d7e0f76292e", "documentation": "Adds the supplied series ID to the user’s favorite’s list and returns the updated list.", "method": "put", "endpoint": "user/favorites/:id", "responses": [ { "uuid": "5f0e104c-e9cd-43ac-8cda-2f913b156819", "body": "{\n \"data\": {\n \"favorites\": [\n \"\"\n ]\n },\n \"errors\": {\n \"invalidFilters\": [\n \"\"\n ],\n \"invalidLanguage\": \"\",\n \"invalidQueryParams\": [\n \"\"\n ]\n }\n}", "latency": 0, "statusCode": 200, "label": "List of user favorites.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "7217ebf5-bde8-4d80-bf6f-d022ad6d3d67", "body": "{\n \"Error\": \"Not Authorized\"\n}", "latency": 0, "statusCode": 401, "label": "Returned if your JWT token is missing or expired", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6c314238-3893-4708-90ef-4cf3125e4b4d", "body": "{\n \"Error\": \"Not Found\"\n}", "latency": 0, "statusCode": 404, "label": "Returned if no information exists for the current user", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "deb6c3fa-8a69-4f9b-aeff-cf319c00f5f4", "body": "{\n \"Error\": \"Conflict\"\n}", "latency": 0, "statusCode": 409, "label": "Returned if requested record could not be updated", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "90088744-89c3-4264-be03-d9c7ba615cf3", "documentation": "Returns an array of ratings for the given user.", "method": "get", "endpoint": "user/ratings", "responses": [ { "uuid": "b213b878-5605-4f25-b6cf-f797273f26cb", "body": "{\n \"data\": [\n {\n \"rating\": {{faker 'number.int' max=99999}},\n \"ratingItemId\": {{faker 'number.int' max=99999}},\n \"ratingType\": \"\"\n }\n ],\n \"errors\": {\n \"invalidFilters\": [\n \"\"\n ],\n \"invalidLanguage\": \"\",\n \"invalidQueryParams\": [\n \"\"\n ]\n },\n \"links\": {\n \"first\": {{faker 'number.int' max=99999}},\n \"last\": {{faker 'number.int' max=99999}},\n \"next\": {{faker 'number.int' max=99999}},\n \"previous\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Array of user ratings.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d3fa2f47-a497-47f2-a01f-06196742d7d3", "body": "{\n \"Error\": \"Not Authorized\"\n}", "latency": 0, "statusCode": 401, "label": "Returned if your JWT token is missing or expired", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a125085e-88a3-473c-b535-331ac9774350", "body": "{\n \"Error\": \"Not Found\"\n}", "latency": 0, "statusCode": 404, "label": "Returned if no information exists for the current user", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d5e774b1-7a8d-4a77-a9a7-ff87d8de4fd0", "documentation": "Returns an array of ratings for a given user that match the query.", "method": "get", "endpoint": "user/ratings/query", "responses": [ { "uuid": "df81be7b-cca3-46d4-8546-42584d60065a", "body": "{\n \"data\": [\n {\n \"rating\": {{faker 'number.int' max=99999}},\n \"ratingItemId\": {{faker 'number.int' max=99999}},\n \"ratingType\": \"\"\n }\n ],\n \"errors\": {\n \"invalidFilters\": [\n \"\"\n ],\n \"invalidLanguage\": \"\",\n \"invalidQueryParams\": [\n \"\"\n ]\n },\n \"links\": {\n \"first\": {{faker 'number.int' max=99999}},\n \"last\": {{faker 'number.int' max=99999}},\n \"next\": {{faker 'number.int' max=99999}},\n \"previous\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "List of user ratings that match the given query.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "4d711f43-fec1-4807-905a-4c78705a0795", "body": "{\n \"Error\": \"Not Authorized\"\n}", "latency": 0, "statusCode": 401, "label": "Returned if your JWT token is missing or expired", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0e9472c8-6cc5-4490-9959-3cfef459828c", "body": "{\n \"Error\": \"Not Found\"\n}", "latency": 0, "statusCode": 404, "label": "Returned if no information exists for the current user", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "560867dd-2904-4011-8a6f-533fe45417b5", "documentation": "Returns a list of query params for use in the `/user/ratings/query` route.", "method": "get", "endpoint": "user/ratings/query/params", "responses": [ { "uuid": "cd4f161b-0c09-46af-859d-fa94de23cd21", "body": "{\n \"data\": [\n \"\"\n ]\n}", "latency": 0, "statusCode": 200, "label": "Parameters to use for querying.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c41f1108-b6cc-4675-9e58-2ed891dafe7a", "body": "{\n \"Error\": \"Not Authorized\"\n}", "latency": 0, "statusCode": 401, "label": "Returned if your JWT token is missing or expired", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "936d9bed-1bf5-4a96-8487-5db6462acbae", "body": "{\n \"Error\": \"Not Found\"\n}", "latency": 0, "statusCode": 404, "label": "Returned if no information exists for the current user", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9964289d-a5a7-4cad-bb94-1aec97317288", "documentation": "This route deletes a given rating of a given type.", "method": "delete", "endpoint": "user/ratings/:itemType/:itemId", "responses": [ { "uuid": "a1dd4610-e5d9-4a73-befe-ed3925e94596", "body": "{\n \"data\": [\n \"\"\n ]\n}", "latency": 0, "statusCode": 200, "label": "Returns OK if the delete was successful", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ca8a0b93-4c37-4768-a71a-392ec9c8f045", "body": "{\n \"Error\": \"Not Authorized\"\n}", "latency": 0, "statusCode": 401, "label": "Returned if your JWT token is missing or expired", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3a3a8b44-9a02-4faa-a85d-557d12df7269", "body": "{\n \"Error\": \"Not Found\"\n}", "latency": 0, "statusCode": 404, "label": "Returned if no rating is found that matches your given parameters", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f5534040-781a-454d-b71a-1c9f02d9e925", "documentation": "This route updates a given rating of a given type.", "method": "put", "endpoint": "user/ratings/:itemType/:itemId/:itemRating", "responses": [ { "uuid": "19c9da05-26cd-4ba4-8421-76808f89fa85", "body": "{\n \"data\": [\n {\n \"rating\": {{faker 'number.int' max=99999}},\n \"ratingItemId\": {{faker 'number.int' max=99999}},\n \"ratingType\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Update OK if the update was successful", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "90b79d1a-e2b9-472f-bfd8-9b43478c3195", "body": "{\n \"Error\": \"Not Authorized\"\n}", "latency": 0, "statusCode": 401, "label": "Returned if your JWT token is missing or expired", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1e62ce70-ca2d-44b9-b187-85ef4ba26650", "body": "{\n \"Error\": \"Not Found\"\n}", "latency": 0, "statusCode": 404, "label": "Returned if no rating is found that matches your given parameters", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" } ], "proxyMode": false, "proxyHost": "", "proxyRemovePrefix": false, "tlsOptions": { "enabled": false, "type": "CERT", "pfxPath": "", "certPath": "", "keyPath": "", "caPath": "", "passphrase": "" }, "cors": true, "headers": [], "proxyReqHeaders": [{ "key": "", "value": "" }], "proxyResHeaders": [{ "key": "", "value": "" }], "data": [], "folders": [], "rootChildren": [ { "type": "route", "uuid": "d4afbf79-3e0a-4a37-bf88-93d3bfb018d1" }, { "type": "route", "uuid": "b027e84a-c37b-4395-983f-8626b8263503" }, { "type": "route", "uuid": "6fe7bf66-0ca3-48d9-a988-cc983a825d74" }, { "type": "route", "uuid": "3beccb98-5542-47af-a0c5-ca7dd89d3328" }, { "type": "route", "uuid": "35a1f166-8492-48c0-9ccd-e647c8e69b7b" }, { "type": "route", "uuid": "7c92beeb-2186-413d-bfd9-145932a4627c" }, { "type": "route", "uuid": "8d74403d-ab80-4fec-8fcd-1536bd11eb16" }, { "type": "route", "uuid": "41e548ea-1820-4346-b3a9-c2a17fa7c5d7" }, { "type": "route", "uuid": "522421a8-c3a7-4363-b8f7-5a54066f26d0" }, { "type": "route", "uuid": "ca5e7d48-a2b1-4a03-9125-6b7f1377f755" }, { "type": "route", "uuid": "a538f6d6-2300-43c6-b6ac-036cd7a22eb2" }, { "type": "route", "uuid": "03dec7ad-745e-4edd-ad31-a8fe67d97381" }, { "type": "route", "uuid": "1db1066f-7d39-4a64-a918-73494986eabd" }, { "type": "route", "uuid": "8a083bc2-8ac8-44cc-88a4-2e92070d5e12" }, { "type": "route", "uuid": "43128f8c-ef01-4007-b177-d580ddf92dba" }, { "type": "route", "uuid": "2d37a801-b1fc-40dc-ad97-16a6a1bd4bde" }, { "type": "route", "uuid": "8bad1499-a2d9-4207-9710-a19fe81396a6" }, { "type": "route", "uuid": "151b7d65-e003-4f31-9182-493fd172bc1f" }, { "type": "route", "uuid": "c2fa71b1-e8be-42e2-80bb-15e5ec7cd746" }, { "type": "route", "uuid": "9ef327e2-46c8-494a-b357-40e951cd0281" }, { "type": "route", "uuid": "3bad73e2-ba46-4517-b01e-91a58fbacefd" }, { "type": "route", "uuid": "0f63f3cd-8f9e-4e3f-a007-9bc08b667084" }, { "type": "route", "uuid": "89b8e697-14a3-4252-b6a1-b847a7f64ba2" }, { "type": "route", "uuid": "3af3ac6f-5d27-4cbb-bd2f-930f16e9efa9" }, { "type": "route", "uuid": "e98a5359-714c-4710-8293-ff18686ed35d" }, { "type": "route", "uuid": "17878955-1daa-449b-a52e-5cffb6f5aa6d" }, { "type": "route", "uuid": "90dc56d3-6fec-40f6-9262-5d7e0f76292e" }, { "type": "route", "uuid": "90088744-89c3-4264-be03-d9c7ba615cf3" }, { "type": "route", "uuid": "d5e774b1-7a8d-4a77-a9a7-ff87d8de4fd0" }, { "type": "route", "uuid": "560867dd-2904-4011-8a6f-533fe45417b5" }, { "type": "route", "uuid": "9964289d-a5a7-4cad-bb94-1aec97317288" }, { "type": "route", "uuid": "f5534040-781a-454d-b71a-1c9f02d9e925" } ] }