{ "uuid": "abafcb32-cf3d-44dd-ba7d-ed7e0341197a", "lastMigration": 29, "name": "The Blue Alliance API v3", "endpointPrefix": "api/v3", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "f0d4510e-7043-4ce1-980c-9a3473c11f51", "documentation": "Gets a list of events in the given district.", "method": "get", "endpoint": "district/:district_key/events", "responses": [ { "uuid": "453b0226-6f18-4130-bbbf-77f010c65792", "body": "[\n {\n \"address\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"district\": {\n \"abbreviation\": \"\",\n \"display_name\": \"\",\n \"key\": \"\",\n \"year\": {{faker 'number.int' max=99999}}\n },\n \"division_keys\": [\n \"\"\n ],\n \"end_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"event_code\": \"\",\n \"event_type\": {{faker 'number.int' max=99999}},\n \"event_type_string\": \"\",\n \"first_event_code\": \"\",\n \"first_event_id\": \"\",\n \"gmaps_place_id\": \"\",\n \"gmaps_url\": \"\",\n \"key\": \"\",\n \"lat\": {{faker 'number.float'}},\n \"lng\": {{faker 'number.float'}},\n \"location_name\": \"\",\n \"name\": \"\",\n \"parent_event_key\": \"\",\n \"playoff_type\": {{faker 'number.int' max=99999}},\n \"playoff_type_string\": \"\",\n \"postal_code\": \"\",\n \"short_name\": \"\",\n \"start_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"state_prov\": \"\",\n \"timezone\": \"\",\n \"webcasts\": [\n {\n \"channel\": \"\",\n \"date\": \"\",\n \"file\": \"\",\n \"type\": \"{{oneOf (array 'youtube' 'twitch' 'ustream' 'iframe' 'html5' 'rtmp' 'livestream' 'direct_link' 'mms' 'justin' 'stemtv' 'dacast')}}\"\n }\n ],\n \"website\": \"\",\n \"week\": {{faker 'number.int' max=99999}},\n \"year\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "1f3dd152-aead-4287-809c-f76776869222", "body": "", "latency": 0, "statusCode": 304, "label": "Not Modified - Use Local Cached Value", "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": "ec671564-dbc9-4a9d-9b9e-d72a4e502ab2", "body": "", "latency": 0, "statusCode": 401, "label": "", "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": "74497712-e37c-4449-a671-969385df960e", "documentation": "Gets a list of event keys for events in the given district.", "method": "get", "endpoint": "district/:district_key/events/keys", "responses": [ { "uuid": "00cb91df-a160-4f9b-8478-f7329e115abe", "body": "[\n \"\"\n]", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "5b100080-0800-411b-8f68-6e00e905f46d", "body": "", "latency": 0, "statusCode": 304, "label": "Not Modified - Use Local Cached Value", "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": "ced08345-dab2-4501-9ce8-12a70bce69c3", "body": "", "latency": 0, "statusCode": 401, "label": "", "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": "068baa11-1d9c-443e-bdcd-9350669e2a2d", "documentation": "Gets a short-form list of events in the given district.", "method": "get", "endpoint": "district/:district_key/events/simple", "responses": [ { "uuid": "e2c64835-f6c0-4d7a-b961-151e787808ef", "body": "[\n {\n \"city\": \"\",\n \"country\": \"\",\n \"district\": {\n \"abbreviation\": \"\",\n \"display_name\": \"\",\n \"key\": \"\",\n \"year\": {{faker 'number.int' max=99999}}\n },\n \"end_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"event_code\": \"\",\n \"event_type\": {{faker 'number.int' max=99999}},\n \"key\": \"\",\n \"name\": \"\",\n \"start_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"state_prov\": \"\",\n \"year\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "92379297-14e0-4fe5-b098-f6a5f86424cc", "body": "", "latency": 0, "statusCode": 304, "label": "Not Modified - Use Local Cached Value", "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": "82b087be-412a-457a-bbfa-06a6d32f6bca", "body": "", "latency": 0, "statusCode": 401, "label": "", "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": "ae6717c2-85da-45b8-856b-6efdc28325a3", "documentation": "Gets a list of team district rankings for the given district.", "method": "get", "endpoint": "district/:district_key/rankings", "responses": [ { "uuid": "f85e8dac-c7aa-44c4-806d-03c452cd728f", "body": "[\n {\n \"event_points\": [\n {\n \"alliance_points\": {{faker 'number.int' max=99999}},\n \"award_points\": {{faker 'number.int' max=99999}},\n \"district_cmp\": {{faker 'datatype.boolean'}},\n \"elim_points\": {{faker 'number.int' max=99999}},\n \"event_key\": \"\",\n \"qual_points\": {{faker 'number.int' max=99999}},\n \"total\": {{faker 'number.int' max=99999}}\n }\n ],\n \"point_total\": {{faker 'number.int' max=99999}},\n \"rank\": {{faker 'number.int' max=99999}},\n \"rookie_bonus\": {{faker 'number.int' max=99999}},\n \"team_key\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "2dd95564-ed54-4405-bfa4-187b43662143", "body": "", "latency": 0, "statusCode": 304, "label": "Not Modified - Use Local Cached Value", "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": "6d580306-35e0-4e2d-9b2a-14e03664fbaa", "body": "", "latency": 0, "statusCode": 401, "label": "", "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": "fd611acb-cc1b-44d3-ad7d-aea9145813b6", "documentation": "Gets a list of `Team` objects that competed in events in the given district.", "method": "get", "endpoint": "district/:district_key/teams", "responses": [ { "uuid": "062a9916-f25e-4679-953e-63cb339940fb", "body": "[\n {\n \"address\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"gmaps_place_id\": \"\",\n \"gmaps_url\": \"\",\n \"home_championship\": {},\n \"key\": \"\",\n \"lat\": {{faker 'number.float'}},\n \"lng\": {{faker 'number.float'}},\n \"location_name\": \"\",\n \"motto\": \"\",\n \"name\": \"\",\n \"nickname\": \"\",\n \"postal_code\": \"\",\n \"rookie_year\": {{faker 'number.int' max=99999}},\n \"school_name\": \"\",\n \"state_prov\": \"\",\n \"team_number\": {{faker 'number.int' max=99999}},\n \"website\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "633ae31d-ee4c-4492-8776-67c6e56a36eb", "body": "", "latency": 0, "statusCode": 304, "label": "Not Modified - Use Local Cached Value", "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": "974078e6-2848-494f-8a4c-327adc444b0a", "body": "", "latency": 0, "statusCode": 401, "label": "", "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": "5cf8e6c3-5df1-4b99-b329-bcb3b71aaf06", "documentation": "Gets a list of `Team` objects that competed in events in the given district.", "method": "get", "endpoint": "district/:district_key/teams/keys", "responses": [ { "uuid": "b8a0e99c-6e86-431a-8120-be678ad5fe76", "body": "[\n \"\"\n]", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "56bf8c8e-edab-4dac-905e-9828581d5e06", "body": "", "latency": 0, "statusCode": 304, "label": "Not Modified - Use Local Cached Value", "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": "234e5902-8be8-4df8-9baa-5554adaa4ca6", "body": "", "latency": 0, "statusCode": 401, "label": "", "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": "33c12f24-797f-4241-9990-946923289fdd", "documentation": "Gets a short-form list of `Team` objects that competed in events in the given district.", "method": "get", "endpoint": "district/:district_key/teams/simple", "responses": [ { "uuid": "41f55772-ef85-460f-9485-cd74dd7dc355", "body": "[\n {\n \"city\": \"\",\n \"country\": \"\",\n \"key\": \"\",\n \"name\": \"\",\n \"nickname\": \"\",\n \"state_prov\": \"\",\n \"team_number\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "5b17a78a-5346-47e6-9820-f3b975512645", "body": "", "latency": 0, "statusCode": 304, "label": "Not Modified - Use Local Cached Value", "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": "cdbdf544-1609-4f36-b661-64561d594f3f", "body": "", "latency": 0, "statusCode": 401, "label": "", "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": "a3bfabbc-4264-44a5-b29a-8ee1477e0625", "documentation": "Gets a list of districts and their corresponding district key, for the given year.", "method": "get", "endpoint": "districts/:year", "responses": [ { "uuid": "49f5ee74-34df-4ff9-8114-c18c8eaf7e41", "body": "[\n {\n \"abbreviation\": \"\",\n \"display_name\": \"\",\n \"key\": \"\",\n \"year\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "5541b4d1-3fb2-435a-a5c1-3c1e86857ff8", "body": "", "latency": 0, "statusCode": 304, "label": "Not Modified - Use Local Cached Value", "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": "094b0987-572f-4fb9-bd7b-f9742cf6f0ca", "body": "", "latency": 0, "statusCode": 401, "label": "", "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": "4ea7da1a-4567-4e99-afed-3ca8c9310fcf", "documentation": "Gets an Event.", "method": "get", "endpoint": "event/:event_key", "responses": [ { "uuid": "b9db13a8-02c6-4090-9271-f8f87f3310dd", "body": "{\n \"address\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"district\": {\n \"abbreviation\": \"\",\n \"display_name\": \"\",\n \"key\": \"\",\n \"year\": {{faker 'number.int' max=99999}}\n },\n \"division_keys\": [\n \"\"\n ],\n \"end_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"event_code\": \"\",\n \"event_type\": {{faker 'number.int' max=99999}},\n \"event_type_string\": \"\",\n \"first_event_code\": \"\",\n \"first_event_id\": \"\",\n \"gmaps_place_id\": \"\",\n \"gmaps_url\": \"\",\n \"key\": \"\",\n \"lat\": {{faker 'number.float'}},\n \"lng\": {{faker 'number.float'}},\n \"location_name\": \"\",\n \"name\": \"\",\n \"parent_event_key\": \"\",\n \"playoff_type\": {{faker 'number.int' max=99999}},\n \"playoff_type_string\": \"\",\n \"postal_code\": \"\",\n \"short_name\": \"\",\n \"start_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"state_prov\": \"\",\n \"timezone\": \"\",\n \"webcasts\": [\n {\n \"channel\": \"\",\n \"date\": \"\",\n \"file\": \"\",\n \"type\": \"{{oneOf (array 'youtube' 'twitch' 'ustream' 'iframe' 'html5' 'rtmp' 'livestream' 'direct_link' 'mms' 'justin' 'stemtv' 'dacast')}}\"\n }\n ],\n \"website\": \"\",\n \"week\": {{faker 'number.int' max=99999}},\n \"year\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "99706d7b-2c4e-4758-ab04-296307ab854d", "body": "", "latency": 0, "statusCode": 304, "label": "Not Modified - Use Local Cached Value", "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": "e2edc3da-3e08-47eb-b0cf-56ad3f092845", "body": "", "latency": 0, "statusCode": 401, "label": "", "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": "374f4640-3233-4dfd-acbf-634188153be6", "documentation": "Gets a list of Elimination Alliances for the given Event.", "method": "get", "endpoint": "event/:event_key/alliances", "responses": [ { "uuid": "515474c2-80db-438a-9e1a-274ea75d75e2", "body": "[\n {\n \"backup\": {\n \"in\": \"\",\n \"out\": \"\"\n },\n \"declines\": [\n \"\"\n ],\n \"name\": \"\",\n \"picks\": [\n \"\"\n ],\n \"status\": {\n \"current_level_record\": {\n \"losses\": {{faker 'number.int' max=99999}},\n \"ties\": {{faker 'number.int' max=99999}},\n \"wins\": {{faker 'number.int' max=99999}}\n },\n \"level\": \"\",\n \"playoff_average\": {{faker 'number.float'}},\n \"record\": {\n \"losses\": {{faker 'number.int' max=99999}},\n \"ties\": {{faker 'number.int' max=99999}},\n \"wins\": {{faker 'number.int' max=99999}}\n },\n \"status\": \"\"\n }\n }\n]", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "279d239f-44d1-451f-9c60-ada5b727284f", "body": "", "latency": 0, "statusCode": 304, "label": "Not Modified - Use Local Cached Value", "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": "c24289d5-ff4c-470d-b6a0-0fa44b669bbe", "body": "", "latency": 0, "statusCode": 401, "label": "", "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": "648d65d3-0512-4904-8d82-9047674bda37", "documentation": "Gets a list of awards from the given event.", "method": "get", "endpoint": "event/:event_key/awards", "responses": [ { "uuid": "2779a54e-fdd8-45c7-b078-69d68b181447", "body": "[\n {\n \"award_type\": {{faker 'number.int' max=99999}},\n \"event_key\": \"\",\n \"name\": \"\",\n \"recipient_list\": [\n {\n \"awardee\": \"\",\n \"team_key\": \"\"\n }\n ],\n \"year\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "74b7497c-e835-44bc-8b6b-32b9fddfafcd", "body": "", "latency": 0, "statusCode": 304, "label": "Not Modified - Use Local Cached Value", "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": "2cceb140-72b0-4127-b21f-666e613d05fe", "body": "", "latency": 0, "statusCode": 401, "label": "", "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": "b877496a-4721-462d-8432-59512bb00473", "documentation": "Gets a list of team rankings for the Event.", "method": "get", "endpoint": "event/:event_key/district_points", "responses": [ { "uuid": "e3510f50-15d6-4739-849c-f7705cb1fc48", "body": "{\n \"points\": {},\n \"tiebreakers\": {}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "22285194-e0bd-4286-9c55-645511be0527", "body": "", "latency": 0, "statusCode": 304, "label": "Not Modified - Use Local Cached Value", "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": "4a41f8ca-0315-4062-a3b0-98aba45f0423", "body": "", "latency": 0, "statusCode": 401, "label": "", "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": "2c28ecca-97aa-40c0-9a6b-5cf96a57beb8", "documentation": "Gets a set of Event-specific insights for the given Event.", "method": "get", "endpoint": "event/:event_key/insights", "responses": [ { "uuid": "8e394fb5-4fb0-4ac5-939c-ef014408184c", "body": "{\n \"playoff\": {},\n \"qual\": {}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "341cf4f4-6b3a-492d-aba6-db1d2b6f1c12", "body": "", "latency": 0, "statusCode": 304, "label": "Not Modified - Use Local Cached Value", "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": "e582c6d4-e641-4e3d-abd8-ba9ca9935c88", "body": "", "latency": 0, "statusCode": 401, "label": "", "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": "10b09d78-6a3b-42f2-bc84-8d8a4d181827", "documentation": "Gets a list of matches for the given event.", "method": "get", "endpoint": "event/:event_key/matches", "responses": [ { "uuid": "ded83f75-a09d-46b6-860f-ff7a4ad9290e", "body": "[\n {\n \"actual_time\": {{faker 'number.int' max=99999}},\n \"alliances\": {\n \"blue\": {\n \"dq_team_keys\": [\n \"\"\n ],\n \"score\": {{faker 'number.int' max=99999}},\n \"surrogate_team_keys\": [\n \"\"\n ],\n \"team_keys\": [\n \"\"\n ]\n },\n \"red\": {\n \"dq_team_keys\": [\n \"\"\n ],\n \"score\": {{faker 'number.int' max=99999}},\n \"surrogate_team_keys\": [\n \"\"\n ],\n \"team_keys\": [\n \"\"\n ]\n }\n },\n \"comp_level\": \"{{oneOf (array 'qm' 'ef' 'qf' 'sf' 'f')}}\",\n \"event_key\": \"\",\n \"key\": \"\",\n \"match_number\": {{faker 'number.int' max=99999}},\n \"post_result_time\": {{faker 'number.int' max=99999}},\n \"predicted_time\": {{faker 'number.int' max=99999}},\n \"score_breakdown\": {},\n \"set_number\": {{faker 'number.int' max=99999}},\n \"time\": {{faker 'number.int' max=99999}},\n \"videos\": [\n {\n \"key\": \"\",\n \"type\": \"\"\n }\n ],\n \"winning_alliance\": \"{{oneOf (array 'red' 'blue' '')}}\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c8da918d-37e4-4887-accd-eb6bd03f6fe2", "body": "", "latency": 0, "statusCode": 304, "label": "Not Modified - Use Local Cached Value", "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": "4b521e2c-76bd-4826-95d9-ab2d422e66d7", "body": "", "latency": 0, "statusCode": 401, "label": "", "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": "14a4d6d6-bda7-4b9a-9c4d-5a7807783158", "documentation": "Gets a list of match keys for the given event.", "method": "get", "endpoint": "event/:event_key/matches/keys", "responses": [ { "uuid": "45b469d5-7a1c-46a0-8517-f4686b07c761", "body": "[\n \"\"\n]", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "812432fe-26a8-474a-8ea8-4e2991ae61ee", "body": "", "latency": 0, "statusCode": 304, "label": "Not Modified - Use Local Cached Value", "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": "08cd518b-0281-4a6f-831d-f02b9003ec8c", "body": "", "latency": 0, "statusCode": 401, "label": "", "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": "e0ac5c5b-eed1-4d2c-bde9-f2093c8d65ba", "documentation": "Gets a short-form list of matches for the given event.", "method": "get", "endpoint": "event/:event_key/matches/simple", "responses": [ { "uuid": "c0e7efb5-9b86-477c-b211-dc2d08dc65ed", "body": "[\n {\n \"actual_time\": {{faker 'number.int' max=99999}},\n \"alliances\": {\n \"blue\": {\n \"dq_team_keys\": [\n \"\"\n ],\n \"score\": {{faker 'number.int' max=99999}},\n \"surrogate_team_keys\": [\n \"\"\n ],\n \"team_keys\": [\n \"\"\n ]\n },\n \"red\": {\n \"dq_team_keys\": [\n \"\"\n ],\n \"score\": {{faker 'number.int' max=99999}},\n \"surrogate_team_keys\": [\n \"\"\n ],\n \"team_keys\": [\n \"\"\n ]\n }\n },\n \"comp_level\": \"{{oneOf (array 'qm' 'ef' 'qf' 'sf' 'f')}}\",\n \"event_key\": \"\",\n \"key\": \"\",\n \"match_number\": {{faker 'number.int' max=99999}},\n \"predicted_time\": {{faker 'number.int' max=99999}},\n \"set_number\": {{faker 'number.int' max=99999}},\n \"time\": {{faker 'number.int' max=99999}},\n \"winning_alliance\": \"{{oneOf (array 'red' 'blue' '')}}\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "98d3587c-2efc-4f41-a235-6f861e05c7eb", "body": "", "latency": 0, "statusCode": 304, "label": "Not Modified - Use Local Cached Value", "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": "08960043-f20a-46c3-a04a-ca6a5fa1444b", "body": "", "latency": 0, "statusCode": 401, "label": "", "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": "dad983aa-d3f4-44c9-aae9-49d902f33582", "documentation": "Gets an array of Match Keys for the given event key that have timeseries data. Returns an empty array if no matches have timeseries data.\n*WARNING:* This is *not* official data, and is subject to a significant possibility of error, or missing data. Do not rely on this data for any purpose. In fact, pretend we made it up.\n*WARNING:* This endpoint and corresponding data models are under *active development* and may change at any time, including in breaking ways.", "method": "get", "endpoint": "event/:event_key/matches/timeseries", "responses": [ { "uuid": "666fae3f-bae3-4db2-9f76-6d397b21b983", "body": "[\n \"\"\n]", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b109b115-b215-4810-b10d-0fb0ed18c7a5", "body": "", "latency": 0, "statusCode": 304, "label": "Not Modified - Use Local Cached Value", "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": "7687bbe3-8ee1-45aa-bad1-5b9304529c6e", "body": "", "latency": 0, "statusCode": 401, "label": "", "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": "071c4c4f-dcdf-448f-b054-e5ecb3a27898", "documentation": "Gets a set of Event OPRs (including OPR, DPR, and CCWM) for the given Event.", "method": "get", "endpoint": "event/:event_key/oprs", "responses": [ { "uuid": "f2c975f1-9f0b-4247-b443-05b707ace2ac", "body": "{\n \"ccwms\": {},\n \"dprs\": {},\n \"oprs\": {}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d52e4df4-16f4-499d-b74e-fd38453d36fe", "body": "", "latency": 0, "statusCode": 304, "label": "Not Modified - Use Local Cached Value", "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": "92d9c3a9-c75d-49b3-b76d-ac5fc22273b5", "body": "", "latency": 0, "statusCode": 401, "label": "", "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": "5c819aaa-1a7a-44c5-8a90-7f6b14c4712a", "documentation": "Gets information on TBA-generated predictions for the given Event. Contains year-specific information. *WARNING* This endpoint is currently under development and may change at any time.", "method": "get", "endpoint": "event/:event_key/predictions", "responses": [ { "uuid": "032b9bcc-6a9a-4d4d-8dbe-ac190e014040", "body": "{}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a6c3adf2-d263-4dc8-bd2b-33a69cd7c6b2", "body": "", "latency": 0, "statusCode": 304, "label": "Not Modified - Use Local Cached Value", "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": "5e701efc-28a3-477b-8548-4e2f60e76821", "body": "", "latency": 0, "statusCode": 401, "label": "", "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": "f0d247f2-4451-429b-8536-595efb3327c4", "documentation": "Gets a list of team rankings for the Event.", "method": "get", "endpoint": "event/:event_key/rankings", "responses": [ { "uuid": "20628c44-d41f-4ee1-b0ff-a144b97c1761", "body": "{\n \"extra_stats_info\": [\n {\n \"name\": \"\",\n \"precision\": {{faker 'number.int' max=99999}}\n }\n ],\n \"rankings\": [\n {\n \"dq\": {{faker 'number.int' max=99999}},\n \"extra_stats\": [\n {{faker 'number.int' max=99999}}\n ],\n \"matches_played\": {{faker 'number.int' max=99999}},\n \"qual_average\": {{faker 'number.int' max=99999}},\n \"rank\": {{faker 'number.int' max=99999}},\n \"record\": {\n \"losses\": {{faker 'number.int' max=99999}},\n \"ties\": {{faker 'number.int' max=99999}},\n \"wins\": {{faker 'number.int' max=99999}}\n },\n \"sort_orders\": [\n {{faker 'number.int' max=99999}}\n ],\n \"team_key\": \"\"\n }\n ],\n \"sort_order_info\": [\n {\n \"name\": \"\",\n \"precision\": {{faker 'number.int' max=99999}}\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c567aa5d-9702-4530-bae9-8f445b9640e7", "body": "", "latency": 0, "statusCode": 304, "label": "Not Modified - Use Local Cached Value", "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": "3515a859-ae2a-4a0f-9d98-efa4e1f8aa29", "body": "", "latency": 0, "statusCode": 401, "label": "", "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": "1e1ba3e6-2664-4643-a206-c884c5d28b32", "documentation": "Gets a short-form Event.", "method": "get", "endpoint": "event/:event_key/simple", "responses": [ { "uuid": "d6d115e3-11c3-4904-be18-7e15f1797b0b", "body": "{\n \"city\": \"\",\n \"country\": \"\",\n \"district\": {\n \"abbreviation\": \"\",\n \"display_name\": \"\",\n \"key\": \"\",\n \"year\": {{faker 'number.int' max=99999}}\n },\n \"end_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"event_code\": \"\",\n \"event_type\": {{faker 'number.int' max=99999}},\n \"key\": \"\",\n \"name\": \"\",\n \"start_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"state_prov\": \"\",\n \"year\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "6b9741ea-8da9-4569-8c32-55084c30d9d3", "body": "", "latency": 0, "statusCode": 304, "label": "Not Modified - Use Local Cached Value", "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": "2a9fb299-33c5-4ca0-9235-6a908c51a8bb", "body": "", "latency": 0, "statusCode": 401, "label": "", "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": "faa9cd01-1bdc-44fd-a2e3-0de0e6dfd742", "documentation": "Gets a list of `Team` objects that competed in the given event.", "method": "get", "endpoint": "event/:event_key/teams", "responses": [ { "uuid": "df9f53b3-990e-46c6-b63a-63e65129216a", "body": "[\n {\n \"address\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"gmaps_place_id\": \"\",\n \"gmaps_url\": \"\",\n \"home_championship\": {},\n \"key\": \"\",\n \"lat\": {{faker 'number.float'}},\n \"lng\": {{faker 'number.float'}},\n \"location_name\": \"\",\n \"motto\": \"\",\n \"name\": \"\",\n \"nickname\": \"\",\n \"postal_code\": \"\",\n \"rookie_year\": {{faker 'number.int' max=99999}},\n \"school_name\": \"\",\n \"state_prov\": \"\",\n \"team_number\": {{faker 'number.int' max=99999}},\n \"website\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "86861d24-469d-4406-b427-8a4bfee9bb15", "body": "", "latency": 0, "statusCode": 304, "label": "Not Modified - Use Local Cached Value", "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": "5438c056-709b-45ce-b22a-ba7e7d8d1fd5", "body": "", "latency": 0, "statusCode": 401, "label": "", "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": "d321b37b-0d8e-4eaa-b823-4b62c09f18a2", "documentation": "Gets a list of `Team` keys that competed in the given event.", "method": "get", "endpoint": "event/:event_key/teams/keys", "responses": [ { "uuid": "a017b66d-003f-4325-8212-4c15bd7f3bad", "body": "[\n \"\"\n]", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "722340d1-b7d5-4e4e-bbda-8403822ef2ea", "body": "", "latency": 0, "statusCode": 304, "label": "Not Modified - Use Local Cached Value", "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": "a9d1f003-079b-426f-a451-88517cac35f4", "body": "", "latency": 0, "statusCode": 401, "label": "", "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": "d9f8b817-0bcc-4584-b969-b60f1341f2e4", "documentation": "Gets a short-form list of `Team` objects that competed in the given event.", "method": "get", "endpoint": "event/:event_key/teams/simple", "responses": [ { "uuid": "1cf2257c-4dcd-4862-ba98-faf0cc46ddcc", "body": "[\n {\n \"city\": \"\",\n \"country\": \"\",\n \"key\": \"\",\n \"name\": \"\",\n \"nickname\": \"\",\n \"state_prov\": \"\",\n \"team_number\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "4053206f-352e-4c3a-b64a-a4fbc2c9cb58", "body": "", "latency": 0, "statusCode": 304, "label": "Not Modified - Use Local Cached Value", "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": "12b4cae4-0a2b-4aa7-9f30-ce51a28dc501", "body": "", "latency": 0, "statusCode": 401, "label": "", "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": "142fd510-44cf-4935-a538-2fed8f6a837a", "documentation": "Gets a key-value list of the event statuses for teams competing at the given event.", "method": "get", "endpoint": "event/:event_key/teams/statuses", "responses": [ { "uuid": "af435c6d-05a5-463f-9f08-c1e694fb4109", "body": "{}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "78b84461-3c48-47d7-ac25-275262ed96b8", "body": "", "latency": 0, "statusCode": 304, "label": "Not Modified - Use Local Cached Value", "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": "42f21c66-839d-445e-8d0b-b185efe0d021", "body": "", "latency": 0, "statusCode": 401, "label": "", "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": "e9694d02-bcab-40ee-bdca-c65c15b2f986", "documentation": "Gets a list of events in the given year.", "method": "get", "endpoint": "events/:year", "responses": [ { "uuid": "d79ad881-a84f-4a45-85c8-04efc6c31d4b", "body": "[\n {\n \"address\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"district\": {\n \"abbreviation\": \"\",\n \"display_name\": \"\",\n \"key\": \"\",\n \"year\": {{faker 'number.int' max=99999}}\n },\n \"division_keys\": [\n \"\"\n ],\n \"end_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"event_code\": \"\",\n \"event_type\": {{faker 'number.int' max=99999}},\n \"event_type_string\": \"\",\n \"first_event_code\": \"\",\n \"first_event_id\": \"\",\n \"gmaps_place_id\": \"\",\n \"gmaps_url\": \"\",\n \"key\": \"\",\n \"lat\": {{faker 'number.float'}},\n \"lng\": {{faker 'number.float'}},\n \"location_name\": \"\",\n \"name\": \"\",\n \"parent_event_key\": \"\",\n \"playoff_type\": {{faker 'number.int' max=99999}},\n \"playoff_type_string\": \"\",\n \"postal_code\": \"\",\n \"short_name\": \"\",\n \"start_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"state_prov\": \"\",\n \"timezone\": \"\",\n \"webcasts\": [\n {\n \"channel\": \"\",\n \"date\": \"\",\n \"file\": \"\",\n \"type\": \"{{oneOf (array 'youtube' 'twitch' 'ustream' 'iframe' 'html5' 'rtmp' 'livestream' 'direct_link' 'mms' 'justin' 'stemtv' 'dacast')}}\"\n }\n ],\n \"website\": \"\",\n \"week\": {{faker 'number.int' max=99999}},\n \"year\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "78ea3ad7-22b1-4ff5-b608-a99041f5f8c1", "body": "", "latency": 0, "statusCode": 304, "label": "Not Modified - Use Local Cached Value", "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": "66484c1f-1218-42d1-87ac-841e5943863a", "body": "", "latency": 0, "statusCode": 401, "label": "", "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": "59579457-3887-4a92-8023-958a2fb02b2b", "documentation": "Gets a list of event keys in the given year.", "method": "get", "endpoint": "events/:year/keys", "responses": [ { "uuid": "63b10ce8-40da-4fc7-b265-6cc0d5e93d48", "body": "[\n \"\"\n]", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d1007113-afe2-4419-b639-edc6c9456678", "body": "", "latency": 0, "statusCode": 304, "label": "Not Modified - Use Local Cached Value", "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": "94d9c297-bcd7-4bb6-826c-9cbe402adb34", "body": "", "latency": 0, "statusCode": 401, "label": "", "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": "5984ea4a-0bd6-4d65-9aa2-0e98e47ddf66", "documentation": "Gets a short-form list of events in the given year.", "method": "get", "endpoint": "events/:year/simple", "responses": [ { "uuid": "a4162227-5b44-4896-905c-cba603d4ca02", "body": "[\n {\n \"city\": \"\",\n \"country\": \"\",\n \"district\": {\n \"abbreviation\": \"\",\n \"display_name\": \"\",\n \"key\": \"\",\n \"year\": {{faker 'number.int' max=99999}}\n },\n \"end_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"event_code\": \"\",\n \"event_type\": {{faker 'number.int' max=99999}},\n \"key\": \"\",\n \"name\": \"\",\n \"start_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"state_prov\": \"\",\n \"year\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "cf91b122-3699-4351-a6d9-b9a3aa305bb3", "body": "", "latency": 0, "statusCode": 304, "label": "Not Modified - Use Local Cached Value", "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": "58b59343-4e2c-43ff-ba0b-c214534384b1", "body": "", "latency": 0, "statusCode": 401, "label": "", "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": "7174ab4c-355b-4346-b439-fdaf287339b0", "documentation": "Gets a `Match` object for the given match key.", "method": "get", "endpoint": "match/:match_key", "responses": [ { "uuid": "42ef0217-591d-4590-9448-b07c9393df17", "body": "{\n \"actual_time\": {{faker 'number.int' max=99999}},\n \"alliances\": {\n \"blue\": {\n \"dq_team_keys\": [\n \"\"\n ],\n \"score\": {{faker 'number.int' max=99999}},\n \"surrogate_team_keys\": [\n \"\"\n ],\n \"team_keys\": [\n \"\"\n ]\n },\n \"red\": {\n \"dq_team_keys\": [\n \"\"\n ],\n \"score\": {{faker 'number.int' max=99999}},\n \"surrogate_team_keys\": [\n \"\"\n ],\n \"team_keys\": [\n \"\"\n ]\n }\n },\n \"comp_level\": \"{{oneOf (array 'qm' 'ef' 'qf' 'sf' 'f')}}\",\n \"event_key\": \"\",\n \"key\": \"\",\n \"match_number\": {{faker 'number.int' max=99999}},\n \"post_result_time\": {{faker 'number.int' max=99999}},\n \"predicted_time\": {{faker 'number.int' max=99999}},\n \"score_breakdown\": {},\n \"set_number\": {{faker 'number.int' max=99999}},\n \"time\": {{faker 'number.int' max=99999}},\n \"videos\": [\n {\n \"key\": \"\",\n \"type\": \"\"\n }\n ],\n \"winning_alliance\": \"{{oneOf (array 'red' 'blue' '')}}\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "80f5bd7d-9324-4671-bd07-4fc89b2648b7", "body": "", "latency": 0, "statusCode": 304, "label": "Not Modified - Use Local Cached Value", "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": "62113d6d-0099-404a-b858-16d39da10c61", "body": "", "latency": 0, "statusCode": 401, "label": "", "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": "52471cb2-8712-4059-bdba-8e8e564ca3c5", "documentation": "Gets a short-form `Match` object for the given match key.", "method": "get", "endpoint": "match/:match_key/simple", "responses": [ { "uuid": "82a399ff-847d-4a65-9295-5c37b7bebdef", "body": "{\n \"actual_time\": {{faker 'number.int' max=99999}},\n \"alliances\": {\n \"blue\": {\n \"dq_team_keys\": [\n \"\"\n ],\n \"score\": {{faker 'number.int' max=99999}},\n \"surrogate_team_keys\": [\n \"\"\n ],\n \"team_keys\": [\n \"\"\n ]\n },\n \"red\": {\n \"dq_team_keys\": [\n \"\"\n ],\n \"score\": {{faker 'number.int' max=99999}},\n \"surrogate_team_keys\": [\n \"\"\n ],\n \"team_keys\": [\n \"\"\n ]\n }\n },\n \"comp_level\": \"{{oneOf (array 'qm' 'ef' 'qf' 'sf' 'f')}}\",\n \"event_key\": \"\",\n \"key\": \"\",\n \"match_number\": {{faker 'number.int' max=99999}},\n \"predicted_time\": {{faker 'number.int' max=99999}},\n \"set_number\": {{faker 'number.int' max=99999}},\n \"time\": {{faker 'number.int' max=99999}},\n \"winning_alliance\": \"{{oneOf (array 'red' 'blue' '')}}\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "154c9059-1807-4791-b0dc-45e73f16160d", "body": "", "latency": 0, "statusCode": 304, "label": "Not Modified - Use Local Cached Value", "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": "7cc8ca90-19c0-448a-954f-83aeae1ee53a", "body": "", "latency": 0, "statusCode": 401, "label": "", "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": "0607731f-5370-4372-b2c4-2ec3bd77b894", "documentation": "Gets an array of game-specific Match Timeseries objects for the given match key or an empty array if not available.\n*WARNING:* This is *not* official data, and is subject to a significant possibility of error, or missing data. Do not rely on this data for any purpose. In fact, pretend we made it up.\n*WARNING:* This endpoint and corresponding data models are under *active development* and may change at any time, including in breaking ways.", "method": "get", "endpoint": "match/:match_key/timeseries", "responses": [ { "uuid": "777fede6-6351-4d21-9cb4-7911aa993945", "body": "[\n {}\n]", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "92792b9d-1ee3-4a4b-bf25-1ee85fc997d2", "body": "", "latency": 0, "statusCode": 304, "label": "Not Modified - Use Local Cached Value", "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": "71d2d1ec-08a0-4907-9e6f-a902c458b38e", "body": "", "latency": 0, "statusCode": 401, "label": "", "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": "7b338adb-44c5-4639-8e24-a0afd8dd0da5", "documentation": "Gets Zebra MotionWorks data for a Match for the given match key.", "method": "get", "endpoint": "match/:match_key/zebra_motionworks", "responses": [ { "uuid": "ba3064b2-bbb5-48ec-a039-ae4b42b5b7c8", "body": "{\n \"alliances\": {\n \"blue\": [\n {\n \"team_key\": \"frc7332\",\n \"xs\": [\n [\n 2.73,\n 2.7,\n null\n ]\n ],\n \"ys\": [\n [\n 2.73,\n 2.7,\n null\n ]\n ]\n }\n ],\n \"red\": [\n {\n \"team_key\": \"frc7332\",\n \"xs\": [\n [\n 2.73,\n 2.7,\n null\n ]\n ],\n \"ys\": [\n [\n 2.73,\n 2.7,\n null\n ]\n ]\n }\n ]\n },\n \"key\": \"\",\n \"times\": [\n [\n 0,\n 0.1,\n 0.2\n ]\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "2373ac93-995c-4800-915e-9b21bb12f397", "body": "", "latency": 0, "statusCode": 304, "label": "Not Modified - Use Local Cached Value", "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": "8179ef80-4eef-42b0-963a-e2a4a87f8657", "body": "", "latency": 0, "statusCode": 401, "label": "", "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": "1846b82f-1ddc-402c-8d34-01807a912ed9", "documentation": "Returns API status, and TBA status information.", "method": "get", "endpoint": "status", "responses": [ { "uuid": "6a7f7ab0-05ec-4e65-af31-ac1b8c927166", "body": "{\n \"android\": {\n \"latest_app_version\": {{faker 'number.int' max=99999}},\n \"min_app_version\": {{faker 'number.int' max=99999}}\n },\n \"current_season\": {{faker 'number.int' max=99999}},\n \"down_events\": [\n \"\"\n ],\n \"ios\": {\n \"latest_app_version\": {{faker 'number.int' max=99999}},\n \"min_app_version\": {{faker 'number.int' max=99999}}\n },\n \"is_datafeed_down\": {{faker 'datatype.boolean'}},\n \"max_season\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "878daa32-5d92-4cc7-aa34-353132d73561", "body": "", "latency": 0, "statusCode": 304, "label": "Not Modified - Use Local Cached Value", "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": "5619b271-7222-4c24-840b-a5b0c68676ef", "body": "", "latency": 0, "statusCode": 401, "label": "", "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": "bb1816d9-4f3d-49e4-8921-ed9e497e53e5", "documentation": "Gets a `Team` object for the team referenced by the given key.", "method": "get", "endpoint": "team/:team_key", "responses": [ { "uuid": "846a88c6-c303-4c87-a1f7-20daf91e8ef0", "body": "{\n \"address\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"gmaps_place_id\": \"\",\n \"gmaps_url\": \"\",\n \"home_championship\": {},\n \"key\": \"\",\n \"lat\": {{faker 'number.float'}},\n \"lng\": {{faker 'number.float'}},\n \"location_name\": \"\",\n \"motto\": \"\",\n \"name\": \"\",\n \"nickname\": \"\",\n \"postal_code\": \"\",\n \"rookie_year\": {{faker 'number.int' max=99999}},\n \"school_name\": \"\",\n \"state_prov\": \"\",\n \"team_number\": {{faker 'number.int' max=99999}},\n \"website\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ed6c5e7d-10af-4871-8aa6-e25b92ad6f65", "body": "", "latency": 0, "statusCode": 304, "label": "Not Modified - Use Local Cached Value", "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": "3e66e190-3a0d-4e31-a8a6-9f992b21ce1e", "body": "", "latency": 0, "statusCode": 401, "label": "", "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": "91ef2378-4c60-4d0a-abd6-5dfe0cf48f59", "documentation": "Gets a list of awards the given team has won.", "method": "get", "endpoint": "team/:team_key/awards", "responses": [ { "uuid": "9ad80084-042a-4aa4-b9c6-5bc821d92ea6", "body": "[\n {\n \"award_type\": {{faker 'number.int' max=99999}},\n \"event_key\": \"\",\n \"name\": \"\",\n \"recipient_list\": [\n {\n \"awardee\": \"\",\n \"team_key\": \"\"\n }\n ],\n \"year\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "fac65329-e2d7-442f-8d75-1f5d546394b8", "body": "", "latency": 0, "statusCode": 304, "label": "Not Modified - Use Local Cached Value", "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": "72c36dc7-4deb-4f8b-898e-36d606db65e2", "body": "", "latency": 0, "statusCode": 401, "label": "", "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": "51950151-060b-48af-87c9-53df8fd1ba08", "documentation": "Gets a list of awards the given team has won in a given year.", "method": "get", "endpoint": "team/:team_key/awards/:year", "responses": [ { "uuid": "7ddf978a-949f-47db-a2bd-01db7ce51a0e", "body": "[\n {\n \"award_type\": {{faker 'number.int' max=99999}},\n \"event_key\": \"\",\n \"name\": \"\",\n \"recipient_list\": [\n {\n \"awardee\": \"\",\n \"team_key\": \"\"\n }\n ],\n \"year\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "1cb1e68c-26d5-4ce6-9354-8696bc11d827", "body": "", "latency": 0, "statusCode": 304, "label": "Not Modified - Use Local Cached Value", "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": "1f1efd22-f88e-421c-9ec2-aeff0dd397b5", "body": "", "latency": 0, "statusCode": 401, "label": "", "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": "688aa231-1576-4185-b33b-48f121bc77e5", "documentation": "Gets an array of districts representing each year the team was in a district. Will return an empty array if the team was never in a district.", "method": "get", "endpoint": "team/:team_key/districts", "responses": [ { "uuid": "7fed4954-ed7c-47fc-93aa-a315b700a5b1", "body": "[\n {\n \"abbreviation\": \"\",\n \"display_name\": \"\",\n \"key\": \"\",\n \"year\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "66408035-6f26-4a15-ab6b-2c4aa9136842", "body": "", "latency": 0, "statusCode": 304, "label": "Not Modified - Use Local Cached Value", "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": "4b95d5a6-2df6-4406-9ab0-0f289b682b4a", "body": "", "latency": 0, "statusCode": 401, "label": "", "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": "05341e3d-2910-47a6-aafd-51a0d81ab57e", "documentation": "Gets a list of awards the given team won at the given event.", "method": "get", "endpoint": "team/:team_key/event/:event_key/awards", "responses": [ { "uuid": "f59094cc-8aa5-4411-a7d1-d09d7e48b71d", "body": "[\n {\n \"award_type\": {{faker 'number.int' max=99999}},\n \"event_key\": \"\",\n \"name\": \"\",\n \"recipient_list\": [\n {\n \"awardee\": \"\",\n \"team_key\": \"\"\n }\n ],\n \"year\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "097ec3d8-67fa-426c-863b-3199a83774f2", "body": "", "latency": 0, "statusCode": 304, "label": "Not Modified - Use Local Cached Value", "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": "79802c8e-b438-4c78-b296-4946173b30e9", "body": "", "latency": 0, "statusCode": 401, "label": "", "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": "8d644262-8739-4a86-b03d-f0f95dba9614", "documentation": "Gets a list of matches for the given team and event.", "method": "get", "endpoint": "team/:team_key/event/:event_key/matches", "responses": [ { "uuid": "f562df9f-ac8c-41fb-8545-891f350b86fe", "body": "[\n {\n \"actual_time\": {{faker 'number.int' max=99999}},\n \"alliances\": {\n \"blue\": {\n \"dq_team_keys\": [\n \"\"\n ],\n \"score\": {{faker 'number.int' max=99999}},\n \"surrogate_team_keys\": [\n \"\"\n ],\n \"team_keys\": [\n \"\"\n ]\n },\n \"red\": {\n \"dq_team_keys\": [\n \"\"\n ],\n \"score\": {{faker 'number.int' max=99999}},\n \"surrogate_team_keys\": [\n \"\"\n ],\n \"team_keys\": [\n \"\"\n ]\n }\n },\n \"comp_level\": \"{{oneOf (array 'qm' 'ef' 'qf' 'sf' 'f')}}\",\n \"event_key\": \"\",\n \"key\": \"\",\n \"match_number\": {{faker 'number.int' max=99999}},\n \"post_result_time\": {{faker 'number.int' max=99999}},\n \"predicted_time\": {{faker 'number.int' max=99999}},\n \"score_breakdown\": {},\n \"set_number\": {{faker 'number.int' max=99999}},\n \"time\": {{faker 'number.int' max=99999}},\n \"videos\": [\n {\n \"key\": \"\",\n \"type\": \"\"\n }\n ],\n \"winning_alliance\": \"{{oneOf (array 'red' 'blue' '')}}\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "f36c8635-07fd-46fd-ad08-2149c5d59ec3", "body": "", "latency": 0, "statusCode": 304, "label": "Not Modified - Use Local Cached Value", "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": "8cb58c19-64c0-40cf-a5af-f4c5b6553149", "body": "", "latency": 0, "statusCode": 401, "label": "", "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": "854ab81a-de14-461a-b0be-9cdbd42b4961", "documentation": "Gets a list of match keys for matches for the given team and event.", "method": "get", "endpoint": "team/:team_key/event/:event_key/matches/keys", "responses": [ { "uuid": "be9d64c5-2146-4eb4-b74d-29dca0a1d79a", "body": "[\n \"\"\n]", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "2557c2b4-9893-4b15-8b37-1adc4acb7a39", "body": "", "latency": 0, "statusCode": 304, "label": "Not Modified - Use Local Cached Value", "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": "f8ce86b2-7327-4439-ba5c-d82b85443919", "body": "", "latency": 0, "statusCode": 401, "label": "", "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": "86573f48-6e12-406c-8a46-9646069d8a55", "documentation": "Gets a short-form list of matches for the given team and event.", "method": "get", "endpoint": "team/:team_key/event/:event_key/matches/simple", "responses": [ { "uuid": "daa493f7-6ba1-4986-a86a-2b34b9d2d39a", "body": "[\n {\n \"actual_time\": {{faker 'number.int' max=99999}},\n \"alliances\": {\n \"blue\": {\n \"dq_team_keys\": [\n \"\"\n ],\n \"score\": {{faker 'number.int' max=99999}},\n \"surrogate_team_keys\": [\n \"\"\n ],\n \"team_keys\": [\n \"\"\n ]\n },\n \"red\": {\n \"dq_team_keys\": [\n \"\"\n ],\n \"score\": {{faker 'number.int' max=99999}},\n \"surrogate_team_keys\": [\n \"\"\n ],\n \"team_keys\": [\n \"\"\n ]\n }\n },\n \"comp_level\": \"{{oneOf (array 'qm' 'ef' 'qf' 'sf' 'f')}}\",\n \"event_key\": \"\",\n \"key\": \"\",\n \"match_number\": {{faker 'number.int' max=99999}},\n \"post_result_time\": {{faker 'number.int' max=99999}},\n \"predicted_time\": {{faker 'number.int' max=99999}},\n \"score_breakdown\": {},\n \"set_number\": {{faker 'number.int' max=99999}},\n \"time\": {{faker 'number.int' max=99999}},\n \"videos\": [\n {\n \"key\": \"\",\n \"type\": \"\"\n }\n ],\n \"winning_alliance\": \"{{oneOf (array 'red' 'blue' '')}}\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "cc0702f3-efeb-412e-bac8-d9d16582b9d0", "body": "", "latency": 0, "statusCode": 304, "label": "Not Modified - Use Local Cached Value", "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": "1e9c162a-4027-4aa5-a9ec-af71d959669f", "body": "", "latency": 0, "statusCode": 401, "label": "", "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": "177dc600-5971-4619-9b9c-c2908c7114fb", "documentation": "Gets the competition rank and status of the team at the given event.", "method": "get", "endpoint": "team/:team_key/event/:event_key/status", "responses": [ { "uuid": "6369cef3-8162-453e-b24a-fb6763a7c80c", "body": "{\n \"alliance\": {\n \"backup\": {\n \"in\": \"\",\n \"out\": \"\"\n },\n \"name\": \"\",\n \"number\": {{faker 'number.int' max=99999}},\n \"pick\": {{faker 'number.int' max=99999}}\n },\n \"alliance_status_str\": \"\",\n \"last_match_key\": \"\",\n \"next_match_key\": \"\",\n \"overall_status_str\": \"\",\n \"playoff\": {\n \"current_level_record\": {\n \"losses\": {{faker 'number.int' max=99999}},\n \"ties\": {{faker 'number.int' max=99999}},\n \"wins\": {{faker 'number.int' max=99999}}\n },\n \"level\": \"{{oneOf (array 'qm' 'ef' 'qf' 'sf' 'f')}}\",\n \"playoff_average\": {{faker 'number.int' max=99999}},\n \"record\": {\n \"losses\": {{faker 'number.int' max=99999}},\n \"ties\": {{faker 'number.int' max=99999}},\n \"wins\": {{faker 'number.int' max=99999}}\n },\n \"status\": \"{{oneOf (array 'won' 'eliminated' 'playing')}}\"\n },\n \"playoff_status_str\": \"\",\n \"qual\": {\n \"num_teams\": {{faker 'number.int' max=99999}},\n \"ranking\": {\n \"dq\": {{faker 'number.int' max=99999}},\n \"matches_played\": {{faker 'number.int' max=99999}},\n \"qual_average\": {{faker 'number.float'}},\n \"rank\": {{faker 'number.int' max=99999}},\n \"record\": {\n \"losses\": {{faker 'number.int' max=99999}},\n \"ties\": {{faker 'number.int' max=99999}},\n \"wins\": {{faker 'number.int' max=99999}}\n },\n \"sort_orders\": [\n {{faker 'number.int' max=99999}}\n ],\n \"team_key\": \"\"\n },\n \"sort_order_info\": [\n {\n \"name\": \"\",\n \"precision\": {{faker 'number.int' max=99999}}\n }\n ],\n \"status\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "61fe1889-2853-452a-ae4a-e2aeb0f6f3c2", "body": "", "latency": 0, "statusCode": 304, "label": "Not Modified - Use Local Cached Value", "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": "c83e6b4c-6214-46b5-ac95-5fe7f98df41d", "body": "", "latency": 0, "statusCode": 401, "label": "", "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": "93990ca7-4c4f-4325-8d1a-c65c8c181d87", "documentation": "Gets a list of all events this team has competed at.", "method": "get", "endpoint": "team/:team_key/events", "responses": [ { "uuid": "3d43a499-8dbd-4b28-9655-1688954a2d4d", "body": "[\n {\n \"address\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"district\": {\n \"abbreviation\": \"\",\n \"display_name\": \"\",\n \"key\": \"\",\n \"year\": {{faker 'number.int' max=99999}}\n },\n \"division_keys\": [\n \"\"\n ],\n \"end_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"event_code\": \"\",\n \"event_type\": {{faker 'number.int' max=99999}},\n \"event_type_string\": \"\",\n \"first_event_code\": \"\",\n \"first_event_id\": \"\",\n \"gmaps_place_id\": \"\",\n \"gmaps_url\": \"\",\n \"key\": \"\",\n \"lat\": {{faker 'number.float'}},\n \"lng\": {{faker 'number.float'}},\n \"location_name\": \"\",\n \"name\": \"\",\n \"parent_event_key\": \"\",\n \"playoff_type\": {{faker 'number.int' max=99999}},\n \"playoff_type_string\": \"\",\n \"postal_code\": \"\",\n \"short_name\": \"\",\n \"start_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"state_prov\": \"\",\n \"timezone\": \"\",\n \"webcasts\": [\n {\n \"channel\": \"\",\n \"date\": \"\",\n \"file\": \"\",\n \"type\": \"{{oneOf (array 'youtube' 'twitch' 'ustream' 'iframe' 'html5' 'rtmp' 'livestream' 'direct_link' 'mms' 'justin' 'stemtv' 'dacast')}}\"\n }\n ],\n \"website\": \"\",\n \"week\": {{faker 'number.int' max=99999}},\n \"year\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8e4fe2fe-b180-4d71-8f37-421355820f07", "body": "", "latency": 0, "statusCode": 304, "label": "Not Modified - Use Local Cached Value", "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": "a26a9559-87e0-4896-9647-86b2451bb9ba", "body": "", "latency": 0, "statusCode": 401, "label": "", "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": "25d6f6fb-58f5-4b27-a697-5c6b204cca3a", "documentation": "Gets a list of the event keys for all events this team has competed at.", "method": "get", "endpoint": "team/:team_key/events/keys", "responses": [ { "uuid": "395e0f1f-ce82-49c0-98ba-a13dde58e017", "body": "[\n \"\"\n]", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "902f5586-a7ea-4c29-8dc9-5816b75e215d", "body": "", "latency": 0, "statusCode": 304, "label": "Not Modified - Use Local Cached Value", "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": "a6ac70ee-f3a7-4af2-aa73-0aca1bca1c9b", "body": "", "latency": 0, "statusCode": 401, "label": "", "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": "2e3942a1-49ce-4465-8e52-0028ec67a7a6", "documentation": "Gets a short-form list of all events this team has competed at.", "method": "get", "endpoint": "team/:team_key/events/simple", "responses": [ { "uuid": "58a43929-fecc-4642-9492-ad9a4701d654", "body": "[\n {\n \"city\": \"\",\n \"country\": \"\",\n \"district\": {\n \"abbreviation\": \"\",\n \"display_name\": \"\",\n \"key\": \"\",\n \"year\": {{faker 'number.int' max=99999}}\n },\n \"end_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"event_code\": \"\",\n \"event_type\": {{faker 'number.int' max=99999}},\n \"key\": \"\",\n \"name\": \"\",\n \"start_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"state_prov\": \"\",\n \"year\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "87c2177f-4e6a-44fa-9843-546bfd65e7af", "body": "", "latency": 0, "statusCode": 304, "label": "Not Modified - Use Local Cached Value", "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": "5f26cf73-b43d-45db-8611-9b703a9ae6e3", "body": "", "latency": 0, "statusCode": 401, "label": "", "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": "80bece4e-c4f0-45bc-8c59-0c74eaf8facd", "documentation": "Gets a list of events this team has competed at in the given year.", "method": "get", "endpoint": "team/:team_key/events/:year", "responses": [ { "uuid": "86f6e114-e1e3-4570-9efb-6ca6bc837635", "body": "[\n {\n \"address\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"district\": {\n \"abbreviation\": \"\",\n \"display_name\": \"\",\n \"key\": \"\",\n \"year\": {{faker 'number.int' max=99999}}\n },\n \"division_keys\": [\n \"\"\n ],\n \"end_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"event_code\": \"\",\n \"event_type\": {{faker 'number.int' max=99999}},\n \"event_type_string\": \"\",\n \"first_event_code\": \"\",\n \"first_event_id\": \"\",\n \"gmaps_place_id\": \"\",\n \"gmaps_url\": \"\",\n \"key\": \"\",\n \"lat\": {{faker 'number.float'}},\n \"lng\": {{faker 'number.float'}},\n \"location_name\": \"\",\n \"name\": \"\",\n \"parent_event_key\": \"\",\n \"playoff_type\": {{faker 'number.int' max=99999}},\n \"playoff_type_string\": \"\",\n \"postal_code\": \"\",\n \"short_name\": \"\",\n \"start_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"state_prov\": \"\",\n \"timezone\": \"\",\n \"webcasts\": [\n {\n \"channel\": \"\",\n \"date\": \"\",\n \"file\": \"\",\n \"type\": \"{{oneOf (array 'youtube' 'twitch' 'ustream' 'iframe' 'html5' 'rtmp' 'livestream' 'direct_link' 'mms' 'justin' 'stemtv' 'dacast')}}\"\n }\n ],\n \"website\": \"\",\n \"week\": {{faker 'number.int' max=99999}},\n \"year\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b2724f05-3a75-4b3b-96c4-fd924418ca93", "body": "", "latency": 0, "statusCode": 304, "label": "Not Modified - Use Local Cached Value", "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": "47a90be1-0c18-4ccd-af5b-6f75ec67db70", "body": "", "latency": 0, "statusCode": 401, "label": "", "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": "5c87bee2-3784-45e8-95a7-a47345d785fa", "documentation": "Gets a list of the event keys for events this team has competed at in the given year.", "method": "get", "endpoint": "team/:team_key/events/:year/keys", "responses": [ { "uuid": "80f963c4-c5e1-4576-8841-d6dfc28eb0bf", "body": "[\n \"\"\n]", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c66c7052-4b08-405a-8802-23d860b663df", "body": "", "latency": 0, "statusCode": 304, "label": "Not Modified - Use Local Cached Value", "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": "b998c6fe-0ec9-433b-b653-0c1402b96574", "body": "", "latency": 0, "statusCode": 401, "label": "", "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": "013522de-0c06-4135-8ab6-f3906b734435", "documentation": "Gets a short-form list of events this team has competed at in the given year.", "method": "get", "endpoint": "team/:team_key/events/:year/simple", "responses": [ { "uuid": "74da0b7d-df3a-44f8-adb2-59a156f55889", "body": "[\n {\n \"city\": \"\",\n \"country\": \"\",\n \"district\": {\n \"abbreviation\": \"\",\n \"display_name\": \"\",\n \"key\": \"\",\n \"year\": {{faker 'number.int' max=99999}}\n },\n \"end_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"event_code\": \"\",\n \"event_type\": {{faker 'number.int' max=99999}},\n \"key\": \"\",\n \"name\": \"\",\n \"start_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"state_prov\": \"\",\n \"year\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "4f8749dc-d6ce-43ab-86ff-85ddae906a43", "body": "", "latency": 0, "statusCode": 304, "label": "Not Modified - Use Local Cached Value", "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": "d3c40eef-537b-4554-aa01-df30540021f5", "body": "", "latency": 0, "statusCode": 401, "label": "", "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": "55104ee6-bf68-4796-97c7-67ceffa79a41", "documentation": "Gets a key-value list of the event statuses for events this team has competed at in the given year.", "method": "get", "endpoint": "team/:team_key/events/:year/statuses", "responses": [ { "uuid": "f7b15f5d-4c91-4dd6-923d-e566f3e2bf55", "body": "{}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "634a1a66-1be9-40d6-8fc3-b68ec6327593", "body": "", "latency": 0, "statusCode": 304, "label": "Not Modified - Use Local Cached Value", "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": "3e95a415-279e-42c8-b48c-fae05c9f0f8a", "body": "", "latency": 0, "statusCode": 401, "label": "", "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": "559897a5-6365-433e-a7fc-324f366dbb1a", "documentation": "Gets a list of matches for the given team and year.", "method": "get", "endpoint": "team/:team_key/matches/:year", "responses": [ { "uuid": "90747cf8-ac68-4b46-a94a-c35efb01eb50", "body": "[\n {\n \"actual_time\": {{faker 'number.int' max=99999}},\n \"alliances\": {\n \"blue\": {\n \"dq_team_keys\": [\n \"\"\n ],\n \"score\": {{faker 'number.int' max=99999}},\n \"surrogate_team_keys\": [\n \"\"\n ],\n \"team_keys\": [\n \"\"\n ]\n },\n \"red\": {\n \"dq_team_keys\": [\n \"\"\n ],\n \"score\": {{faker 'number.int' max=99999}},\n \"surrogate_team_keys\": [\n \"\"\n ],\n \"team_keys\": [\n \"\"\n ]\n }\n },\n \"comp_level\": \"{{oneOf (array 'qm' 'ef' 'qf' 'sf' 'f')}}\",\n \"event_key\": \"\",\n \"key\": \"\",\n \"match_number\": {{faker 'number.int' max=99999}},\n \"post_result_time\": {{faker 'number.int' max=99999}},\n \"predicted_time\": {{faker 'number.int' max=99999}},\n \"score_breakdown\": {},\n \"set_number\": {{faker 'number.int' max=99999}},\n \"time\": {{faker 'number.int' max=99999}},\n \"videos\": [\n {\n \"key\": \"\",\n \"type\": \"\"\n }\n ],\n \"winning_alliance\": \"{{oneOf (array 'red' 'blue' '')}}\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "4e6cbe57-57bd-490d-be75-8c67f080d140", "body": "", "latency": 0, "statusCode": 304, "label": "Not Modified - Use Local Cached Value", "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": "ebb5e8c9-aaa8-4909-88fc-df5fbbb1919d", "body": "", "latency": 0, "statusCode": 401, "label": "", "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": "e972cbd5-1d70-41b5-b70e-753946b65659", "documentation": "Gets a list of match keys for matches for the given team and year.", "method": "get", "endpoint": "team/:team_key/matches/:year/keys", "responses": [ { "uuid": "478274e7-5b6c-4e12-a96c-fa8aaa654625", "body": "[\n \"\"\n]", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a52c1d25-db46-4ccd-bb0e-167f2fd3a273", "body": "", "latency": 0, "statusCode": 304, "label": "Not Modified - Use Local Cached Value", "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": "c7d940fa-1f7e-4dd8-a3c3-e3f1ee2baed6", "body": "", "latency": 0, "statusCode": 401, "label": "", "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": "e25e02d8-fe83-4ab0-b5b6-32271f7b209c", "documentation": "Gets a short-form list of matches for the given team and year.", "method": "get", "endpoint": "team/:team_key/matches/:year/simple", "responses": [ { "uuid": "73ec19a0-3243-49be-9572-865e0bfff39a", "body": "[\n {\n \"actual_time\": {{faker 'number.int' max=99999}},\n \"alliances\": {\n \"blue\": {\n \"dq_team_keys\": [\n \"\"\n ],\n \"score\": {{faker 'number.int' max=99999}},\n \"surrogate_team_keys\": [\n \"\"\n ],\n \"team_keys\": [\n \"\"\n ]\n },\n \"red\": {\n \"dq_team_keys\": [\n \"\"\n ],\n \"score\": {{faker 'number.int' max=99999}},\n \"surrogate_team_keys\": [\n \"\"\n ],\n \"team_keys\": [\n \"\"\n ]\n }\n },\n \"comp_level\": \"{{oneOf (array 'qm' 'ef' 'qf' 'sf' 'f')}}\",\n \"event_key\": \"\",\n \"key\": \"\",\n \"match_number\": {{faker 'number.int' max=99999}},\n \"predicted_time\": {{faker 'number.int' max=99999}},\n \"set_number\": {{faker 'number.int' max=99999}},\n \"time\": {{faker 'number.int' max=99999}},\n \"winning_alliance\": \"{{oneOf (array 'red' 'blue' '')}}\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "924a2514-222f-454b-9c13-b47d5376e845", "body": "", "latency": 0, "statusCode": 304, "label": "Not Modified - Use Local Cached Value", "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": "1b6076e9-e2e6-4bf4-8ad3-f07e739489d5", "body": "", "latency": 0, "statusCode": 401, "label": "", "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": "a896d479-b4b3-46f5-88d2-836bb3fb03f0", "documentation": "Gets a list of Media (videos / pictures) for the given team and tag.", "method": "get", "endpoint": "team/:team_key/media/tag/:media_tag", "responses": [ { "uuid": "51783f4e-fba2-4c23-baa8-086d056e86ad", "body": "[\n {\n \"details\": {},\n \"direct_url\": \"\",\n \"foreign_key\": \"\",\n \"preferred\": {{faker 'datatype.boolean'}},\n \"type\": \"{{oneOf (array 'youtube' 'cdphotothread' 'imgur' 'facebook-profile' 'youtube-channel' 'twitter-profile' 'github-profile' 'instagram-profile' 'periscope-profile' 'grabcad' 'instagram-image' 'external-link' 'avatar')}}\",\n \"view_url\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "731c348e-2fb3-4318-8add-c7882fac9b04", "body": "", "latency": 0, "statusCode": 304, "label": "Not Modified - Use Local Cached Value", "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": "64b812d8-ed47-4e64-884f-8ca7538d35aa", "body": "", "latency": 0, "statusCode": 401, "label": "", "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": "8f437175-1ae3-4d49-856a-4ae316031146", "documentation": "Gets a list of Media (videos / pictures) for the given team, tag and year.", "method": "get", "endpoint": "team/:team_key/media/tag/:media_tag/:year", "responses": [ { "uuid": "b6ba692e-eabf-4f36-b254-77cc0e086332", "body": "[\n {\n \"details\": {},\n \"direct_url\": \"\",\n \"foreign_key\": \"\",\n \"preferred\": {{faker 'datatype.boolean'}},\n \"type\": \"{{oneOf (array 'youtube' 'cdphotothread' 'imgur' 'facebook-profile' 'youtube-channel' 'twitter-profile' 'github-profile' 'instagram-profile' 'periscope-profile' 'grabcad' 'instagram-image' 'external-link' 'avatar')}}\",\n \"view_url\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "97c21d49-d1ac-4a0b-8d27-d930a8f043b2", "body": "", "latency": 0, "statusCode": 304, "label": "Not Modified - Use Local Cached Value", "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": "89633324-e5a6-4920-b238-1dcf5f3689cb", "body": "", "latency": 0, "statusCode": 401, "label": "", "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": "16b2326d-c68b-4343-897c-bfb21fd25dba", "documentation": "Gets a list of Media (videos / pictures) for the given team and year.", "method": "get", "endpoint": "team/:team_key/media/:year", "responses": [ { "uuid": "899eb47f-f021-45fd-80bf-911ddb414e8a", "body": "[\n {\n \"details\": {},\n \"direct_url\": \"\",\n \"foreign_key\": \"\",\n \"preferred\": {{faker 'datatype.boolean'}},\n \"type\": \"{{oneOf (array 'youtube' 'cdphotothread' 'imgur' 'facebook-profile' 'youtube-channel' 'twitter-profile' 'github-profile' 'instagram-profile' 'periscope-profile' 'grabcad' 'instagram-image' 'external-link' 'avatar')}}\",\n \"view_url\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "61e3d37e-daac-4dda-8f5f-75130c670b30", "body": "", "latency": 0, "statusCode": 304, "label": "Not Modified - Use Local Cached Value", "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": "a156bfd2-e731-41d8-8367-bac4222a6c5b", "body": "", "latency": 0, "statusCode": 401, "label": "", "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": "f3cc1f40-2069-4288-860b-fcaeb3e2951a", "documentation": "Gets a list of year and robot name pairs for each year that a robot name was provided. Will return an empty array if the team has never named a robot.", "method": "get", "endpoint": "team/:team_key/robots", "responses": [ { "uuid": "986074c7-9dc6-4415-9bb2-eb8dbdb6b646", "body": "[\n {\n \"key\": \"\",\n \"robot_name\": \"\",\n \"team_key\": \"\",\n \"year\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "4d876f11-5ac7-4df4-bd45-7c6903108743", "body": "", "latency": 0, "statusCode": 304, "label": "Not Modified - Use Local Cached Value", "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": "80bbc89a-8c50-42bc-a85e-30e5540728ac", "body": "", "latency": 0, "statusCode": 401, "label": "", "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": "844091d8-b94c-4479-9337-d7877b17276a", "documentation": "Gets a `Team_Simple` object for the team referenced by the given key.", "method": "get", "endpoint": "team/:team_key/simple", "responses": [ { "uuid": "e2239634-1cdf-4e45-be8f-9994b7408ec2", "body": "{\n \"city\": \"\",\n \"country\": \"\",\n \"key\": \"\",\n \"name\": \"\",\n \"nickname\": \"\",\n \"state_prov\": \"\",\n \"team_number\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "4e24fdcb-699b-4cc9-9597-9957d7e3fb9d", "body": "", "latency": 0, "statusCode": 304, "label": "Not Modified - Use Local Cached Value", "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": "37a522aa-911d-4682-97a1-0a93dc310ab8", "body": "", "latency": 0, "statusCode": 401, "label": "", "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": "a1bf2fbe-c27d-4316-9a83-856980d32194", "documentation": "Gets a list of Media (social media) for the given team.", "method": "get", "endpoint": "team/:team_key/social_media", "responses": [ { "uuid": "32a96ec1-774f-4865-9790-74897ef2d3d2", "body": "[\n {\n \"details\": {},\n \"direct_url\": \"\",\n \"foreign_key\": \"\",\n \"preferred\": {{faker 'datatype.boolean'}},\n \"type\": \"{{oneOf (array 'youtube' 'cdphotothread' 'imgur' 'facebook-profile' 'youtube-channel' 'twitter-profile' 'github-profile' 'instagram-profile' 'periscope-profile' 'grabcad' 'instagram-image' 'external-link' 'avatar')}}\",\n \"view_url\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c8470dbc-0c35-47ab-95f2-3755db0e652f", "body": "", "latency": 0, "statusCode": 304, "label": "Not Modified - Use Local Cached Value", "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": "8fd1b77a-0893-4e86-bec8-b347357f29b9", "body": "", "latency": 0, "statusCode": 401, "label": "", "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": "b1cfce3f-81c7-49b2-a6ef-f30c7f774a61", "documentation": "Gets a list of years in which the team participated in at least one competition.", "method": "get", "endpoint": "team/:team_key/years_participated", "responses": [ { "uuid": "f17da2e3-009c-4693-b0a7-a24ed3f60bbc", "body": "[\n {{faker 'number.int' max=99999}}\n]", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b21f6dd9-98ef-416b-bde0-77eb32fa3017", "body": "", "latency": 0, "statusCode": 304, "label": "Not Modified - Use Local Cached Value", "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": "14eab339-eace-4f79-a897-05f0c3435cba", "body": "", "latency": 0, "statusCode": 401, "label": "", "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": "a6761875-6f34-43d2-a176-1961269455ab", "documentation": "Gets a list of `Team` objects, paginated in groups of 500.", "method": "get", "endpoint": "teams/:page_num", "responses": [ { "uuid": "871ff336-8bf3-4993-abe9-86dda742904c", "body": "[\n {\n \"address\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"gmaps_place_id\": \"\",\n \"gmaps_url\": \"\",\n \"home_championship\": {},\n \"key\": \"\",\n \"lat\": {{faker 'number.float'}},\n \"lng\": {{faker 'number.float'}},\n \"location_name\": \"\",\n \"motto\": \"\",\n \"name\": \"\",\n \"nickname\": \"\",\n \"postal_code\": \"\",\n \"rookie_year\": {{faker 'number.int' max=99999}},\n \"school_name\": \"\",\n \"state_prov\": \"\",\n \"team_number\": {{faker 'number.int' max=99999}},\n \"website\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "7a07971c-64d5-49ec-8d3d-0f021651c752", "body": "", "latency": 0, "statusCode": 304, "label": "Not Modified - Use Local Cached Value", "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": "f09dac52-718b-4765-8529-e5fce4c9203c", "body": "", "latency": 0, "statusCode": 401, "label": "", "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": "5f2a2318-b475-46a4-8194-f83122ef54b6", "documentation": "Gets a list of Team keys, paginated in groups of 500. (Note, each page will not have 500 teams, but will include the teams within that range of 500.)", "method": "get", "endpoint": "teams/:page_num/keys", "responses": [ { "uuid": "425ec792-4791-42f6-98c3-9905ec1cad5d", "body": "[\n \"\"\n]", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "6339a951-0cf0-4ad4-a77d-7b6628d2fb1d", "body": "", "latency": 0, "statusCode": 304, "label": "Not Modified - Use Local Cached Value", "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": "e3b80222-7dd7-4260-9918-feabb3b7f38f", "body": "", "latency": 0, "statusCode": 401, "label": "", "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": "2449d024-4300-4fad-bd17-5a5e11335368", "documentation": "Gets a list of short form `Team_Simple` objects, paginated in groups of 500.", "method": "get", "endpoint": "teams/:page_num/simple", "responses": [ { "uuid": "c2e3b193-0e22-454e-8003-a2246d6050cd", "body": "[\n {\n \"city\": \"\",\n \"country\": \"\",\n \"key\": \"\",\n \"name\": \"\",\n \"nickname\": \"\",\n \"state_prov\": \"\",\n \"team_number\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "5aa0a953-8709-4005-ba66-af09601e83c1", "body": "", "latency": 0, "statusCode": 304, "label": "Not Modified - Use Local Cached Value", "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": "7abf7c90-702d-4042-8481-e18429af9bfa", "body": "", "latency": 0, "statusCode": 401, "label": "", "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": "4b9ce094-87c4-40ff-a4ce-db8d70e4c8ab", "documentation": "Gets a list of `Team` objects that competed in the given year, paginated in groups of 500.", "method": "get", "endpoint": "teams/:year/:page_num", "responses": [ { "uuid": "b489d993-1468-445c-97fa-3c83667117da", "body": "[\n {\n \"address\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"gmaps_place_id\": \"\",\n \"gmaps_url\": \"\",\n \"home_championship\": {},\n \"key\": \"\",\n \"lat\": {{faker 'number.float'}},\n \"lng\": {{faker 'number.float'}},\n \"location_name\": \"\",\n \"motto\": \"\",\n \"name\": \"\",\n \"nickname\": \"\",\n \"postal_code\": \"\",\n \"rookie_year\": {{faker 'number.int' max=99999}},\n \"school_name\": \"\",\n \"state_prov\": \"\",\n \"team_number\": {{faker 'number.int' max=99999}},\n \"website\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "7f2a41fd-0e98-4881-b200-ff484fb2b4e9", "body": "", "latency": 0, "statusCode": 304, "label": "Not Modified - Use Local Cached Value", "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": "f4d8db49-6a43-4747-8832-535634b6708c", "body": "", "latency": 0, "statusCode": 401, "label": "", "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": "ff897cc5-a658-4179-bdac-38713591c5b8", "documentation": "Gets a list Team Keys that competed in the given year, paginated in groups of 500.", "method": "get", "endpoint": "teams/:year/:page_num/keys", "responses": [ { "uuid": "8def835a-47d2-427b-97b7-3c18f176ff62", "body": "[\n \"\"\n]", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d7f4b517-0f62-414c-9f6b-f520ed8b043c", "body": "", "latency": 0, "statusCode": 304, "label": "Not Modified - Use Local Cached Value", "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": "2b9f7a91-83b0-4a1c-b001-2ce8efcdc947", "body": "", "latency": 0, "statusCode": 401, "label": "", "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": "a1e577c2-d77d-422d-8438-8fa3323e2dee", "documentation": "Gets a list of short form `Team_Simple` objects that competed in the given year, paginated in groups of 500.", "method": "get", "endpoint": "teams/:year/:page_num/simple", "responses": [ { "uuid": "3104b70d-b4db-4b93-91ce-9a7fcc83060c", "body": "[\n {\n \"city\": \"\",\n \"country\": \"\",\n \"key\": \"\",\n \"name\": \"\",\n \"nickname\": \"\",\n \"state_prov\": \"\",\n \"team_number\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b4aac139-3d5b-4509-8088-db04c698f7ff", "body": "", "latency": 0, "statusCode": 304, "label": "Not Modified - Use Local Cached Value", "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": "caa7f9cc-43d3-4f8b-8dee-90417dd2f6ff", "body": "", "latency": 0, "statusCode": 401, "label": "", "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": "f0d4510e-7043-4ce1-980c-9a3473c11f51" }, { "type": "route", "uuid": "74497712-e37c-4449-a671-969385df960e" }, { "type": "route", "uuid": "068baa11-1d9c-443e-bdcd-9350669e2a2d" }, { "type": "route", "uuid": "ae6717c2-85da-45b8-856b-6efdc28325a3" }, { "type": "route", "uuid": "fd611acb-cc1b-44d3-ad7d-aea9145813b6" }, { "type": "route", "uuid": "5cf8e6c3-5df1-4b99-b329-bcb3b71aaf06" }, { "type": "route", "uuid": "33c12f24-797f-4241-9990-946923289fdd" }, { "type": "route", "uuid": "a3bfabbc-4264-44a5-b29a-8ee1477e0625" }, { "type": "route", "uuid": "4ea7da1a-4567-4e99-afed-3ca8c9310fcf" }, { "type": "route", "uuid": "374f4640-3233-4dfd-acbf-634188153be6" }, { "type": "route", "uuid": "648d65d3-0512-4904-8d82-9047674bda37" }, { "type": "route", "uuid": "b877496a-4721-462d-8432-59512bb00473" }, { "type": "route", "uuid": "2c28ecca-97aa-40c0-9a6b-5cf96a57beb8" }, { "type": "route", "uuid": "10b09d78-6a3b-42f2-bc84-8d8a4d181827" }, { "type": "route", "uuid": "14a4d6d6-bda7-4b9a-9c4d-5a7807783158" }, { "type": "route", "uuid": "e0ac5c5b-eed1-4d2c-bde9-f2093c8d65ba" }, { "type": "route", "uuid": "dad983aa-d3f4-44c9-aae9-49d902f33582" }, { "type": "route", "uuid": "071c4c4f-dcdf-448f-b054-e5ecb3a27898" }, { "type": "route", "uuid": "5c819aaa-1a7a-44c5-8a90-7f6b14c4712a" }, { "type": "route", "uuid": "f0d247f2-4451-429b-8536-595efb3327c4" }, { "type": "route", "uuid": "1e1ba3e6-2664-4643-a206-c884c5d28b32" }, { "type": "route", "uuid": "faa9cd01-1bdc-44fd-a2e3-0de0e6dfd742" }, { "type": "route", "uuid": "d321b37b-0d8e-4eaa-b823-4b62c09f18a2" }, { "type": "route", "uuid": "d9f8b817-0bcc-4584-b969-b60f1341f2e4" }, { "type": "route", "uuid": "142fd510-44cf-4935-a538-2fed8f6a837a" }, { "type": "route", "uuid": "e9694d02-bcab-40ee-bdca-c65c15b2f986" }, { "type": "route", "uuid": "59579457-3887-4a92-8023-958a2fb02b2b" }, { "type": "route", "uuid": "5984ea4a-0bd6-4d65-9aa2-0e98e47ddf66" }, { "type": "route", "uuid": "7174ab4c-355b-4346-b439-fdaf287339b0" }, { "type": "route", "uuid": "52471cb2-8712-4059-bdba-8e8e564ca3c5" }, { "type": "route", "uuid": "0607731f-5370-4372-b2c4-2ec3bd77b894" }, { "type": "route", "uuid": "7b338adb-44c5-4639-8e24-a0afd8dd0da5" }, { "type": "route", "uuid": "1846b82f-1ddc-402c-8d34-01807a912ed9" }, { "type": "route", "uuid": "bb1816d9-4f3d-49e4-8921-ed9e497e53e5" }, { "type": "route", "uuid": "91ef2378-4c60-4d0a-abd6-5dfe0cf48f59" }, { "type": "route", "uuid": "51950151-060b-48af-87c9-53df8fd1ba08" }, { "type": "route", "uuid": "688aa231-1576-4185-b33b-48f121bc77e5" }, { "type": "route", "uuid": "05341e3d-2910-47a6-aafd-51a0d81ab57e" }, { "type": "route", "uuid": "8d644262-8739-4a86-b03d-f0f95dba9614" }, { "type": "route", "uuid": "854ab81a-de14-461a-b0be-9cdbd42b4961" }, { "type": "route", "uuid": "86573f48-6e12-406c-8a46-9646069d8a55" }, { "type": "route", "uuid": "177dc600-5971-4619-9b9c-c2908c7114fb" }, { "type": "route", "uuid": "93990ca7-4c4f-4325-8d1a-c65c8c181d87" }, { "type": "route", "uuid": "25d6f6fb-58f5-4b27-a697-5c6b204cca3a" }, { "type": "route", "uuid": "2e3942a1-49ce-4465-8e52-0028ec67a7a6" }, { "type": "route", "uuid": "80bece4e-c4f0-45bc-8c59-0c74eaf8facd" }, { "type": "route", "uuid": "5c87bee2-3784-45e8-95a7-a47345d785fa" }, { "type": "route", "uuid": "013522de-0c06-4135-8ab6-f3906b734435" }, { "type": "route", "uuid": "55104ee6-bf68-4796-97c7-67ceffa79a41" }, { "type": "route", "uuid": "559897a5-6365-433e-a7fc-324f366dbb1a" }, { "type": "route", "uuid": "e972cbd5-1d70-41b5-b70e-753946b65659" }, { "type": "route", "uuid": "e25e02d8-fe83-4ab0-b5b6-32271f7b209c" }, { "type": "route", "uuid": "a896d479-b4b3-46f5-88d2-836bb3fb03f0" }, { "type": "route", "uuid": "8f437175-1ae3-4d49-856a-4ae316031146" }, { "type": "route", "uuid": "16b2326d-c68b-4343-897c-bfb21fd25dba" }, { "type": "route", "uuid": "f3cc1f40-2069-4288-860b-fcaeb3e2951a" }, { "type": "route", "uuid": "844091d8-b94c-4479-9337-d7877b17276a" }, { "type": "route", "uuid": "a1bf2fbe-c27d-4316-9a83-856980d32194" }, { "type": "route", "uuid": "b1cfce3f-81c7-49b2-a6ef-f30c7f774a61" }, { "type": "route", "uuid": "a6761875-6f34-43d2-a176-1961269455ab" }, { "type": "route", "uuid": "5f2a2318-b475-46a4-8194-f83122ef54b6" }, { "type": "route", "uuid": "2449d024-4300-4fad-bd17-5a5e11335368" }, { "type": "route", "uuid": "4b9ce094-87c4-40ff-a4ce-db8d70e4c8ab" }, { "type": "route", "uuid": "ff897cc5-a658-4179-bdac-38713591c5b8" }, { "type": "route", "uuid": "a1e577c2-d77d-422d-8438-8fa3323e2dee" } ] }