{
"collection": {
"version": "3.822.1",
"href": "https://api.teamsnap.com/v3/events",
"rel": "events",
"template": {
"data": [
{
"name": "type",
"value": "event"
},
{
"name": "additional_location_details",
"value": null
},
{
"name": "browser_time_zone",
"value": null
},
{
"name": "division_location_id",
"value": null
},
{
"name": "doesnt_count_towards_record",
"value": null
},
{
"name": "duration_in_minutes",
"value": null
},
{
"name": "game_type_code",
"value": null
},
{
"name": "icon_color",
"value": null
},
{
"name": "is_canceled",
"value": null
},
{
"name": "is_game",
"value": null
},
{
"name": "is_overtime",
"value": null
},
{
"name": "is_shootout",
"value": null
},
{
"name": "is_tbd",
"value": null
},
{
"name": "label",
"value": null
},
{
"name": "location_id",
"value": null
},
{
"name": "minutes_to_arrive_early",
"value": null
},
{
"name": "name",
"value": null
},
{
"name": "notes",
"value": null
},
{
"name": "notify_opponent",
"value": null
},
{
"name": "notify_opponent_contacts_email",
"value": null
},
{
"name": "notify_opponent_contacts_name",
"value": null
},
{
"name": "notify_opponent_notes",
"value": null
},
{
"name": "notify_team",
"value": null
},
{
"name": "notify_team_as_member_id",
"value": null
},
{
"name": "opponent_id",
"value": null
},
{
"name": "points_for_opponent",
"value": null
},
{
"name": "points_for_team",
"value": null
},
{
"name": "repeating_include",
"value": null,
"prompt": "When updating a repeating event, this is a required field. Values are: \"all\" - updates all events in this series, \"future\" - updates this event and all that occur after, \"none\" - only updates a single event."
},
{
"name": "repeating_type_code",
"value": null,
"prompt": "A code for the frequency of the repeated event, this is required with the \"repeating_include\" attribute when creating a repeating event. Valid values are: \"1\" - repeat an event daily, \"2\" - repeat an event weekly."
},
{
"name": "repeating_until",
"value": null,
"prompt": "A date when the repeating event should end, this is inclusive so an event will be created on this day if it falls before the next event specified by \"repeating_type_code\". This attribute is required with \"repeating_type_code\" when creating a repeating event."
},
{
"name": "results",
"value": null
},
{
"name": "results_url",
"value": null
},
{
"name": "shootout_points_for_opponent",
"value": null
},
{
"name": "shootout_points_for_team",
"value": null
},
{
"name": "start_date",
"value": null
},
{
"name": "team_id",
"value": null
},
{
"name": "time_zone",
"value": null
},
{
"name": "tracks_availability",
"value": null
},
{
"name": "uniform",
"value": null
}
]
},
"links": [
{
"rel": "assignments",
"href": "https://api.teamsnap.com/v3/assignments"
},
{
"rel": "availabilities",
"href": "https://api.teamsnap.com/v3/availabilities"
},
{
"rel": "division_location",
"href": "https://api.teamsnap.com/v3/division_locations"
},
{
"rel": "event_lineups",
"href": "https://api.teamsnap.com/v3/event_lineups"
},
{
"rel": "event_statistics",
"href": "https://api.teamsnap.com/v3/event_statistics"
},
{
"rel": "location",
"href": "https://api.teamsnap.com/v3/locations"
},
{
"rel": "opponent",
"href": "https://api.teamsnap.com/v3/opponents"
},
{
"rel": "statistic_data",
"href": "https://api.teamsnap.com/v3/statistic_data"
},
{
"rel": "team",
"href": "https://api.teamsnap.com/v3/teams"
},
{
"rel": "root",
"href": "https://api.teamsnap.com/v3/"
},
{
"rel": "self",
"href": "https://api.teamsnap.com/v3/events/search?started_after=2019-10-01T19:18&started_before=2019-11-30T23:59&team_id=6618318"
}
],
"queries": [
{
"rel": "search",
"sort": [
"start_date"
],
"href": "https://api.teamsnap.com/v3/events/search",
"data": [
{
"name": "team_id",
"value": null
},
{
"name": "user_id",
"value": null
},
{
"name": "location_id",
"value": null
},
{
"name": "opponent_id",
"value": null
},
{
"name": "started_after",
"value": null
},
{
"name": "started_before",
"value": null
},
{
"name": "repeating_uuid",
"value": null
},
{
"name": "id",
"value": null
},
{
"name": "is_game",
"value": null
},
{
"name": "updated_since",
"value": null
},
{
"name": "page_size",
"value": null,
"prompt": "The number of items to return for each page. Sending this parameter with the query will enable paging for the returned collection."
},
{
"name": "page_number",
"value": null,
"prompt": "The number of the page to be returned. This requires that paging be turned on by also providing the page_size parameter."
},
{
"name": "sort_start_date",
"value": null,
"prompt": "Sort the returned dataset based on the start_date field, valid values are 'asc' or 'desc'."
}
]
},
{
"rel": "search_games",
"href": "https://api.teamsnap.com/v3/events/search_games",
"data": [
{
"name": "team_id",
"value": null
},
{
"name": "page_size",
"value": null,
"prompt": "The number of items to return for each page. Sending this parameter with the query will enable paging for the returned collection."
},
{
"name": "page_number",
"value": null,
"prompt": "The number of the page to be returned. This requires that paging be turned on by also providing the page_size parameter."
}
]
},
{
"rel": "overview",
"href": "https://api.teamsnap.com/v3/events/overview",
"data": [
{
"name": "team_id",
"value": null
}
]
}
],
"commands": [
{
"rel": "send_availability_reminders",
"href": "https://api.teamsnap.com/v3/events/send_availability_reminders",
"prompt": "members_to_notify = [member_id, member_id]",
"data": [
{
"name": "id",
"value": null
},
{
"name": "members_to_notify",
"value": null
},
{
"name": "notify_team_as_member_id",
"value": null
}
]
},
{
"rel": "update_final_score",
"href": "https://api.teamsnap.com/v3/events/update_final_score",
"prompt": "Update the final score for an event",
"data": [
{
"name": "id",
"value": null
},
{
"name": "points_for_team",
"value": null
},
{
"name": "points_for_opponent",
"value": null
},
{
"name": "shootout_points_for_team",
"value": null
},
{
"name": "shootout_points_for_opponent",
"value": null
},
{
"name": "is_overtime",
"value": null
},
{
"name": "is_shootout",
"value": null
},
{
"name": "results",
"value": null
},
{
"name": "results_url",
"value": null
}
]
},
{
"rel": "bulk_create",
"href": "https://api.teamsnap.com/v3/events/bulk_create",
"prompt": "event_ids = [event_id, event_id]",
"data": [
{
"name": "templates",
"value": null
},
{
"name": "team_id",
"value": null
},
{
"name": "notify_team_as_member_id",
"value": null
},
{
"name": "notify_team",
"value": null
}
]
}
],
"items": [
{
"href": "https://api.teamsnap.com/v3/events/214289105",
"data": [
{
"name": "id",
"value": 214289105,
"type": "String"
},
{
"name": "type",
"value": "event",
"type": "String"
},
{
"name": "additional_location_details",
"value": null,
"type": "String"
},
{
"name": "arrival_date",
"value": "2019-11-02T08:59:00Z",
"type": "DateTime"
},
{
"name": "division_location_id",
"value": 51513368,
"type": "String"
},
{
"name": "doesnt_count_towards_record",
"value": false,
"type": "Boolean"
},
{
"name": "duration_in_minutes",
"value": 0,
"type": "Integer"
},
{
"name": "end_date",
"value": null,
"type": "DateTime"
},
{
"name": "formatted_results",
"value": null,
"type": "String"
},
{
"name": "game_type",
"value": "Not Specified",
"type": "String"
},
{
"name": "game_type_code",
"value": 0,
"type": "Integer"
},
{
"name": "icon_color",
"value": "blue",
"type": "String"
},
{
"name": "is_canceled",
"value": false,
"type": "Boolean"
},
{
"name": "is_game",
"value": false,
"type": "Boolean"
},
{
"name": "is_overtime",
"value": false,
"type": "Boolean"
},
{
"name": "is_shootout",
"value": false,
"type": "Boolean"
},
{
"name": "is_tbd",
"value": false,
"type": "Boolean"
},
{
"name": "label",
"value": null,
"type": "String"
},
{
"name": "location_id",
"value": null,
"type": "String"
},
{
"name": "minutes_to_arrive_early",
"value": 0,
"type": "Integer"
},
{
"name": "name",
"value": "4:59am",
"type": "String"
},
{
"name": "notes",
"value": null,
"type": "String"
},
{
"name": "opponent_id",
"value": null,
"type": "String"
},
{
"name": "points_for_opponent",
"value": null,
"type": "Integer"
},
{
"name": "points_for_team",
"value": null,
"type": "Integer"
},
{
"name": "repeating_type",
"value": null,
"type": "String"
},
{
"name": "repeating_type_code",
"value": null,
"type": "Integer"
},
{
"name": "repeating_uuid",
"value": null,
"type": "String"
},
{
"name": "results",
"value": null,
"type": "String"
},
{
"name": "results_url",
"value": null,
"type": "String"
},
{
"name": "shootout_points_for_opponent",
"value": null,
"type": "Integer"
},
{
"name": "shootout_points_for_team",
"value": null,
"type": "Integer"
},
{
"name": "start_date",
"value": "2019-11-02T08:59:00Z",
"type": "DateTime"
},
{
"name": "team_id",
"value": 6618318,
"type": "String"
},
{
"name": "time_zone",
"value": "Eastern Time (US & Canada)",
"type": "String"
},
{
"name": "time_zone_description",
"value": "Eastern Time (US & Canada)",
"type": "String"
},
{
"name": "time_zone_iana_name",
"value": "America/New_York",
"type": "String"
},
{
"name": "time_zone_offset",
"value": "-05:00",
"type": "String"
},
{
"name": "source_time_zone_iana_name",
"value": "America/New_York",
"type": "String"
},
{
"name": "tracks_availability",
"value": true,
"type": "Boolean"
},
{
"name": "uniform",
"value": null,
"type": "String"
},
{
"name": "is_league_controlled",
"value": true,
"type": "Boolean"
},
{
"name": "opponent_name",
"value": null,
"type": "String"
},
{
"name": "location_name",
"value": "Field #1",
"type": "String"
},
{
"name": "formatted_title",
"value": "4:59am",
"type": "String"
},
{
"name": "formatted_title_for_multi_team",
"value": "#Khufu 4:59am",
"type": "String"
},
{
"name": "created_at",
"value": "2019-09-30T16:53:31Z",
"type": "DateTime"
},
{
"name": "updated_at",
"value": "2019-09-30T16:53:31Z",
"type": "DateTime"
}
],
"links": [
{
"rel": "assignments",
"href": "https://api.teamsnap.com/v3/assignments/search?event_id=214289105"
},
{
"rel": "availabilities",
"href": "https://api.teamsnap.com/v3/availabilities/search?event_id=214289105"
},
{
"rel": "calendar_single_event",
"href": "http://ical-cdn.teamsnap.com/team_schedule/event/214289105.ics"
},
{
"rel": "division_location",
"href": "https://api.teamsnap.com/v3/division_locations/51513368"
},
{
"rel": "event_lineups",
"href": "https://api.teamsnap.com/v3/event_lineups/search?event_id=214289105"
},
{
"rel": "event_statistics",
"href": "https://api.teamsnap.com/v3/event_statistics/search?event_id=214289105"
},
{
"rel": "location",
"href": "https://api.teamsnap.com/v3/locations/"
},
{
"rel": "statistic_data",
"href": "https://api.teamsnap.com/v3/statistic_data/search?event_id=214289105"
},
{
"rel": "team",
"href": "https://api.teamsnap.com/v3/teams/6618318"
}
],
"rel": "event-214289105"
},
{
"href": "https://api.teamsnap.com/v3/events/214288733",
"data": [
{
"name": "id",
"value": 214288733,
"type": "String"
},
{
"name": "type",
"value": "event",
"type": "String"
},
{
"name": "additional_location_details",
"value": null,
"type": "String"
},
{
"name": "arrival_date",
"value": "2019-11-03T09:00:00Z",
"type": "DateTime"
},
{
"name": "division_location_id",
"value": 51513368,
"type": "String"
},
{
"name": "doesnt_count_towards_record",
"value": false,
"type": "Boolean"
},
{
"name": "duration_in_minutes",
"value": 0,
"type": "Integer"
},
{
"name": "end_date",
"value": null,
"type": "DateTime"
},
{
"name": "formatted_results",
"value": null,
"type": "String"
},
{
"name": "game_type",
"value": "Not Specified",
"type": "String"
},
{
"name": "game_type_code",
"value": 0,
"type": "Integer"
},
{
"name": "icon_color",
"value": "blue",
"type": "String"
},
{
"name": "is_canceled",
"value": false,
"type": "Boolean"
},
{
"name": "is_game",
"value": false,
"type": "Boolean"
},
{
"name": "is_overtime",
"value": false,
"type": "Boolean"
},
{
"name": "is_shootout",
"value": false,
"type": "Boolean"
},
{
"name": "is_tbd",
"value": false,
"type": "Boolean"
},
{
"name": "label",
"value": null,
"type": "String"
},
{
"name": "location_id",
"value": null,
"type": "String"
},
{
"name": "minutes_to_arrive_early",
"value": 0,
"type": "Integer"
},
{
"name": "name",
"value": "5am",
"type": "String"
},
{
"name": "notes",
"value": null,
"type": "String"
},
{
"name": "opponent_id",
"value": null,
"type": "String"
},
{
"name": "points_for_opponent",
"value": null,
"type": "Integer"
},
{
"name": "points_for_team",
"value": null,
"type": "Integer"
},
{
"name": "repeating_type",
"value": null,
"type": "String"
},
{
"name": "repeating_type_code",
"value": null,
"type": "Integer"
},
{
"name": "repeating_uuid",
"value": null,
"type": "String"
},
{
"name": "results",
"value": null,
"type": "String"
},
{
"name": "results_url",
"value": null,
"type": "String"
},
{
"name": "shootout_points_for_opponent",
"value": null,
"type": "Integer"
},
{
"name": "shootout_points_for_team",
"value": null,
"type": "Integer"
},
{
"name": "start_date",
"value": "2019-11-03T09:00:00Z",
"type": "DateTime"
},
{
"name": "team_id",
"value": 6618318,
"type": "String"
},
{
"name": "time_zone",
"value": "Eastern Time (US & Canada)",
"type": "String"
},
{
"name": "time_zone_description",
"value": "Eastern Time (US & Canada)",
"type": "String"
},
{
"name": "time_zone_iana_name",
"value": "America/New_York",
"type": "String"
},
{
"name": "time_zone_offset",
"value": "-05:00",
"type": "String"
},
{
"name": "source_time_zone_iana_name",
"value": "America/New_York",
"type": "String"
},
{
"name": "tracks_availability",
"value": true,
"type": "Boolean"
},
{
"name": "uniform",
"value": null,
"type": "String"
},
{
"name": "is_league_controlled",
"value": true,
"type": "Boolean"
},
{
"name": "opponent_name",
"value": null,
"type": "String"
},
{
"name": "location_name",
"value": "Field #1",
"type": "String"
},
{
"name": "formatted_title",
"value": "5am",
"type": "String"
},
{
"name": "formatted_title_for_multi_team",
"value": "#Khufu 5am",
"type": "String"
},
{
"name": "created_at",
"value": "2019-09-30T16:50:53Z",
"type": "DateTime"
},
{
"name": "updated_at",
"value": "2019-09-30T16:52:06Z",
"type": "DateTime"
}
],
"links": [
{
"rel": "assignments",
"href": "https://api.teamsnap.com/v3/assignments/search?event_id=214288733"
},
{
"rel": "availabilities",
"href": "https://api.teamsnap.com/v3/availabilities/search?event_id=214288733"
},
{
"rel": "calendar_single_event",
"href": "http://ical-cdn.teamsnap.com/team_schedule/event/214288733.ics"
},
{
"rel": "division_location",
"href": "https://api.teamsnap.com/v3/division_locations/51513368"
},
{
"rel": "event_lineups",
"href": "https://api.teamsnap.com/v3/event_lineups/search?event_id=214288733"
},
{
"rel": "event_statistics",
"href": "https://api.teamsnap.com/v3/event_statistics/search?event_id=214288733"
},
{
"rel": "location",
"href": "https://api.teamsnap.com/v3/locations/"
},
{
"rel": "statistic_data",
"href": "https://api.teamsnap.com/v3/statistic_data/search?event_id=214288733"
},
{
"rel": "team",
"href": "https://api.teamsnap.com/v3/teams/6618318"
}
],
"rel": "event-214288733"
},
{
"href": "https://api.teamsnap.com/v3/events/214289197",
"data": [
{
"name": "id",
"value": 214289197,
"type": "String"
},
{
"name": "type",
"value": "event",
"type": "String"
},
{
"name": "additional_location_details",
"value": null,
"type": "String"
},
{
"name": "arrival_date",
"value": "2019-11-03T09:01:00Z",
"type": "DateTime"
},
{
"name": "division_location_id",
"value": 51513368,
"type": "String"
},
{
"name": "doesnt_count_towards_record",
"value": false,
"type": "Boolean"
},
{
"name": "duration_in_minutes",
"value": 0,
"type": "Integer"
},
{
"name": "end_date",
"value": null,
"type": "DateTime"
},
{
"name": "formatted_results",
"value": null,
"type": "String"
},
{
"name": "game_type",
"value": "Not Specified",
"type": "String"
},
{
"name": "game_type_code",
"value": 0,
"type": "Integer"
},
{
"name": "icon_color",
"value": "blue",
"type": "String"
},
{
"name": "is_canceled",
"value": false,
"type": "Boolean"
},
{
"name": "is_game",
"value": false,
"type": "Boolean"
},
{
"name": "is_overtime",
"value": false,
"type": "Boolean"
},
{
"name": "is_shootout",
"value": false,
"type": "Boolean"
},
{
"name": "is_tbd",
"value": false,
"type": "Boolean"
},
{
"name": "label",
"value": null,
"type": "String"
},
{
"name": "location_id",
"value": null,
"type": "String"
},
{
"name": "minutes_to_arrive_early",
"value": 0,
"type": "Integer"
},
{
"name": "name",
"value": "5:01am",
"type": "String"
},
{
"name": "notes",
"value": null,
"type": "String"
},
{
"name": "opponent_id",
"value": null,
"type": "String"
},
{
"name": "points_for_opponent",
"value": null,
"type": "Integer"
},
{
"name": "points_for_team",
"value": null,
"type": "Integer"
},
{
"name": "repeating_type",
"value": null,
"type": "String"
},
{
"name": "repeating_type_code",
"value": null,
"type": "Integer"
},
{
"name": "repeating_uuid",
"value": null,
"type": "String"
},
{
"name": "results",
"value": null,
"type": "String"
},
{
"name": "results_url",
"value": null,
"type": "String"
},
{
"name": "shootout_points_for_opponent",
"value": null,
"type": "Integer"
},
{
"name": "shootout_points_for_team",
"value": null,
"type": "Integer"
},
{
"name": "start_date",
"value": "2019-11-03T09:01:00Z",
"type": "DateTime"
},
{
"name": "team_id",
"value": 6618318,
"type": "String"
},
{
"name": "time_zone",
"value": "Eastern Time (US & Canada)",
"type": "String"
},
{
"name": "time_zone_description",
"value": "Eastern Time (US & Canada)",
"type": "String"
},
{
"name": "time_zone_iana_name",
"value": "America/New_York",
"type": "String"
},
{
"name": "time_zone_offset",
"value": "-05:00",
"type": "String"
},
{
"name": "source_time_zone_iana_name",
"value": "America/New_York",
"type": "String"
},
{
"name": "tracks_availability",
"value": true,
"type": "Boolean"
},
{
"name": "uniform",
"value": null,
"type": "String"
},
{
"name": "is_league_controlled",
"value": true,
"type": "Boolean"
},
{
"name": "opponent_name",
"value": null,
"type": "String"
},
{
"name": "location_name",
"value": "Field #1",
"type": "String"
},
{
"name": "formatted_title",
"value": "5:01am",
"type": "String"
},
{
"name": "formatted_title_for_multi_team",
"value": "#Khufu 5:01am",
"type": "String"
},
{
"name": "created_at",
"value": "2019-09-30T16:53:52Z",
"type": "DateTime"
},
{
"name": "updated_at",
"value": "2019-09-30T16:53:52Z",
"type": "DateTime"
}
],
"links": [
{
"rel": "assignments",
"href": "https://api.teamsnap.com/v3/assignments/search?event_id=214289197"
},
{
"rel": "availabilities",
"href": "https://api.teamsnap.com/v3/availabilities/search?event_id=214289197"
},
{
"rel": "calendar_single_event",
"href": "http://ical-cdn.teamsnap.com/team_schedule/event/214289197.ics"
},
{
"rel": "division_location",
"href": "https://api.teamsnap.com/v3/division_locations/51513368"
},
{
"rel": "event_lineups",
"href": "https://api.teamsnap.com/v3/event_lineups/search?event_id=214289197"
},
{
"rel": "event_statistics",
"href": "https://api.teamsnap.com/v3/event_statistics/search?event_id=214289197"
},
{
"rel": "location",
"href": "https://api.teamsnap.com/v3/locations/"
},
{
"rel": "statistic_data",
"href": "https://api.teamsnap.com/v3/statistic_data/search?event_id=214289197"
},
{
"rel": "team",
"href": "https://api.teamsnap.com/v3/teams/6618318"
}
],
"rel": "event-214289197"
},
{
"href": "https://api.teamsnap.com/v3/events/214289282",
"data": [
{
"name": "id",
"value": 214289282,
"type": "String"
},
{
"name": "type",
"value": "event",
"type": "String"
},
{
"name": "additional_location_details",
"value": null,
"type": "String"
},
{
"name": "arrival_date",
"value": "2019-11-03T09:59:00Z",
"type": "DateTime"
},
{
"name": "division_location_id",
"value": 51513368,
"type": "String"
},
{
"name": "doesnt_count_towards_record",
"value": false,
"type": "Boolean"
},
{
"name": "duration_in_minutes",
"value": 0,
"type": "Integer"
},
{
"name": "end_date",
"value": null,
"type": "DateTime"
},
{
"name": "formatted_results",
"value": null,
"type": "String"
},
{
"name": "game_type",
"value": "Not Specified",
"type": "String"
},
{
"name": "game_type_code",
"value": 0,
"type": "Integer"
},
{
"name": "icon_color",
"value": "blue",
"type": "String"
},
{
"name": "is_canceled",
"value": false,
"type": "Boolean"
},
{
"name": "is_game",
"value": false,
"type": "Boolean"
},
{
"name": "is_overtime",
"value": false,
"type": "Boolean"
},
{
"name": "is_shootout",
"value": false,
"type": "Boolean"
},
{
"name": "is_tbd",
"value": false,
"type": "Boolean"
},
{
"name": "label",
"value": null,
"type": "String"
},
{
"name": "location_id",
"value": null,
"type": "String"
},
{
"name": "minutes_to_arrive_early",
"value": 0,
"type": "Integer"
},
{
"name": "name",
"value": "5:59am",
"type": "String"
},
{
"name": "notes",
"value": null,
"type": "String"
},
{
"name": "opponent_id",
"value": null,
"type": "String"
},
{
"name": "points_for_opponent",
"value": null,
"type": "Integer"
},
{
"name": "points_for_team",
"value": null,
"type": "Integer"
},
{
"name": "repeating_type",
"value": null,
"type": "String"
},
{
"name": "repeating_type_code",
"value": null,
"type": "Integer"
},
{
"name": "repeating_uuid",
"value": null,
"type": "String"
},
{
"name": "results",
"value": null,
"type": "String"
},
{
"name": "results_url",
"value": null,
"type": "String"
},
{
"name": "shootout_points_for_opponent",
"value": null,
"type": "Integer"
},
{
"name": "shootout_points_for_team",
"value": null,
"type": "Integer"
},
{
"name": "start_date",
"value": "2019-11-03T09:59:00Z",
"type": "DateTime"
},
{
"name": "team_id",
"value": 6618318,
"type": "String"
},
{
"name": "time_zone",
"value": "Eastern Time (US & Canada)",
"type": "String"
},
{
"name": "time_zone_description",
"value": "Eastern Time (US & Canada)",
"type": "String"
},
{
"name": "time_zone_iana_name",
"value": "America/New_York",
"type": "String"
},
{
"name": "time_zone_offset",
"value": "-05:00",
"type": "String"
},
{
"name": "source_time_zone_iana_name",
"value": "America/New_York",
"type": "String"
},
{
"name": "tracks_availability",
"value": true,
"type": "Boolean"
},
{
"name": "uniform",
"value": null,
"type": "String"
},
{
"name": "is_league_controlled",
"value": true,
"type": "Boolean"
},
{
"name": "opponent_name",
"value": null,
"type": "String"
},
{
"name": "location_name",
"value": "Field #1",
"type": "String"
},
{
"name": "formatted_title",
"value": "5:59am",
"type": "String"
},
{
"name": "formatted_title_for_multi_team",
"value": "#Khufu 5:59am",
"type": "String"
},
{
"name": "created_at",
"value": "2019-09-30T16:54:16Z",
"type": "DateTime"
},
{
"name": "updated_at",
"value": "2019-09-30T16:54:16Z",
"type": "DateTime"
}
],
"links": [
{
"rel": "assignments",
"href": "https://api.teamsnap.com/v3/assignments/search?event_id=214289282"
},
{
"rel": "availabilities",
"href": "https://api.teamsnap.com/v3/availabilities/search?event_id=214289282"
},
{
"rel": "calendar_single_event",
"href": "http://ical-cdn.teamsnap.com/team_schedule/event/214289282.ics"
},
{
"rel": "division_location",
"href": "https://api.teamsnap.com/v3/division_locations/51513368"
},
{
"rel": "event_lineups",
"href": "https://api.teamsnap.com/v3/event_lineups/search?event_id=214289282"
},
{
"rel": "event_statistics",
"href": "https://api.teamsnap.com/v3/event_statistics/search?event_id=214289282"
},
{
"rel": "location",
"href": "https://api.teamsnap.com/v3/locations/"
},
{
"rel": "statistic_data",
"href": "https://api.teamsnap.com/v3/statistic_data/search?event_id=214289282"
},
{
"rel": "team",
"href": "https://api.teamsnap.com/v3/teams/6618318"
}
],
"rel": "event-214289282"
},
{
"href": "https://api.teamsnap.com/v3/events/214296536",
"data": [
{
"name": "id",
"value": 214296536,
"type": "String"
},
{
"name": "type",
"value": "event",
"type": "String"
},
{
"name": "additional_location_details",
"value": null,
"type": "String"
},
{
"name": "arrival_date",
"value": "2019-11-03T10:00:10Z",
"type": "DateTime"
},
{
"name": "division_location_id",
"value": 51513368,
"type": "String"
},
{
"name": "doesnt_count_towards_record",
"value": false,
"type": "Boolean"
},
{
"name": "duration_in_minutes",
"value": 0,
"type": "Integer"
},
{
"name": "end_date",
"value": null,
"type": "DateTime"
},
{
"name": "formatted_results",
"value": null,
"type": "String"
},
{
"name": "game_type",
"value": "Not Specified",
"type": "String"
},
{
"name": "game_type_code",
"value": 0,
"type": "Integer"
},
{
"name": "icon_color",
"value": "blue",
"type": "String"
},
{
"name": "is_canceled",
"value": false,
"type": "Boolean"
},
{
"name": "is_game",
"value": false,
"type": "Boolean"
},
{
"name": "is_overtime",
"value": false,
"type": "Boolean"
},
{
"name": "is_shootout",
"value": false,
"type": "Boolean"
},
{
"name": "is_tbd",
"value": false,
"type": "Boolean"
},
{
"name": "label",
"value": null,
"type": "String"
},
{
"name": "location_id",
"value": null,
"type": "String"
},
{
"name": "minutes_to_arrive_early",
"value": 0,
"type": "Integer"
},
{
"name": "name",
"value": "Test mobile 4",
"type": "String"
},
{
"name": "notes",
"value": null,
"type": "String"
},
{
"name": "opponent_id",
"value": null,
"type": "String"
},
{
"name": "points_for_opponent",
"value": null,
"type": "Integer"
},
{
"name": "points_for_team",
"value": null,
"type": "Integer"
},
{
"name": "repeating_type",
"value": null,
"type": "String"
},
{
"name": "repeating_type_code",
"value": null,
"type": "Integer"
},
{
"name": "repeating_uuid",
"value": null,
"type": "String"
},
{
"name": "results",
"value": null,
"type": "String"
},
{
"name": "results_url",
"value": null,
"type": "String"
},
{
"name": "shootout_points_for_opponent",
"value": null,
"type": "Integer"
},
{
"name": "shootout_points_for_team",
"value": null,
"type": "Integer"
},
{
"name": "start_date",
"value": "2019-11-03T10:00:10Z",
"type": "DateTime"
},
{
"name": "team_id",
"value": 6618318,
"type": "String"
},
{
"name": "time_zone",
"value": "Central Time (US & Canada)",
"type": "String"
},
{
"name": "time_zone_description",
"value": "Central Time (US & Canada)",
"type": "String"
},
{
"name": "time_zone_iana_name",
"value": "America/Chicago",
"type": "String"
},
{
"name": "time_zone_offset",
"value": "-06:00",
"type": "String"
},
{
"name": "source_time_zone_iana_name",
"value": "America/Chicago",
"type": "String"
},
{
"name": "tracks_availability",
"value": true,
"type": "Boolean"
},
{
"name": "uniform",
"value": null,
"type": "String"
},
{
"name": "is_league_controlled",
"value": false,
"type": "Boolean"
},
{
"name": "opponent_name",
"value": null,
"type": "String"
},
{
"name": "location_name",
"value": "Field #1",
"type": "String"
},
{
"name": "formatted_title",
"value": "Test mobile 4",
"type": "String"
},
{
"name": "formatted_title_for_multi_team",
"value": "#Khufu Test mobile 4",
"type": "String"
},
{
"name": "created_at",
"value": "2019-09-30T17:50:29Z",
"type": "DateTime"
},
{
"name": "updated_at",
"value": "2019-09-30T17:50:29Z",
"type": "DateTime"
}
],
"links": [
{
"rel": "assignments",
"href": "https://api.teamsnap.com/v3/assignments/search?event_id=214296536"
},
{
"rel": "availabilities",
"href": "https://api.teamsnap.com/v3/availabilities/search?event_id=214296536"
},
{
"rel": "calendar_single_event",
"href": "http://ical-cdn.teamsnap.com/team_schedule/event/214296536.ics"
},
{
"rel": "division_location",
"href": "https://api.teamsnap.com/v3/division_locations/51513368"
},
{
"rel": "event_lineups",
"href": "https://api.teamsnap.com/v3/event_lineups/search?event_id=214296536"
},
{
"rel": "event_statistics",
"href": "https://api.teamsnap.com/v3/event_statistics/search?event_id=214296536"
},
{
"rel": "location",
"href": "https://api.teamsnap.com/v3/locations/"
},
{
"rel": "statistic_data",
"href": "https://api.teamsnap.com/v3/statistic_data/search?event_id=214296536"
},
{
"rel": "team",
"href": "https://api.teamsnap.com/v3/teams/6618318"
}
],
"rel": "event-214296536"
},
{
"href": "https://api.teamsnap.com/v3/events/214288701",
"data": [
{
"name": "id",
"value": 214288701,
"type": "String"
},
{
"name": "type",
"value": "event",
"type": "String"
},
{
"name": "additional_location_details",
"value": null,
"type": "String"
},
{
"name": "arrival_date",
"value": "2019-11-03T11:00:00Z",
"type": "DateTime"
},
{
"name": "division_location_id",
"value": 51513368,
"type": "String"
},
{
"name": "doesnt_count_towards_record",
"value": false,
"type": "Boolean"
},
{
"name": "duration_in_minutes",
"value": 0,
"type": "Integer"
},
{
"name": "end_date",
"value": null,
"type": "DateTime"
},
{
"name": "formatted_results",
"value": null,
"type": "String"
},
{
"name": "game_type",
"value": "Not Specified",
"type": "String"
},
{
"name": "game_type_code",
"value": 0,
"type": "Integer"
},
{
"name": "icon_color",
"value": "blue",
"type": "String"
},
{
"name": "is_canceled",
"value": false,
"type": "Boolean"
},
{
"name": "is_game",
"value": false,
"type": "Boolean"
},
{
"name": "is_overtime",
"value": false,
"type": "Boolean"
},
{
"name": "is_shootout",
"value": false,
"type": "Boolean"
},
{
"name": "is_tbd",
"value": false,
"type": "Boolean"
},
{
"name": "label",
"value": null,
"type": "String"
},
{
"name": "location_id",
"value": null,
"type": "String"
},
{
"name": "minutes_to_arrive_early",
"value": 0,
"type": "Integer"
},
{
"name": "name",
"value": "6am",
"type": "String"
},
{
"name": "notes",
"value": null,
"type": "String"
},
{
"name": "opponent_id",
"value": null,
"type": "String"
},
{
"name": "points_for_opponent",
"value": null,
"type": "Integer"
},
{
"name": "points_for_team",
"value": null,
"type": "Integer"
},
{
"name": "repeating_type",
"value": null,
"type": "String"
},
{
"name": "repeating_type_code",
"value": null,
"type": "Integer"
},
{
"name": "repeating_uuid",
"value": null,
"type": "String"
},
{
"name": "results",
"value": null,
"type": "String"
},
{
"name": "results_url",
"value": null,
"type": "String"
},
{
"name": "shootout_points_for_opponent",
"value": null,
"type": "Integer"
},
{
"name": "shootout_points_for_team",
"value": null,
"type": "Integer"
},
{
"name": "start_date",
"value": "2019-11-03T11:00:00Z",
"type": "DateTime"
},
{
"name": "team_id",
"value": 6618318,
"type": "String"
},
{
"name": "time_zone",
"value": "Eastern Time (US & Canada)",
"type": "String"
},
{
"name": "time_zone_description",
"value": "Eastern Time (US & Canada)",
"type": "String"
},
{
"name": "time_zone_iana_name",
"value": "America/New_York",
"type": "String"
},
{
"name": "time_zone_offset",
"value": "-05:00",
"type": "String"
},
{
"name": "source_time_zone_iana_name",
"value": "America/New_York",
"type": "String"
},
{
"name": "tracks_availability",
"value": true,
"type": "Boolean"
},
{
"name": "uniform",
"value": null,
"type": "String"
},
{
"name": "is_league_controlled",
"value": true,
"type": "Boolean"
},
{
"name": "opponent_name",
"value": null,
"type": "String"
},
{
"name": "location_name",
"value": "Field #1",
"type": "String"
},
{
"name": "formatted_title",
"value": "6am",
"type": "String"
},
{
"name": "formatted_title_for_multi_team",
"value": "#Khufu 6am",
"type": "String"
},
{
"name": "created_at",
"value": "2019-09-30T16:50:26Z",
"type": "DateTime"
},
{
"name": "updated_at",
"value": "2019-09-30T16:50:26Z",
"type": "DateTime"
}
],
"links": [
{
"rel": "assignments",
"href": "https://api.teamsnap.com/v3/assignments/search?event_id=214288701"
},
{
"rel": "availabilities",
"href": "https://api.teamsnap.com/v3/availabilities/search?event_id=214288701"
},
{
"rel": "calendar_single_event",
"href": "http://ical-cdn.teamsnap.com/team_schedule/event/214288701.ics"
},
{
"rel": "division_location",
"href": "https://api.teamsnap.com/v3/division_locations/51513368"
},
{
"rel": "event_lineups",
"href": "https://api.teamsnap.com/v3/event_lineups/search?event_id=214288701"
},
{
"rel": "event_statistics",
"href": "https://api.teamsnap.com/v3/event_statistics/search?event_id=214288701"
},
{
"rel": "location",
"href": "https://api.teamsnap.com/v3/locations/"
},
{
"rel": "statistic_data",
"href": "https://api.teamsnap.com/v3/statistic_data/search?event_id=214288701"
},
{
"rel": "team",
"href": "https://api.teamsnap.com/v3/teams/6618318"
}
],
"rel": "event-214288701"
},
{
"href": "https://api.teamsnap.com/v3/events/214296738",
"data": [
{
"name": "id",
"value": 214296738,
"type": "String"
},
{
"name": "type",
"value": "event",
"type": "String"
},
{
"name": "additional_location_details",
"value": "",
"type": "String"
},
{
"name": "arrival_date",
"value": "2019-11-03T11:00:00Z",
"type": "DateTime"
},
{
"name": "division_location_id",
"value": 51513368,
"type": "String"
},
{
"name": "doesnt_count_towards_record",
"value": false,
"type": "Boolean"
},
{
"name": "duration_in_minutes",
"value": 0,
"type": "Integer"
},
{
"name": "end_date",
"value": null,
"type": "DateTime"
},
{
"name": "formatted_results",
"value": null,
"type": "String"
},
{
"name": "game_type",
"value": "Not Specified",
"type": "String"
},
{
"name": "game_type_code",
"value": 0,
"type": "Integer"
},
{
"name": "icon_color",
"value": "blue",
"type": "String"
},
{
"name": "is_canceled",
"value": false,
"type": "Boolean"
},
{
"name": "is_game",
"value": false,
"type": "Boolean"
},
{
"name": "is_overtime",
"value": false,
"type": "Boolean"
},
{
"name": "is_shootout",
"value": false,
"type": "Boolean"
},
{
"name": "is_tbd",
"value": false,
"type": "Boolean"
},
{
"name": "label",
"value": "",
"type": "String"
},
{
"name": "location_id",
"value": null,
"type": "String"
},
{
"name": "minutes_to_arrive_early",
"value": 0,
"type": "Integer"
},
{
"name": "name",
"value": "Test Team Web 5am",
"type": "String"
},
{
"name": "notes",
"value": null,
"type": "String"
},
{
"name": "opponent_id",
"value": null,
"type": "String"
},
{
"name": "points_for_opponent",
"value": null,
"type": "Integer"
},
{
"name": "points_for_team",
"value": null,
"type": "Integer"
},
{
"name": "repeating_type",
"value": null,
"type": "String"
},
{
"name": "repeating_type_code",
"value": null,
"type": "Integer"
},
{
"name": "repeating_uuid",
"value": null,
"type": "String"
},
{
"name": "results",
"value": null,
"type": "String"
},
{
"name": "results_url",
"value": null,
"type": "String"
},
{
"name": "shootout_points_for_opponent",
"value": null,
"type": "Integer"
},
{
"name": "shootout_points_for_team",
"value": null,
"type": "Integer"
},
{
"name": "start_date",
"value": "2019-11-03T11:00:00Z",
"type": "DateTime"
},
{
"name": "team_id",
"value": 6618318,
"type": "String"
},
{
"name": "time_zone",
"value": "Central Time (US & Canada)",
"type": "String"
},
{
"name": "time_zone_description",
"value": "Central Time (US & Canada)",
"type": "String"
},
{
"name": "time_zone_iana_name",
"value": "America/Chicago",
"type": "String"
},
{
"name": "time_zone_offset",
"value": "-06:00",
"type": "String"
},
{
"name": "source_time_zone_iana_name",
"value": "America/Chicago",
"type": "String"
},
{
"name": "tracks_availability",
"value": true,
"type": "Boolean"
},
{
"name": "uniform",
"value": null,
"type": "String"
},
{
"name": "is_league_controlled",
"value": false,
"type": "Boolean"
},
{
"name": "opponent_name",
"value": null,
"type": "String"
},
{
"name": "location_name",
"value": "Field #1",
"type": "String"
},
{
"name": "formatted_title",
"value": "Test Team Web 5am",
"type": "String"
},
{
"name": "formatted_title_for_multi_team",
"value": "#Khufu Test Team Web 5am",
"type": "String"
},
{
"name": "created_at",
"value": "2019-09-30T17:52:17Z",
"type": "DateTime"
},
{
"name": "updated_at",
"value": "2019-09-30T17:52:17Z",
"type": "DateTime"
}
],
"links": [
{
"rel": "assignments",
"href": "https://api.teamsnap.com/v3/assignments/search?event_id=214296738"
},
{
"rel": "availabilities",
"href": "https://api.teamsnap.com/v3/availabilities/search?event_id=214296738"
},
{
"rel": "calendar_single_event",
"href": "http://ical-cdn.teamsnap.com/team_schedule/event/214296738.ics"
},
{
"rel": "division_location",
"href": "https://api.teamsnap.com/v3/division_locations/51513368"
},
{
"rel": "event_lineups",
"href": "https://api.teamsnap.com/v3/event_lineups/search?event_id=214296738"
},
{
"rel": "event_statistics",
"href": "https://api.teamsnap.com/v3/event_statistics/search?event_id=214296738"
},
{
"rel": "location",
"href": "https://api.teamsnap.com/v3/locations/"
},
{
"rel": "statistic_data",
"href": "https://api.teamsnap.com/v3/statistic_data/search?event_id=214296738"
},
{
"rel": "team",
"href": "https://api.teamsnap.com/v3/teams/6618318"
}
],
"rel": "event-214296738"
},
{
"href": "https://api.teamsnap.com/v3/events/214296174",
"data": [
{
"name": "id",
"value": 214296174,
"type": "String"
},
{
"name": "type",
"value": "event",
"type": "String"
},
{
"name": "additional_location_details",
"value": "",
"type": "String"
},
{
"name": "arrival_date",
"value": "2019-11-03T11:00:27Z",
"type": "DateTime"
},
{
"name": "division_location_id",
"value": 51513368,
"type": "String"
},
{
"name": "doesnt_count_towards_record",
"value": false,
"type": "Boolean"
},
{
"name": "duration_in_minutes",
"value": 60,
"type": "Integer"
},
{
"name": "end_date",
"value": "2019-11-03T12:00:27Z",
"type": "DateTime"
},
{
"name": "formatted_results",
"value": null,
"type": "String"
},
{
"name": "game_type",
"value": "Not Specified",
"type": "String"
},
{
"name": "game_type_code",
"value": 0,
"type": "Integer"
},
{
"name": "icon_color",
"value": "blue",
"type": "String"
},
{
"name": "is_canceled",
"value": false,
"type": "Boolean"
},
{
"name": "is_game",
"value": false,
"type": "Boolean"
},
{
"name": "is_overtime",
"value": false,
"type": "Boolean"
},
{
"name": "is_shootout",
"value": false,
"type": "Boolean"
},
{
"name": "is_tbd",
"value": false,
"type": "Boolean"
},
{
"name": "label",
"value": null,
"type": "String"
},
{
"name": "location_id",
"value": null,
"type": "String"
},
{
"name": "minutes_to_arrive_early",
"value": 0,
"type": "Integer"
},
{
"name": "name",
"value": "Test mobil",
"type": "String"
},
{
"name": "notes",
"value": null,
"type": "String"
},
{
"name": "opponent_id",
"value": null,
"type": "String"
},
{
"name": "points_for_opponent",
"value": null,
"type": "Integer"
},
{
"name": "points_for_team",
"value": null,
"type": "Integer"
},
{
"name": "repeating_type",
"value": null,
"type": "String"
},
{
"name": "repeating_type_code",
"value": null,
"type": "Integer"
},
{
"name": "repeating_uuid",
"value": null,
"type": "String"
},
{
"name": "results",
"value": null,
"type": "String"
},
{
"name": "results_url",
"value": null,
"type": "String"
},
{
"name": "shootout_points_for_opponent",
"value": null,
"type": "Integer"
},
{
"name": "shootout_points_for_team",
"value": null,
"type": "Integer"
},
{
"name": "start_date",
"value": "2019-11-03T11:00:27Z",
"type": "DateTime"
},
{
"name": "team_id",
"value": 6618318,
"type": "String"
},
{
"name": "time_zone",
"value": "Central Time (US & Canada)",
"type": "String"
},
{
"name": "time_zone_description",
"value": "Central Time (US & Canada)",
"type": "String"
},
{
"name": "time_zone_iana_name",
"value": "America/Chicago",
"type": "String"
},
{
"name": "time_zone_offset",
"value": "-06:00",
"type": "String"
},
{
"name": "source_time_zone_iana_name",
"value": "America/Chicago",
"type": "String"
},
{
"name": "tracks_availability",
"value": true,
"type": "Boolean"
},
{
"name": "uniform",
"value": null,
"type": "String"
},
{
"name": "is_league_controlled",
"value": false,
"type": "Boolean"
},
{
"name": "opponent_name",
"value": null,
"type": "String"
},
{
"name": "location_name",
"value": "Field #1",
"type": "String"
},
{
"name": "formatted_title",
"value": "Test mobil",
"type": "String"
},
{
"name": "formatted_title_for_multi_team",
"value": "#Khufu Test mobil",
"type": "String"
},
{
"name": "created_at",
"value": "2019-09-30T17:48:24Z",
"type": "DateTime"
},
{
"name": "updated_at",
"value": "2019-09-30T17:48:24Z",
"type": "DateTime"
}
],
"links": [
{
"rel": "assignments",
"href": "https://api.teamsnap.com/v3/assignments/search?event_id=214296174"
},
{
"rel": "availabilities",
"href": "https://api.teamsnap.com/v3/availabilities/search?event_id=214296174"
},
{
"rel": "calendar_single_event",
"href": "http://ical-cdn.teamsnap.com/team_schedule/event/214296174.ics"
},
{
"rel": "division_location",
"href": "https://api.teamsnap.com/v3/division_locations/51513368"
},
{
"rel": "event_lineups",
"href": "https://api.teamsnap.com/v3/event_lineups/search?event_id=214296174"
},
{
"rel": "event_statistics",
"href": "https://api.teamsnap.com/v3/event_statistics/search?event_id=214296174"
},
{
"rel": "location",
"href": "https://api.teamsnap.com/v3/locations/"
},
{
"rel": "statistic_data",
"href": "https://api.teamsnap.com/v3/statistic_data/search?event_id=214296174"
},
{
"rel": "team",
"href": "https://api.teamsnap.com/v3/teams/6618318"
}
],
"rel": "event-214296174"
},
{
"href": "https://api.teamsnap.com/v3/events/214288629",
"data": [
{
"name": "id",
"value": 214288629,
"type": "String"
},
{
"name": "type",
"value": "event",
"type": "String"
},
{
"name": "additional_location_details",
"value": null,
"type": "String"
},
{
"name": "arrival_date",
"value": "2019-11-03T12:00:00Z",
"type": "DateTime"
},
{
"name": "division_location_id",
"value": 51513368,
"type": "String"
},
{
"name": "doesnt_count_towards_record",
"value": false,
"type": "Boolean"
},
{
"name": "duration_in_minutes",
"value": 0,
"type": "Integer"
},
{
"name": "end_date",
"value": null,
"type": "DateTime"
},
{
"name": "formatted_results",
"value": null,
"type": "String"
},
{
"name": "game_type",
"value": "Not Specified",
"type": "String"
},
{
"name": "game_type_code",
"value": 0,
"type": "Integer"
},
{
"name": "icon_color",
"value": "blue",
"type": "String"
},
{
"name": "is_canceled",
"value": false,
"type": "Boolean"
},
{
"name": "is_game",
"value": false,
"type": "Boolean"
},
{
"name": "is_overtime",
"value": false,
"type": "Boolean"
},
{
"name": "is_shootout",
"value": false,
"type": "Boolean"
},
{
"name": "is_tbd",
"value": false,
"type": "Boolean"
},
{
"name": "label",
"value": null,
"type": "String"
},
{
"name": "location_id",
"value": null,
"type": "String"
},
{
"name": "minutes_to_arrive_early",
"value": 0,
"type": "Integer"
},
{
"name": "name",
"value": "7am",
"type": "String"
},
{
"name": "notes",
"value": null,
"type": "String"
},
{
"name": "opponent_id",
"value": null,
"type": "String"
},
{
"name": "points_for_opponent",
"value": null,
"type": "Integer"
},
{
"name": "points_for_team",
"value": null,
"type": "Integer"
},
{
"name": "repeating_type",
"value": null,
"type": "String"
},
{
"name": "repeating_type_code",
"value": null,
"type": "Integer"
},
{
"name": "repeating_uuid",
"value": null,
"type": "String"
},
{
"name": "results",
"value": null,
"type": "String"
},
{
"name": "results_url",
"value": null,
"type": "String"
},
{
"name": "shootout_points_for_opponent",
"value": null,
"type": "Integer"
},
{
"name": "shootout_points_for_team",
"value": null,
"type": "Integer"
},
{
"name": "start_date",
"value": "2019-11-03T12:00:00Z",
"type": "DateTime"
},
{
"name": "team_id",
"value": 6618318,
"type": "String"
},
{
"name": "time_zone",
"value": "Eastern Time (US & Canada)",
"type": "String"
},
{
"name": "time_zone_description",
"value": "Eastern Time (US & Canada)",
"type": "String"
},
{
"name": "time_zone_iana_name",
"value": "America/New_York",
"type": "String"
},
{
"name": "time_zone_offset",
"value": "-05:00",
"type": "String"
},
{
"name": "source_time_zone_iana_name",
"value": "America/New_York",
"type": "String"
},
{
"name": "tracks_availability",
"value": true,
"type": "Boolean"
},
{
"name": "uniform",
"value": null,
"type": "String"
},
{
"name": "is_league_controlled",
"value": true,
"type": "Boolean"
},
{
"name": "opponent_name",
"value": null,
"type": "String"
},
{
"name": "location_name",
"value": "Field #1",
"type": "String"
},
{
"name": "formatted_title",
"value": "7am",
"type": "String"
},
{
"name": "formatted_title_for_multi_team",
"value": "#Khufu 7am",
"type": "String"
},
{
"name": "created_at",
"value": "2019-09-30T16:50:00Z",
"type": "DateTime"
},
{
"name": "updated_at",
"value": "2019-09-30T16:50:40Z",
"type": "DateTime"
}
],
"links": [
{
"rel": "assignments",
"href": "https://api.teamsnap.com/v3/assignments/search?event_id=214288629"
},
{
"rel": "availabilities",
"href": "https://api.teamsnap.com/v3/availabilities/search?event_id=214288629"
},
{
"rel": "calendar_single_event",
"href": "http://ical-cdn.teamsnap.com/team_schedule/event/214288629.ics"
},
{
"rel": "division_location",
"href": "https://api.teamsnap.com/v3/division_locations/51513368"
},
{
"rel": "event_lineups",
"href": "https://api.teamsnap.com/v3/event_lineups/search?event_id=214288629"
},
{
"rel": "event_statistics",
"href": "https://api.teamsnap.com/v3/event_statistics/search?event_id=214288629"
},
{
"rel": "location",
"href": "https://api.teamsnap.com/v3/locations/"
},
{
"rel": "statistic_data",
"href": "https://api.teamsnap.com/v3/statistic_data/search?event_id=214288629"
},
{
"rel": "team",
"href": "https://api.teamsnap.com/v3/teams/6618318"
}
],
"rel": "event-214288629"
}
]
}
}
{
"collection": {
"version": "3.822.1",
"href": "https://api.teamsnap.com/v3/events",
"rel": "events",
"template": {
"data": [
{
"name": "type",
"value": "event"
},
{
"name": "additional_location_details",
"value": null
},
{
"name": "browser_time_zone",
"value": null
},
{
"name": "division_location_id",
"value": null
},
{
"name": "doesnt_count_towards_record",
"value": null
},
{
"name": "duration_in_minutes",
"value": null
},
{
"name": "game_type_code",
"value": null
},
{
"name": "icon_color",
"value": null
},
{
"name": "is_canceled",
"value": null
},
{
"name": "is_game",
"value": null
},
{
"name": "is_overtime",
"value": null
},
{
"name": "is_shootout",
"value": null
},
{
"name": "is_tbd",
"value": null
},
{
"name": "label",
"value": null
},
{
"name": "location_id",
"value": null
},
{
"name": "minutes_to_arrive_early",
"value": null
},
{
"name": "name",
"value": null
},
{
"name": "notes",
"value": null
},
{
"name": "notify_opponent",
"value": null
},
{
"name": "notify_opponent_contacts_email",
"value": null
},
{
"name": "notify_opponent_contacts_name",
"value": null
},
{
"name": "notify_opponent_notes",
"value": null
},
{
"name": "notify_team",
"value": null
},
{
"name": "notify_team_as_member_id",
"value": null
},
{
"name": "opponent_id",
"value": null
},
{
"name": "points_for_opponent",
"value": null
},
{
"name": "points_for_team",
"value": null
},
{
"name": "repeating_include",
"value": null,
"prompt": "When updating a repeating event, this is a required field. Values are: \"all\" - updates all events in this series, \"future\" - updates this event and all that occur after, \"none\" - only updates a single event."
},
{
"name": "repeating_type_code",
"value": null,
"prompt": "A code for the frequency of the repeated event, this is required with the \"repeating_include\" attribute when creating a repeating event. Valid values are: \"1\" - repeat an event daily, \"2\" - repeat an event weekly."
},
{
"name": "repeating_until",
"value": null,
"prompt": "A date when the repeating event should end, this is inclusive so an event will be created on this day if it falls before the next event specified by \"repeating_type_code\". This attribute is required with \"repeating_type_code\" when creating a repeating event."
},
{
"name": "results",
"value": null
},
{
"name": "results_url",
"value": null
},
{
"name": "shootout_points_for_opponent",
"value": null
},
{
"name": "shootout_points_for_team",
"value": null
},
{
"name": "start_date",
"value": null
},
{
"name": "team_id",
"value": null
},
{
"name": "time_zone",
"value": null
},
{
"name": "tracks_availability",
"value": null
},
{
"name": "uniform",
"value": null
}
]
},
"links": [
{
"rel": "assignments",
"href": "https://api.teamsnap.com/v3/assignments"
},
{
"rel": "availabilities",
"href": "https://api.teamsnap.com/v3/availabilities"
},
{
"rel": "division_location",
"href": "https://api.teamsnap.com/v3/division_locations"
},
{
"rel": "event_lineups",
"href": "https://api.teamsnap.com/v3/event_lineups"
},
{
"rel": "event_statistics",
"href": "https://api.teamsnap.com/v3/event_statistics"
},
{
"rel": "location",
"href": "https://api.teamsnap.com/v3/locations"
},
{
"rel": "opponent",
"href": "https://api.teamsnap.com/v3/opponents"
},
{
"rel": "statistic_data",
"href": "https://api.teamsnap.com/v3/statistic_data"
},
{
"rel": "team",
"href": "https://api.teamsnap.com/v3/teams"
},
{
"rel": "root",
"href": "https://api.teamsnap.com/v3/"
},
{
"rel": "self",
"href": "https://api.teamsnap.com/v3/events/search?is_game=true&page_number=1&page_size=1&sort_start_date=desc&started_before=2019-10-01T19:18:45-07:00&team_id=6618318"
},
{
"rel": "first",
"href": "https://api.teamsnap.com/v3/events/search?is_game=true&page_number=1&page_size=1&sort_start_date=desc&started_before=2019-10-01T19%3A18%3A45-07%3A00&team_id=6618318"
},
{
"rel": "last",
"href": "https://api.teamsnap.com/v3/events/search?is_game=true&page_number=0&page_size=1&sort_start_date=desc&started_before=2019-10-01T19%3A18%3A45-07%3A00&team_id=6618318"
}
],
"queries": [
{
"rel": "search",
"sort": [
"start_date"
],
"href": "https://api.teamsnap.com/v3/events/search",
"data": [
{
"name": "team_id",
"value": null
},
{
"name": "user_id",
"value": null
},
{
"name": "location_id",
"value": null
},
{
"name": "opponent_id",
"value": null
},
{
"name": "started_after",
"value": null
},
{
"name": "started_before",
"value": null
},
{
"name": "repeating_uuid",
"value": null
},
{
"name": "id",
"value": null
},
{
"name": "is_game",
"value": null
},
{
"name": "updated_since",
"value": null
},
{
"name": "page_size",
"value": null,
"prompt": "The number of items to return for each page. Sending this parameter with the query will enable paging for the returned collection."
},
{
"name": "page_number",
"value": null,
"prompt": "The number of the page to be returned. This requires that paging be turned on by also providing the page_size parameter."
},
{
"name": "sort_start_date",
"value": null,
"prompt": "Sort the returned dataset based on the start_date field, valid values are 'asc' or 'desc'."
}
]
},
{
"rel": "search_games",
"href": "https://api.teamsnap.com/v3/events/search_games",
"data": [
{
"name": "team_id",
"value": null
},
{
"name": "page_size",
"value": null,
"prompt": "The number of items to return for each page. Sending this parameter with the query will enable paging for the returned collection."
},
{
"name": "page_number",
"value": null,
"prompt": "The number of the page to be returned. This requires that paging be turned on by also providing the page_size parameter."
}
]
},
{
"rel": "overview",
"href": "https://api.teamsnap.com/v3/events/overview",
"data": [
{
"name": "team_id",
"value": null
}
]
}
],
"commands": [
{
"rel": "send_availability_reminders",
"href": "https://api.teamsnap.com/v3/events/send_availability_reminders",
"prompt": "members_to_notify = [member_id, member_id]",
"data": [
{
"name": "id",
"value": null
},
{
"name": "members_to_notify",
"value": null
},
{
"name": "notify_team_as_member_id",
"value": null
}
]
},
{
"rel": "update_final_score",
"href": "https://api.teamsnap.com/v3/events/update_final_score",
"prompt": "Update the final score for an event",
"data": [
{
"name": "id",
"value": null
},
{
"name": "points_for_team",
"value": null
},
{
"name": "points_for_opponent",
"value": null
},
{
"name": "shootout_points_for_team",
"value": null
},
{
"name": "shootout_points_for_opponent",
"value": null
},
{
"name": "is_overtime",
"value": null
},
{
"name": "is_shootout",
"value": null
},
{
"name": "results",
"value": null
},
{
"name": "results_url",
"value": null
}
]
},
{
"rel": "bulk_create",
"href": "https://api.teamsnap.com/v3/events/bulk_create",
"prompt": "event_ids = [event_id, event_id]",
"data": [
{
"name": "templates",
"value": null
},
{
"name": "team_id",
"value": null
},
{
"name": "notify_team_as_member_id",
"value": null
},
{
"name": "notify_team",
"value": null
}
]
}
],
"page_info": {
"total_items": 0,
"page_size": 1,
"page_number": 1
}
}
}
Snapi 8 events
Snapi 0 events
2957 lines of json
40,192 bytes
412 lines of json
6,356 bytes