teamsnap_rb 2.0.0.beta3 → 2.0.0.beta4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.travis.yml +0 -6
- data/lib/teamsnap.rb +1 -1
- data/lib/teamsnap/item.rb +1 -0
- data/lib/teamsnap/response.rb +11 -4
- data/lib/teamsnap/version.rb +1 -1
- data/spec/cassettes/apiv3-error.yml +841 -0
- data/spec/cassettes/teamsnap_rb/_server_error/Specifies_call_and_endpoint_that_was_unsuccessful.yml +4989 -0
- data/spec/teamsnap_spec.rb +25 -1
- metadata +6 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3db56d6d4ca6e055cf80fe479fca02c9b4b8074f
|
4
|
+
data.tar.gz: 5cdfb06bbf191203c5a223dac95e49a589e68c66
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 54372ade0ae182ab80db00f56662d8997294ddb429ea01173cd1c9f53c1176220735af1c562011b2b0a4594b1aebbd6c30aab0ea68e5f9fc82619533b13b88cf
|
7
|
+
data.tar.gz: b7bda322d789e638491fded6272a554eee314a235e31b28aef241b1b3e989932478d1b500bd9fda51a2b7558a503992fde21c593c148f8b5a1197318af1a3d99
|
data/.travis.yml
CHANGED
data/lib/teamsnap.rb
CHANGED
@@ -12,7 +12,7 @@
|
|
12
12
|
module TeamSnap
|
13
13
|
EXCLUDED_RELS = %w(me apiv2_root root self dude sweet random xyzzy schemas
|
14
14
|
authorization plans_all tsl_photos)
|
15
|
-
DEFAULT_URL = "https://
|
15
|
+
DEFAULT_URL = "https://apiv3.teamsnap.com"
|
16
16
|
Error = Class.new(StandardError)
|
17
17
|
NotFound = Class.new(TeamSnap::Error)
|
18
18
|
|
data/lib/teamsnap/item.rb
CHANGED
data/lib/teamsnap/response.rb
CHANGED
@@ -83,10 +83,17 @@ module TeamSnap
|
|
83
83
|
end
|
84
84
|
|
85
85
|
def process_error
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
86
|
+
if @resp.headers["content-type"].match("json")
|
87
|
+
body = Oj.load(@resp.body)
|
88
|
+
@collection = body.fetch(:collection) { {} }
|
89
|
+
@message = TeamSnap::Api.parse_error(@resp)
|
90
|
+
@objects = TeamSnap::Item.load_items(@client, @collection)
|
91
|
+
else
|
92
|
+
raise TeamSnap::Error.new(
|
93
|
+
"`#{@via}` call with arguments #{@args} was unsuccessful. " +
|
94
|
+
"The server returned a status of #{@status}."
|
95
|
+
)
|
96
|
+
end
|
90
97
|
end
|
91
98
|
|
92
99
|
def success?
|
data/lib/teamsnap/version.rb
CHANGED
@@ -0,0 +1,841 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: http://localhost:3000?hmac_client_id=classic&hmac_nonce=eaccc539-0531-4eaa-a804-3dc2aa52db92&hmac_timestamp=1459886786
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
User-Agent:
|
11
|
+
- Faraday v0.9.2
|
12
|
+
X-Teamsnap-Hmac:
|
13
|
+
- b38cabcff7cffa5de29466bc223cf5e804a7519aba32a956d09661dbd9ab8d62
|
14
|
+
response:
|
15
|
+
status:
|
16
|
+
code: 200
|
17
|
+
message: OK
|
18
|
+
headers:
|
19
|
+
Content-Type:
|
20
|
+
- application/vnd.collection+json
|
21
|
+
Content-Length:
|
22
|
+
- '9903'
|
23
|
+
X-Content-Type-Options:
|
24
|
+
- nosniff
|
25
|
+
ETag:
|
26
|
+
- '"17c36b3df3e6549ed187485efb120a71"'
|
27
|
+
Cache-Control:
|
28
|
+
- max-age=0, private, must-revalidate
|
29
|
+
X-Request-Id:
|
30
|
+
- 2729fdcb-d98b-4708-8032-c9d4bcccd1e1
|
31
|
+
X-Runtime:
|
32
|
+
- '0.451685'
|
33
|
+
Connection:
|
34
|
+
- keep-alive
|
35
|
+
Server:
|
36
|
+
- thin
|
37
|
+
body:
|
38
|
+
encoding: UTF-8
|
39
|
+
string: '{"collection":{"version":"3.228.1","href":"http://localhost:3000/","rel":"root","links":[{"rel":"apiv2_root","href":"http://localhost:3003"},{"rel":"authorization","href":"http://localhost:3004"},{"rel":"apn_devices","href":"http://localhost:3000/apn_devices"},{"rel":"assignments","href":"http://localhost:3000/assignments"},{"rel":"availabilities","href":"http://localhost:3000/availabilities"},{"rel":"broadcast_email_attachments","href":"http://localhost:3000/broadcast_email_attachments"},{"rel":"broadcast_emails","href":"http://localhost:3000/broadcast_emails"},{"rel":"broadcast_alerts","href":"http://localhost:3000/broadcast_alerts"},{"rel":"contact_email_addresses","href":"http://localhost:3000/contact_email_addresses"},{"rel":"contact_phone_numbers","href":"http://localhost:3000/contact_phone_numbers"},{"rel":"contacts","href":"http://localhost:3000/contacts"},{"rel":"countries","href":"http://localhost:3000/countries"},{"rel":"custom_data","href":"http://localhost:3000/custom_data"},{"rel":"custom_fields","href":"http://localhost:3000/custom_fields"},{"rel":"league_custom_data","href":"http://localhost:3000/league_custom_data"},{"rel":"league_custom_fields","href":"http://localhost:3000/league_custom_fields"},{"rel":"divisions","href":"http://localhost:3000/divisions"},{"rel":"division_contact_email_addresses","href":"http://localhost:3000/division_contact_email_addresses"},{"rel":"division_contact_phone_numbers","href":"http://localhost:3000/division_contact_phone_numbers"},{"rel":"division_contacts","href":"http://localhost:3000/division_contacts"},{"rel":"division_events","href":"http://localhost:3000/division_events"},{"rel":"division_locations","href":"http://localhost:3000/division_locations"},{"rel":"division_member_email_addresses","href":"http://localhost:3000/division_member_email_addresses"},{"rel":"division_member_phone_numbers","href":"http://localhost:3000/division_member_phone_numbers"},{"rel":"division_members","href":"http://localhost:3000/division_members"},{"rel":"division_members_preferences","href":"http://localhost:3000/division_members_preferences"},{"rel":"division_events_imports","href":"http://localhost:3000/division_events_imports"},{"rel":"division_team_standings","href":"http://localhost:3000/division_team_standings"},{"rel":"divisions_preferences","href":"http://localhost:3000/divisions_preferences"},{"rel":"event_statistics","href":"http://localhost:3000/event_statistics"},{"rel":"events","href":"http://localhost:3000/events"},{"rel":"facebook_pages","href":"http://localhost:3000/facebook_pages"},{"rel":"forecasts","href":"http://localhost:3000/forecasts"},{"rel":"forum_posts","href":"http://localhost:3000/forum_posts"},{"rel":"forum_subscriptions","href":"http://localhost:3000/forum_subscriptions"},{"rel":"forum_topics","href":"http://localhost:3000/forum_topics"},{"rel":"geocoded_locations","href":"http://localhost:3000/geocoded_locations"},{"rel":"gcm_devices","href":"http://localhost:3000/gcm_devices"},{"rel":"league_registrant_documents","href":"http://localhost:3000/league_registrant_documents"},{"rel":"locations","href":"http://localhost:3000/locations"},{"rel":"me","href":"http://localhost:3000/me"},{"rel":"member_email_addresses","href":"http://localhost:3000/member_email_addresses"},{"rel":"member_balances","href":"http://localhost:3000/member_balances"},{"rel":"member_files","href":"http://localhost:3000/member_files"},{"rel":"member_links","href":"http://localhost:3000/member_links"},{"rel":"member_payments","href":"http://localhost:3000/member_payments"},{"rel":"member_phone_numbers","href":"http://localhost:3000/member_phone_numbers"},{"rel":"member_statistics","href":"http://localhost:3000/member_statistics"},{"rel":"members","href":"http://localhost:3000/members"},{"rel":"members_preferences","href":"http://localhost:3000/members_preferences"},{"rel":"message_data","href":"http://localhost:3000/message_data"},{"rel":"messages","href":"http://localhost:3000/messages"},{"rel":"opponents","href":"http://localhost:3000/opponents"},{"rel":"opponents_results","href":"http://localhost:3000/opponents_results"},{"rel":"payment_notes","href":"http://localhost:3000/payment_notes"},{"rel":"paypal_currencies","href":"http://localhost:3000/paypal_currencies"},{"rel":"plans","href":"http://localhost:3000/plans"},{"rel":"plans_all","href":"http://localhost:3000/plans/all"},{"rel":"public_features","href":"http://localhost:3000/public_features"},{"rel":"schemas","href":"http://localhost:3000/schemas"},{"rel":"sms_gateways","href":"http://localhost:3000/sms_gateways"},{"rel":"sponsors","href":"http://localhost:3000/sponsors"},{"rel":"sports","href":"http://localhost:3000/sports"},{"rel":"statistics","href":"http://localhost:3000/statistics"},{"rel":"statistic_aggregates","href":"http://localhost:3000/statistic_aggregates"},{"rel":"statistic_data","href":"http://localhost:3000/statistic_data"},{"rel":"statistic_groups","href":"http://localhost:3000/statistic_groups"},{"rel":"team_fees","href":"http://localhost:3000/team_fees"},{"rel":"team_media","href":"http://localhost:3000/team_media"},{"rel":"team_medium_comments","href":"http://localhost:3000/team_medium_comments"},{"rel":"team_media_groups","href":"http://localhost:3000/team_media_groups"},{"rel":"team_public_sites","href":"http://localhost:3000/team_public_sites"},{"rel":"teams","href":"http://localhost:3000/teams"},{"rel":"teams_paypal_preferences","href":"http://localhost:3000/teams_paypal_preferences"},{"rel":"teams_preferences","href":"http://localhost:3000/teams_preferences"},{"rel":"teams_results","href":"http://localhost:3000/teams_results"},{"rel":"team_statistics","href":"http://localhost:3000/team_statistics"},{"rel":"time_zones","href":"http://localhost:3000/time_zones"},{"rel":"tracked_item_statuses","href":"http://localhost:3000/tracked_item_statuses"},{"rel":"tracked_items","href":"http://localhost:3000/tracked_items"},{"rel":"tsl_metadata","href":"http://localhost:3000/tsl_metadata"},{"rel":"tsl_chats","href":"http://localhost:3000/tsl_chats"},{"rel":"tsl_photos","href":"http://localhost:3000/tsl_photos"},{"rel":"tsl_scores","href":"http://localhost:3000/tsl_scores"},{"rel":"users","href":"http://localhost:3000/users"},{"rel":"dude","href":"http://localhost:3000/dude"},{"rel":"sweet","href":"http://localhost:3000/sweet"},{"rel":"random","href":"http://localhost:3000/random"},{"rel":"xyzzy","href":"http://localhost:3000/xyzzy"},{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/"}],"queries":[{"rel":"bulk_load","href":"http://localhost:3000/bulk_load","prompt":"Returns
|
40
|
+
a heterogeneous collection of the specified types for a specified team or
|
41
|
+
teams. Additional filters can be passed into requested types by passing them
|
42
|
+
in the url''s querystring as type__filter=value (i.e. ?event__start_date=2015-01-01).
|
43
|
+
Any filter can be passed that is available on the search for the specified
|
44
|
+
type.","data":[{"name":"team_id","value":null,"prompt":"The team_id(s) to
|
45
|
+
return results for, this can be a single id or a comma-separated list of ids."},{"name":"scope_to","value":null,"prompt":"A
|
46
|
+
comma separated list of singular types that you would like to scope the rest
|
47
|
+
of the related result sets to. For instance, scoping assignments to events
|
48
|
+
and providing a filter on events will return only assignments for the events
|
49
|
+
returned."},{"name":"types","value":null,"prompt":"A comma separated list
|
50
|
+
of singular types that you want returned."}]},{"rel":"query","href":"http://localhost:3000/q","prompt":"Returns
|
51
|
+
a heterogeneous collection of the specified types. You must pass at least
|
52
|
+
one valid filter in, filters can be passed into requested types by passing
|
53
|
+
them in the url''s querystring as type__filter=value (i.e. ?event__start_date=2015-01-01).
|
54
|
+
Any filter can be passed that is available on the search for the specified
|
55
|
+
type. Types can also be filtered by using the ''scope_to'' parameter. Unfiltered
|
56
|
+
searches will return as empty.","data":[{"name":"scope_to","value":null,"prompt":"A
|
57
|
+
comma separated list of singular types that you would like to scope the rest
|
58
|
+
of the related result sets to. For instance, scoping assignments to events
|
59
|
+
and providing a filter on events will return only assignments for the events
|
60
|
+
returned."},{"name":"types","value":null,"prompt":"A comma separated list
|
61
|
+
of singular types that you want returned."}]},{"rel":"me","href":"http://localhost:3000/me"},{"rel":"feature","href":"http://localhost:3000/feature","data":[{"name":"id","value":null},{"name":"type","value":null},{"name":"feature_name","value":null}]},{"rel":"forecast","href":"http://localhost:3000/forecasts/search","data":[{"name":"team_id","value":null}]},{"rel":"geocode","href":"http://localhost:3000/geocoded_locations/search","data":[{"name":"country","value":null},{"name":"postal_code","value":null}]},{"rel":"generate_firebase_token","href":"http://localhost:3000/generate_firebase_token","data":[{"name":"team_id","value":null},{"name":"version","value":null}]},{"rel":"invitation_finder","href":"http://localhost:3000/invitation_finder","data":[{"name":"email_address","value":null}]}],"commands":[{"rel":"send_invitations","href":"http://localhost:3000/send_invitations","prompt":"Send
|
62
|
+
any pending invitations for a specified email address","data":[{"name":"email_address","value":null}]},{"rel":"welcome","href":"http://localhost:3000/welcome","prompt":"Send
|
63
|
+
a welcome email to an unregistered user to start the registration process","data":[{"name":"email_address","value":null},{"name":"client_id","value":null},{"name":"redirect_uri","value":null}]},{"rel":"initiate_registration","href":"http://localhost:3000/initiate_registration","prompt":"Send
|
64
|
+
a signup email to an unregistered user to start the registration process","data":[{"name":"email_address","value":null},{"name":"client_id","value":null},{"name":"redirect_uri","value":null}]}]}}'
|
65
|
+
http_version: '1.1'
|
66
|
+
adapter_metadata:
|
67
|
+
effective_url: http://localhost:3000/?hmac_client_id=classic&hmac_nonce=eaccc539-0531-4eaa-a804-3dc2aa52db92&hmac_timestamp=1459886786
|
68
|
+
recorded_at: Tue, 05 Apr 2016 20:06:27 GMT
|
69
|
+
- request:
|
70
|
+
method: get
|
71
|
+
uri: http://localhost:3000/schemas?hmac_client_id=classic&hmac_nonce=c0e2cb4a-82a3-448d-919a-74473797f2e9&hmac_timestamp=1459886787
|
72
|
+
body:
|
73
|
+
encoding: US-ASCII
|
74
|
+
string: ''
|
75
|
+
headers:
|
76
|
+
User-Agent:
|
77
|
+
- Faraday v0.9.2
|
78
|
+
X-Teamsnap-Hmac:
|
79
|
+
- 598f676f4ecbd64e84e2f9777bb51d3eecfba33583628f5ec9c594bdd8982e55
|
80
|
+
response:
|
81
|
+
status:
|
82
|
+
code: 200
|
83
|
+
message: OK
|
84
|
+
headers:
|
85
|
+
Content-Type:
|
86
|
+
- application/json
|
87
|
+
Content-Length:
|
88
|
+
- '366597'
|
89
|
+
X-Content-Type-Options:
|
90
|
+
- nosniff
|
91
|
+
ETag:
|
92
|
+
- '"50a0430817aacf23bb87d66298559116"'
|
93
|
+
Cache-Control:
|
94
|
+
- max-age=0, private, must-revalidate
|
95
|
+
X-Request-Id:
|
96
|
+
- efc2111e-f306-4c31-8861-e2e0bf510053
|
97
|
+
X-Runtime:
|
98
|
+
- '0.032776'
|
99
|
+
Connection:
|
100
|
+
- keep-alive
|
101
|
+
Server:
|
102
|
+
- thin
|
103
|
+
body:
|
104
|
+
encoding: UTF-8
|
105
|
+
string: '[{"collection":{"version":"3.228.1","href":"http://localhost:3000/","rel":"root","links":[{"rel":"apiv2_root","href":"http://localhost:3003"},{"rel":"authorization","href":"http://localhost:3004"},{"rel":"apn_devices","href":"http://localhost:3000/apn_devices"},{"rel":"assignments","href":"http://localhost:3000/assignments"},{"rel":"availabilities","href":"http://localhost:3000/availabilities"},{"rel":"broadcast_email_attachments","href":"http://localhost:3000/broadcast_email_attachments"},{"rel":"broadcast_emails","href":"http://localhost:3000/broadcast_emails"},{"rel":"broadcast_alerts","href":"http://localhost:3000/broadcast_alerts"},{"rel":"contact_email_addresses","href":"http://localhost:3000/contact_email_addresses"},{"rel":"contact_phone_numbers","href":"http://localhost:3000/contact_phone_numbers"},{"rel":"contacts","href":"http://localhost:3000/contacts"},{"rel":"countries","href":"http://localhost:3000/countries"},{"rel":"custom_data","href":"http://localhost:3000/custom_data"},{"rel":"custom_fields","href":"http://localhost:3000/custom_fields"},{"rel":"league_custom_data","href":"http://localhost:3000/league_custom_data"},{"rel":"league_custom_fields","href":"http://localhost:3000/league_custom_fields"},{"rel":"divisions","href":"http://localhost:3000/divisions"},{"rel":"division_contact_email_addresses","href":"http://localhost:3000/division_contact_email_addresses"},{"rel":"division_contact_phone_numbers","href":"http://localhost:3000/division_contact_phone_numbers"},{"rel":"division_contacts","href":"http://localhost:3000/division_contacts"},{"rel":"division_events","href":"http://localhost:3000/division_events"},{"rel":"division_locations","href":"http://localhost:3000/division_locations"},{"rel":"division_member_email_addresses","href":"http://localhost:3000/division_member_email_addresses"},{"rel":"division_member_phone_numbers","href":"http://localhost:3000/division_member_phone_numbers"},{"rel":"division_members","href":"http://localhost:3000/division_members"},{"rel":"division_members_preferences","href":"http://localhost:3000/division_members_preferences"},{"rel":"division_events_imports","href":"http://localhost:3000/division_events_imports"},{"rel":"division_team_standings","href":"http://localhost:3000/division_team_standings"},{"rel":"divisions_preferences","href":"http://localhost:3000/divisions_preferences"},{"rel":"event_statistics","href":"http://localhost:3000/event_statistics"},{"rel":"events","href":"http://localhost:3000/events"},{"rel":"facebook_pages","href":"http://localhost:3000/facebook_pages"},{"rel":"forecasts","href":"http://localhost:3000/forecasts"},{"rel":"forum_posts","href":"http://localhost:3000/forum_posts"},{"rel":"forum_subscriptions","href":"http://localhost:3000/forum_subscriptions"},{"rel":"forum_topics","href":"http://localhost:3000/forum_topics"},{"rel":"geocoded_locations","href":"http://localhost:3000/geocoded_locations"},{"rel":"gcm_devices","href":"http://localhost:3000/gcm_devices"},{"rel":"league_registrant_documents","href":"http://localhost:3000/league_registrant_documents"},{"rel":"locations","href":"http://localhost:3000/locations"},{"rel":"me","href":"http://localhost:3000/me"},{"rel":"member_email_addresses","href":"http://localhost:3000/member_email_addresses"},{"rel":"member_balances","href":"http://localhost:3000/member_balances"},{"rel":"member_files","href":"http://localhost:3000/member_files"},{"rel":"member_links","href":"http://localhost:3000/member_links"},{"rel":"member_payments","href":"http://localhost:3000/member_payments"},{"rel":"member_phone_numbers","href":"http://localhost:3000/member_phone_numbers"},{"rel":"member_statistics","href":"http://localhost:3000/member_statistics"},{"rel":"members","href":"http://localhost:3000/members"},{"rel":"members_preferences","href":"http://localhost:3000/members_preferences"},{"rel":"message_data","href":"http://localhost:3000/message_data"},{"rel":"messages","href":"http://localhost:3000/messages"},{"rel":"opponents","href":"http://localhost:3000/opponents"},{"rel":"opponents_results","href":"http://localhost:3000/opponents_results"},{"rel":"payment_notes","href":"http://localhost:3000/payment_notes"},{"rel":"paypal_currencies","href":"http://localhost:3000/paypal_currencies"},{"rel":"plans","href":"http://localhost:3000/plans"},{"rel":"plans_all","href":"http://localhost:3000/plans/all"},{"rel":"public_features","href":"http://localhost:3000/public_features"},{"rel":"schemas","href":"http://localhost:3000/schemas"},{"rel":"sms_gateways","href":"http://localhost:3000/sms_gateways"},{"rel":"sponsors","href":"http://localhost:3000/sponsors"},{"rel":"sports","href":"http://localhost:3000/sports"},{"rel":"statistics","href":"http://localhost:3000/statistics"},{"rel":"statistic_aggregates","href":"http://localhost:3000/statistic_aggregates"},{"rel":"statistic_data","href":"http://localhost:3000/statistic_data"},{"rel":"statistic_groups","href":"http://localhost:3000/statistic_groups"},{"rel":"team_fees","href":"http://localhost:3000/team_fees"},{"rel":"team_media","href":"http://localhost:3000/team_media"},{"rel":"team_medium_comments","href":"http://localhost:3000/team_medium_comments"},{"rel":"team_media_groups","href":"http://localhost:3000/team_media_groups"},{"rel":"team_public_sites","href":"http://localhost:3000/team_public_sites"},{"rel":"teams","href":"http://localhost:3000/teams"},{"rel":"teams_paypal_preferences","href":"http://localhost:3000/teams_paypal_preferences"},{"rel":"teams_preferences","href":"http://localhost:3000/teams_preferences"},{"rel":"teams_results","href":"http://localhost:3000/teams_results"},{"rel":"team_statistics","href":"http://localhost:3000/team_statistics"},{"rel":"time_zones","href":"http://localhost:3000/time_zones"},{"rel":"tracked_item_statuses","href":"http://localhost:3000/tracked_item_statuses"},{"rel":"tracked_items","href":"http://localhost:3000/tracked_items"},{"rel":"tsl_metadata","href":"http://localhost:3000/tsl_metadata"},{"rel":"tsl_chats","href":"http://localhost:3000/tsl_chats"},{"rel":"tsl_photos","href":"http://localhost:3000/tsl_photos"},{"rel":"tsl_scores","href":"http://localhost:3000/tsl_scores"},{"rel":"users","href":"http://localhost:3000/users"},{"rel":"dude","href":"http://localhost:3000/dude"},{"rel":"sweet","href":"http://localhost:3000/sweet"},{"rel":"random","href":"http://localhost:3000/random"},{"rel":"xyzzy","href":"http://localhost:3000/xyzzy"},{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/"}],"queries":[{"rel":"bulk_load","href":"http://localhost:3000/bulk_load","prompt":"Returns
|
106
|
+
a heterogeneous collection of the specified types for a specified team or
|
107
|
+
teams. Additional filters can be passed into requested types by passing them
|
108
|
+
in the url''s querystring as type__filter=value (i.e. ?event__start_date=2015-01-01).
|
109
|
+
Any filter can be passed that is available on the search for the specified
|
110
|
+
type.","data":[{"name":"team_id","value":null,"prompt":"The team_id(s) to
|
111
|
+
return results for, this can be a single id or a comma-separated list of ids."},{"name":"scope_to","value":null,"prompt":"A
|
112
|
+
comma separated list of singular types that you would like to scope the rest
|
113
|
+
of the related result sets to. For instance, scoping assignments to events
|
114
|
+
and providing a filter on events will return only assignments for the events
|
115
|
+
returned."},{"name":"types","value":null,"prompt":"A comma separated list
|
116
|
+
of singular types that you want returned."}]},{"rel":"query","href":"http://localhost:3000/q","prompt":"Returns
|
117
|
+
a heterogeneous collection of the specified types. You must pass at least
|
118
|
+
one valid filter in, filters can be passed into requested types by passing
|
119
|
+
them in the url''s querystring as type__filter=value (i.e. ?event__start_date=2015-01-01).
|
120
|
+
Any filter can be passed that is available on the search for the specified
|
121
|
+
type. Types can also be filtered by using the ''scope_to'' parameter. Unfiltered
|
122
|
+
searches will return as empty.","data":[{"name":"scope_to","value":null,"prompt":"A
|
123
|
+
comma separated list of singular types that you would like to scope the rest
|
124
|
+
of the related result sets to. For instance, scoping assignments to events
|
125
|
+
and providing a filter on events will return only assignments for the events
|
126
|
+
returned."},{"name":"types","value":null,"prompt":"A comma separated list
|
127
|
+
of singular types that you want returned."}]},{"rel":"me","href":"http://localhost:3000/me"},{"rel":"feature","href":"http://localhost:3000/feature","data":[{"name":"id","value":null},{"name":"type","value":null},{"name":"feature_name","value":null}]},{"rel":"forecast","href":"http://localhost:3000/forecasts/search","data":[{"name":"team_id","value":null}]},{"rel":"geocode","href":"http://localhost:3000/geocoded_locations/search","data":[{"name":"country","value":null},{"name":"postal_code","value":null}]},{"rel":"generate_firebase_token","href":"http://localhost:3000/generate_firebase_token","data":[{"name":"team_id","value":null},{"name":"version","value":null}]},{"rel":"invitation_finder","href":"http://localhost:3000/invitation_finder","data":[{"name":"email_address","value":null}]}],"commands":[{"rel":"send_invitations","href":"http://localhost:3000/send_invitations","prompt":"Send
|
128
|
+
any pending invitations for a specified email address","data":[{"name":"email_address","value":null}]},{"rel":"welcome","href":"http://localhost:3000/welcome","prompt":"Send
|
129
|
+
a welcome email to an unregistered user to start the registration process","data":[{"name":"email_address","value":null},{"name":"client_id","value":null},{"name":"redirect_uri","value":null}]},{"rel":"initiate_registration","href":"http://localhost:3000/initiate_registration","prompt":"Send
|
130
|
+
a signup email to an unregistered user to start the registration process","data":[{"name":"email_address","value":null},{"name":"client_id","value":null},{"name":"redirect_uri","value":null}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/apn_devices","rel":"apn_devices","template":{"data":[{"name":"token","value":null},{"name":"app_version","value":null}]},"links":[{"rel":"user","href":"http://localhost:3000/users"},{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/apn_devices"}],"queries":[{"rel":"search","href":"http://localhost:3000/apn_devices/search","data":[{"name":"id","value":null},{"name":"user_id","value":null},{"name":"page_size","value":null,"prompt":"The
|
131
|
+
number of items to return for each page. Sending this parameter with the query
|
132
|
+
will enable paging for the returned collection."},{"name":"page_number","value":null,"prompt":"The
|
133
|
+
number of the page to be returned. This requires that paging be turned on
|
134
|
+
by also providing the page_size parameter."}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/assignments","rel":"assignments","template":{"data":[{"name":"description","value":null},{"name":"event_id","value":null},{"name":"member_id","value":null},{"name":"type","value":"assignment"}]},"links":[{"rel":"event","href":"http://localhost:3000/events"},{"rel":"member","href":"http://localhost:3000/members"},{"rel":"team","href":"http://localhost:3000/teams"},{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/assignments"}],"queries":[{"rel":"search","href":"http://localhost:3000/assignments/search","data":[{"name":"team_id","value":null},{"name":"event_id","value":null},{"name":"member_id","value":null},{"name":"started_before","value":null},{"name":"started_after","value":null},{"name":"id","value":null},{"name":"page_size","value":null,"prompt":"The
|
135
|
+
number of items to return for each page. Sending this parameter with the query
|
136
|
+
will enable paging for the returned collection."},{"name":"page_number","value":null,"prompt":"The
|
137
|
+
number of the page to be returned. This requires that paging be turned on
|
138
|
+
by also providing the page_size parameter."}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/availabilities","rel":"availabilities","template":{"data":[{"name":"status_code","value":null},{"name":"notes","value":null},{"name":"event_id","value":null},{"name":"member_id","value":null},{"name":"notes_author_member_id","value":null},{"name":"source","value":null},{"name":"type","value":"availability"}]},"links":[{"rel":"event","href":"http://localhost:3000/events"},{"rel":"member","href":"http://localhost:3000/members"},{"rel":"notes_author_member","href":"http://localhost:3000/members"},{"rel":"team","href":"http://localhost:3000/teams"},{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/availabilities"}],"queries":[{"rel":"search","href":"http://localhost:3000/availabilities/search","data":[{"name":"team_id","value":null},{"name":"event_id","value":null},{"name":"member_id","value":null},{"name":"started_before","value":null},{"name":"started_after","value":null},{"name":"id","value":null},{"name":"page_size","value":null,"prompt":"The
|
139
|
+
number of items to return for each page. Sending this parameter with the query
|
140
|
+
will enable paging for the returned collection."},{"name":"page_number","value":null,"prompt":"The
|
141
|
+
number of the page to be returned. This requires that paging be turned on
|
142
|
+
by also providing the page_size parameter."}]}],"commands":[{"rel":"bulk_mark_unset_availabilities","href":"http://localhost:3000/availabilities/bulk_mark_unset_availabilities","prompt":"Mark
|
143
|
+
all future unset availabilities to specified status_code for the specified
|
144
|
+
member_id","data":[{"name":"status_code","value":null},{"name":"member_id","value":null},{"name":"started_after","value":null}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/broadcast_email_attachments","rel":"broadcast_email_attachments","template":{"data":[{"name":"broadcast_email_id","value":null},{"name":"member_id","value":null},{"name":"caption","value":null},{"name":"file","value":null},{"name":"type","value":"broadcast_email_attachment"}]},"links":[{"rel":"broadcast_email","href":"http://localhost:3000/broadcast_emails"},{"rel":"member","href":"http://localhost:3000/members"},{"rel":"team","href":"http://localhost:3000/teams"},{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/broadcast_email_attachments"}],"queries":[{"rel":"search","href":"http://localhost:3000/broadcast_email_attachments/search","data":[{"name":"id","value":null},{"name":"broadcast_email_id","value":null},{"name":"member_id","value":null},{"name":"team_id","value":null},{"name":"page_size","value":null,"prompt":"The
|
145
|
+
number of items to return for each page. Sending this parameter with the query
|
146
|
+
will enable paging for the returned collection."},{"name":"page_number","value":null,"prompt":"The
|
147
|
+
number of the page to be returned. This requires that paging be turned on
|
148
|
+
by also providing the page_size parameter."}]}],"commands":[{"rel":"upload_broadcast_email_attachment","href":"http://localhost:3000/broadcast_email_attachments/upload_broadcast_email_attachment","data":[{"name":"broadcast_email_id","value":null},{"name":"member_id","value":null},{"name":"file","value":null}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/broadcast_emails","rel":"broadcast_emails","template":{"data":[{"name":"attachments","value":null},{"name":"body","value":null},{"name":"from_email_address","value":null},{"name":"is_draft","value":null},{"name":"member_id","value":null},{"name":"recipient_ids","value":null},{"name":"subject","value":null},{"name":"team_id","value":null},{"name":"type","value":"broadcast_email"}]},"links":[{"rel":"broadcast_email_attachments","href":"http://localhost:3000/broadcast_email_attachments"},{"rel":"team","href":"http://localhost:3000/teams"},{"rel":"member","href":"http://localhost:3000/members"},{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/broadcast_emails"}],"queries":[{"rel":"search","href":"http://localhost:3000/broadcast_emails/search","data":[{"name":"id","value":null},{"name":"member_id","value":null},{"name":"team_id","value":null},{"name":"page_size","value":null,"prompt":"The
|
149
|
+
number of items to return for each page. Sending this parameter with the query
|
150
|
+
will enable paging for the returned collection."},{"name":"page_number","value":null,"prompt":"The
|
151
|
+
number of the page to be returned. This requires that paging be turned on
|
152
|
+
by also providing the page_size parameter."}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/broadcast_alerts","rel":"broadcast_alerts","template":{"data":[{"name":"body","value":null},{"name":"team_id","value":null},{"name":"member_id","value":null},{"name":"recipient_ids","value":null},{"name":"type","value":"broadcast_alert"}]},"links":[{"rel":"team","href":"http://localhost:3000/teams"},{"rel":"member","href":"http://localhost:3000/members"},{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/broadcast_alerts"}],"queries":[{"rel":"search","href":"http://localhost:3000/broadcast_alerts/search","data":[{"name":"id","value":null},{"name":"member_id","value":null},{"name":"team_id","value":null},{"name":"page_size","value":null,"prompt":"The
|
153
|
+
number of items to return for each page. Sending this parameter with the query
|
154
|
+
will enable paging for the returned collection."},{"name":"page_number","value":null,"prompt":"The
|
155
|
+
number of the page to be returned. This requires that paging be turned on
|
156
|
+
by also providing the page_size parameter."}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/contact_email_addresses","rel":"contact_email_addresses","template":{"data":[{"name":"label","value":null},{"name":"email","value":null},{"name":"receives_team_emails","value":null},{"name":"is_hidden","value":null},{"name":"contact_id","value":null},{"name":"type","value":"contact_email_address"}]},"links":[{"rel":"contact","href":"http://localhost:3000/contacts"},{"rel":"member","href":"http://localhost:3000/members"},{"rel":"team","href":"http://localhost:3000/teams"},{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/contact_email_addresses"}],"queries":[{"rel":"search","href":"http://localhost:3000/contact_email_addresses/search","data":[{"name":"contact_id","value":null},{"name":"team_id","value":null},{"name":"id","value":null},{"name":"page_size","value":null,"prompt":"The
|
157
|
+
number of items to return for each page. Sending this parameter with the query
|
158
|
+
will enable paging for the returned collection."},{"name":"page_number","value":null,"prompt":"The
|
159
|
+
number of the page to be returned. This requires that paging be turned on
|
160
|
+
by also providing the page_size parameter."}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/contact_phone_numbers","rel":"contact_phone_numbers","template":{"data":[{"name":"label","value":null},{"name":"phone_number","value":null},{"name":"preferred","value":null,"deprecated":true,"prompt":"preferred
|
161
|
+
is deprecated and will be removed in a future version, use is_preferred instead."},{"name":"is_preferred","value":null},{"name":"contact_id","value":null},{"name":"sms_enabled","value":null},{"name":"sms_gateway_id","value":null},{"name":"is_hidden","value":null},{"name":"type","value":"contact_phone_number"}]},"links":[{"rel":"contact","href":"http://localhost:3000/contacts"},{"rel":"member","href":"http://localhost:3000/members"},{"rel":"sms_gateway","href":"http://localhost:3000/sms_gateways"},{"rel":"team","href":"http://localhost:3000/teams"},{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/contact_phone_numbers"}],"queries":[{"rel":"search","href":"http://localhost:3000/contact_phone_numbers/search","data":[{"name":"team_id","value":null},{"name":"id","value":null},{"name":"contact_id","value":null},{"name":"page_size","value":null,"prompt":"The
|
162
|
+
number of items to return for each page. Sending this parameter with the query
|
163
|
+
will enable paging for the returned collection."},{"name":"page_number","value":null,"prompt":"The
|
164
|
+
number of the page to be returned. This requires that paging be turned on
|
165
|
+
by also providing the page_size parameter."}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/contacts","rel":"contacts","template":{"data":[{"name":"label","value":null},{"name":"address_street1","value":null},{"name":"address_street2","value":null},{"name":"address_city","value":null},{"name":"address_state","value":null},{"name":"address_zip","value":null},{"name":"address_country","value":null},{"name":"first_name","value":null},{"name":"last_name","value":null},{"name":"hide_address","value":null,"deprecated":true,"prompt":"hide_address
|
166
|
+
is deprecated and will be removed in a future version, use is_address_hidden
|
167
|
+
instead."},{"name":"is_address_hidden","value":null},{"name":"allow_shared_access","value":null},{"name":"member_id","value":null},{"name":"type","value":"contact"}]},"links":[{"rel":"contact_email_addresses","href":"http://localhost:3000/contact_email_addresses"},{"rel":"contact_phone_numbers","href":"http://localhost:3000/contact_phone_numbers"},{"rel":"member","href":"http://localhost:3000/members"},{"rel":"message_data","href":"http://localhost:3000/message_data"},{"rel":"messages","href":"http://localhost:3000/messages"},{"rel":"team","href":"http://localhost:3000/teams"},{"rel":"user","href":"http://localhost:3000/users"},{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/contacts"}],"queries":[{"rel":"search","href":"http://localhost:3000/contacts/search","data":[{"name":"team_id","value":null},{"name":"member_id","value":null},{"name":"id","value":null},{"name":"page_size","value":null,"prompt":"The
|
168
|
+
number of items to return for each page. Sending this parameter with the query
|
169
|
+
will enable paging for the returned collection."},{"name":"page_number","value":null,"prompt":"The
|
170
|
+
number of the page to be returned. This requires that paging be turned on
|
171
|
+
by also providing the page_size parameter."}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/countries","rel":"countries","links":[{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/countries"}],"queries":[{"rel":"search","href":"http://localhost:3000/countries/search","data":[{"name":"id","value":null},{"name":"name","value":null}]}],"items":[{"href":"http://localhost:3000/countries/020","data":[{"name":"id","value":"020"},{"name":"type","value":"country"},{"name":"name","value":"Andorra"},{"name":"iso_alpha2_code","value":"AD"}],"rel":"country-020"},{"href":"http://localhost:3000/countries/784","data":[{"name":"id","value":"784"},{"name":"type","value":"country"},{"name":"name","value":"United
|
172
|
+
Arab Emirates"},{"name":"iso_alpha2_code","value":"AE"}],"rel":"country-784"},{"href":"http://localhost:3000/countries/004","data":[{"name":"id","value":"004"},{"name":"type","value":"country"},{"name":"name","value":"Afghanistan"},{"name":"iso_alpha2_code","value":"AF"}],"rel":"country-004"},{"href":"http://localhost:3000/countries/028","data":[{"name":"id","value":"028"},{"name":"type","value":"country"},{"name":"name","value":"Antigua
|
173
|
+
and Barbuda"},{"name":"iso_alpha2_code","value":"AG"}],"rel":"country-028"},{"href":"http://localhost:3000/countries/660","data":[{"name":"id","value":"660"},{"name":"type","value":"country"},{"name":"name","value":"Anguilla"},{"name":"iso_alpha2_code","value":"AI"}],"rel":"country-660"},{"href":"http://localhost:3000/countries/008","data":[{"name":"id","value":"008"},{"name":"type","value":"country"},{"name":"name","value":"Albania"},{"name":"iso_alpha2_code","value":"AL"}],"rel":"country-008"},{"href":"http://localhost:3000/countries/051","data":[{"name":"id","value":"051"},{"name":"type","value":"country"},{"name":"name","value":"Armenia"},{"name":"iso_alpha2_code","value":"AM"}],"rel":"country-051"},{"href":"http://localhost:3000/countries/530","data":[{"name":"id","value":"530"},{"name":"type","value":"country"},{"name":"name","value":"Netherlands
|
174
|
+
Antilles"},{"name":"iso_alpha2_code","value":"AN"}],"rel":"country-530"},{"href":"http://localhost:3000/countries/024","data":[{"name":"id","value":"024"},{"name":"type","value":"country"},{"name":"name","value":"Angola"},{"name":"iso_alpha2_code","value":"AO"}],"rel":"country-024"},{"href":"http://localhost:3000/countries/010","data":[{"name":"id","value":"010"},{"name":"type","value":"country"},{"name":"name","value":"Antarctica"},{"name":"iso_alpha2_code","value":"AQ"}],"rel":"country-010"},{"href":"http://localhost:3000/countries/032","data":[{"name":"id","value":"032"},{"name":"type","value":"country"},{"name":"name","value":"Argentina"},{"name":"iso_alpha2_code","value":"AR"}],"rel":"country-032"},{"href":"http://localhost:3000/countries/016","data":[{"name":"id","value":"016"},{"name":"type","value":"country"},{"name":"name","value":"American
|
175
|
+
Samoa"},{"name":"iso_alpha2_code","value":"AS"}],"rel":"country-016"},{"href":"http://localhost:3000/countries/040","data":[{"name":"id","value":"040"},{"name":"type","value":"country"},{"name":"name","value":"Austria"},{"name":"iso_alpha2_code","value":"AT"}],"rel":"country-040"},{"href":"http://localhost:3000/countries/036","data":[{"name":"id","value":"036"},{"name":"type","value":"country"},{"name":"name","value":"Australia"},{"name":"iso_alpha2_code","value":"AU"}],"rel":"country-036"},{"href":"http://localhost:3000/countries/533","data":[{"name":"id","value":"533"},{"name":"type","value":"country"},{"name":"name","value":"Aruba"},{"name":"iso_alpha2_code","value":"AW"}],"rel":"country-533"},{"href":"http://localhost:3000/countries/248","data":[{"name":"id","value":"248"},{"name":"type","value":"country"},{"name":"name","value":"Åland
|
176
|
+
Islands"},{"name":"iso_alpha2_code","value":"AX"}],"rel":"country-248"},{"href":"http://localhost:3000/countries/031","data":[{"name":"id","value":"031"},{"name":"type","value":"country"},{"name":"name","value":"Azerbaijan"},{"name":"iso_alpha2_code","value":"AZ"}],"rel":"country-031"},{"href":"http://localhost:3000/countries/070","data":[{"name":"id","value":"070"},{"name":"type","value":"country"},{"name":"name","value":"Bosnia
|
177
|
+
and Herzegovina"},{"name":"iso_alpha2_code","value":"BA"}],"rel":"country-070"},{"href":"http://localhost:3000/countries/052","data":[{"name":"id","value":"052"},{"name":"type","value":"country"},{"name":"name","value":"Barbados"},{"name":"iso_alpha2_code","value":"BB"}],"rel":"country-052"},{"href":"http://localhost:3000/countries/050","data":[{"name":"id","value":"050"},{"name":"type","value":"country"},{"name":"name","value":"Bangladesh"},{"name":"iso_alpha2_code","value":"BD"}],"rel":"country-050"},{"href":"http://localhost:3000/countries/056","data":[{"name":"id","value":"056"},{"name":"type","value":"country"},{"name":"name","value":"Belgium"},{"name":"iso_alpha2_code","value":"BE"}],"rel":"country-056"},{"href":"http://localhost:3000/countries/854","data":[{"name":"id","value":"854"},{"name":"type","value":"country"},{"name":"name","value":"Burkina
|
178
|
+
Faso"},{"name":"iso_alpha2_code","value":"BF"}],"rel":"country-854"},{"href":"http://localhost:3000/countries/100","data":[{"name":"id","value":"100"},{"name":"type","value":"country"},{"name":"name","value":"Bulgaria"},{"name":"iso_alpha2_code","value":"BG"}],"rel":"country-100"},{"href":"http://localhost:3000/countries/048","data":[{"name":"id","value":"048"},{"name":"type","value":"country"},{"name":"name","value":"Bahrain"},{"name":"iso_alpha2_code","value":"BH"}],"rel":"country-048"},{"href":"http://localhost:3000/countries/108","data":[{"name":"id","value":"108"},{"name":"type","value":"country"},{"name":"name","value":"Burundi"},{"name":"iso_alpha2_code","value":"BI"}],"rel":"country-108"},{"href":"http://localhost:3000/countries/204","data":[{"name":"id","value":"204"},{"name":"type","value":"country"},{"name":"name","value":"Benin"},{"name":"iso_alpha2_code","value":"BJ"}],"rel":"country-204"},{"href":"http://localhost:3000/countries/652","data":[{"name":"id","value":"652"},{"name":"type","value":"country"},{"name":"name","value":"Saint
|
179
|
+
Barthélemy"},{"name":"iso_alpha2_code","value":"BL"}],"rel":"country-652"},{"href":"http://localhost:3000/countries/060","data":[{"name":"id","value":"060"},{"name":"type","value":"country"},{"name":"name","value":"Bermuda"},{"name":"iso_alpha2_code","value":"BM"}],"rel":"country-060"},{"href":"http://localhost:3000/countries/096","data":[{"name":"id","value":"096"},{"name":"type","value":"country"},{"name":"name","value":"Brunei
|
180
|
+
Darussalam"},{"name":"iso_alpha2_code","value":"BN"}],"rel":"country-096"},{"href":"http://localhost:3000/countries/068","data":[{"name":"id","value":"068"},{"name":"type","value":"country"},{"name":"name","value":"Bolivia"},{"name":"iso_alpha2_code","value":"BO"}],"rel":"country-068"},{"href":"http://localhost:3000/countries/535","data":[{"name":"id","value":"535"},{"name":"type","value":"country"},{"name":"name","value":"Bonaire,
|
181
|
+
Sint Eustatius and Saba"},{"name":"iso_alpha2_code","value":"BQ"}],"rel":"country-535"},{"href":"http://localhost:3000/countries/076","data":[{"name":"id","value":"076"},{"name":"type","value":"country"},{"name":"name","value":"Brazil"},{"name":"iso_alpha2_code","value":"BR"}],"rel":"country-076"},{"href":"http://localhost:3000/countries/044","data":[{"name":"id","value":"044"},{"name":"type","value":"country"},{"name":"name","value":"Bahamas"},{"name":"iso_alpha2_code","value":"BS"}],"rel":"country-044"},{"href":"http://localhost:3000/countries/064","data":[{"name":"id","value":"064"},{"name":"type","value":"country"},{"name":"name","value":"Bhutan"},{"name":"iso_alpha2_code","value":"BT"}],"rel":"country-064"},{"href":"http://localhost:3000/countries/074","data":[{"name":"id","value":"074"},{"name":"type","value":"country"},{"name":"name","value":"Bouvet
|
182
|
+
Island"},{"name":"iso_alpha2_code","value":"BV"}],"rel":"country-074"},{"href":"http://localhost:3000/countries/072","data":[{"name":"id","value":"072"},{"name":"type","value":"country"},{"name":"name","value":"Botswana"},{"name":"iso_alpha2_code","value":"BW"}],"rel":"country-072"},{"href":"http://localhost:3000/countries/112","data":[{"name":"id","value":"112"},{"name":"type","value":"country"},{"name":"name","value":"Belarus"},{"name":"iso_alpha2_code","value":"BY"}],"rel":"country-112"},{"href":"http://localhost:3000/countries/084","data":[{"name":"id","value":"084"},{"name":"type","value":"country"},{"name":"name","value":"Belize"},{"name":"iso_alpha2_code","value":"BZ"}],"rel":"country-084"},{"href":"http://localhost:3000/countries/124","data":[{"name":"id","value":"124"},{"name":"type","value":"country"},{"name":"name","value":"Canada"},{"name":"iso_alpha2_code","value":"CA"}],"rel":"country-124"},{"href":"http://localhost:3000/countries/166","data":[{"name":"id","value":"166"},{"name":"type","value":"country"},{"name":"name","value":"Cocos
|
183
|
+
(Keeling) Islands"},{"name":"iso_alpha2_code","value":"CC"}],"rel":"country-166"},{"href":"http://localhost:3000/countries/180","data":[{"name":"id","value":"180"},{"name":"type","value":"country"},{"name":"name","value":"Congo,
|
184
|
+
The Democratic Republic Of The"},{"name":"iso_alpha2_code","value":"CD"}],"rel":"country-180"},{"href":"http://localhost:3000/countries/140","data":[{"name":"id","value":"140"},{"name":"type","value":"country"},{"name":"name","value":"Central
|
185
|
+
African Republic"},{"name":"iso_alpha2_code","value":"CF"}],"rel":"country-140"},{"href":"http://localhost:3000/countries/178","data":[{"name":"id","value":"178"},{"name":"type","value":"country"},{"name":"name","value":"Congo"},{"name":"iso_alpha2_code","value":"CG"}],"rel":"country-178"},{"href":"http://localhost:3000/countries/756","data":[{"name":"id","value":"756"},{"name":"type","value":"country"},{"name":"name","value":"Switzerland"},{"name":"iso_alpha2_code","value":"CH"}],"rel":"country-756"},{"href":"http://localhost:3000/countries/384","data":[{"name":"id","value":"384"},{"name":"type","value":"country"},{"name":"name","value":"Côte
|
186
|
+
D''Ivoire"},{"name":"iso_alpha2_code","value":"CI"}],"rel":"country-384"},{"href":"http://localhost:3000/countries/184","data":[{"name":"id","value":"184"},{"name":"type","value":"country"},{"name":"name","value":"Cook
|
187
|
+
Islands"},{"name":"iso_alpha2_code","value":"CK"}],"rel":"country-184"},{"href":"http://localhost:3000/countries/152","data":[{"name":"id","value":"152"},{"name":"type","value":"country"},{"name":"name","value":"Chile"},{"name":"iso_alpha2_code","value":"CL"}],"rel":"country-152"},{"href":"http://localhost:3000/countries/120","data":[{"name":"id","value":"120"},{"name":"type","value":"country"},{"name":"name","value":"Cameroon"},{"name":"iso_alpha2_code","value":"CM"}],"rel":"country-120"},{"href":"http://localhost:3000/countries/156","data":[{"name":"id","value":"156"},{"name":"type","value":"country"},{"name":"name","value":"China"},{"name":"iso_alpha2_code","value":"CN"}],"rel":"country-156"},{"href":"http://localhost:3000/countries/170","data":[{"name":"id","value":"170"},{"name":"type","value":"country"},{"name":"name","value":"Colombia"},{"name":"iso_alpha2_code","value":"CO"}],"rel":"country-170"},{"href":"http://localhost:3000/countries/188","data":[{"name":"id","value":"188"},{"name":"type","value":"country"},{"name":"name","value":"Costa
|
188
|
+
Rica"},{"name":"iso_alpha2_code","value":"CR"}],"rel":"country-188"},{"href":"http://localhost:3000/countries/192","data":[{"name":"id","value":"192"},{"name":"type","value":"country"},{"name":"name","value":"Cuba"},{"name":"iso_alpha2_code","value":"CU"}],"rel":"country-192"},{"href":"http://localhost:3000/countries/132","data":[{"name":"id","value":"132"},{"name":"type","value":"country"},{"name":"name","value":"Cape
|
189
|
+
Verde"},{"name":"iso_alpha2_code","value":"CV"}],"rel":"country-132"},{"href":"http://localhost:3000/countries/531","data":[{"name":"id","value":"531"},{"name":"type","value":"country"},{"name":"name","value":"Curaçao"},{"name":"iso_alpha2_code","value":"CW"}],"rel":"country-531"},{"href":"http://localhost:3000/countries/162","data":[{"name":"id","value":"162"},{"name":"type","value":"country"},{"name":"name","value":"Christmas
|
190
|
+
Island"},{"name":"iso_alpha2_code","value":"CX"}],"rel":"country-162"},{"href":"http://localhost:3000/countries/196","data":[{"name":"id","value":"196"},{"name":"type","value":"country"},{"name":"name","value":"Cyprus"},{"name":"iso_alpha2_code","value":"CY"}],"rel":"country-196"},{"href":"http://localhost:3000/countries/203","data":[{"name":"id","value":"203"},{"name":"type","value":"country"},{"name":"name","value":"Czech
|
191
|
+
Republic"},{"name":"iso_alpha2_code","value":"CZ"}],"rel":"country-203"},{"href":"http://localhost:3000/countries/276","data":[{"name":"id","value":"276"},{"name":"type","value":"country"},{"name":"name","value":"Germany"},{"name":"iso_alpha2_code","value":"DE"}],"rel":"country-276"},{"href":"http://localhost:3000/countries/262","data":[{"name":"id","value":"262"},{"name":"type","value":"country"},{"name":"name","value":"Djibouti"},{"name":"iso_alpha2_code","value":"DJ"}],"rel":"country-262"},{"href":"http://localhost:3000/countries/208","data":[{"name":"id","value":"208"},{"name":"type","value":"country"},{"name":"name","value":"Denmark"},{"name":"iso_alpha2_code","value":"DK"}],"rel":"country-208"},{"href":"http://localhost:3000/countries/212","data":[{"name":"id","value":"212"},{"name":"type","value":"country"},{"name":"name","value":"Dominica"},{"name":"iso_alpha2_code","value":"DM"}],"rel":"country-212"},{"href":"http://localhost:3000/countries/214","data":[{"name":"id","value":"214"},{"name":"type","value":"country"},{"name":"name","value":"Dominican
|
192
|
+
Republic"},{"name":"iso_alpha2_code","value":"DO"}],"rel":"country-214"},{"href":"http://localhost:3000/countries/012","data":[{"name":"id","value":"012"},{"name":"type","value":"country"},{"name":"name","value":"Algeria"},{"name":"iso_alpha2_code","value":"DZ"}],"rel":"country-012"},{"href":"http://localhost:3000/countries/218","data":[{"name":"id","value":"218"},{"name":"type","value":"country"},{"name":"name","value":"Ecuador"},{"name":"iso_alpha2_code","value":"EC"}],"rel":"country-218"},{"href":"http://localhost:3000/countries/233","data":[{"name":"id","value":"233"},{"name":"type","value":"country"},{"name":"name","value":"Estonia"},{"name":"iso_alpha2_code","value":"EE"}],"rel":"country-233"},{"href":"http://localhost:3000/countries/818","data":[{"name":"id","value":"818"},{"name":"type","value":"country"},{"name":"name","value":"Egypt"},{"name":"iso_alpha2_code","value":"EG"}],"rel":"country-818"},{"href":"http://localhost:3000/countries/732","data":[{"name":"id","value":"732"},{"name":"type","value":"country"},{"name":"name","value":"Western
|
193
|
+
Sahara"},{"name":"iso_alpha2_code","value":"EH"}],"rel":"country-732"},{"href":"http://localhost:3000/countries/232","data":[{"name":"id","value":"232"},{"name":"type","value":"country"},{"name":"name","value":"Eritrea"},{"name":"iso_alpha2_code","value":"ER"}],"rel":"country-232"},{"href":"http://localhost:3000/countries/724","data":[{"name":"id","value":"724"},{"name":"type","value":"country"},{"name":"name","value":"Spain"},{"name":"iso_alpha2_code","value":"ES"}],"rel":"country-724"},{"href":"http://localhost:3000/countries/231","data":[{"name":"id","value":"231"},{"name":"type","value":"country"},{"name":"name","value":"Ethiopia"},{"name":"iso_alpha2_code","value":"ET"}],"rel":"country-231"},{"href":"http://localhost:3000/countries/246","data":[{"name":"id","value":"246"},{"name":"type","value":"country"},{"name":"name","value":"Finland"},{"name":"iso_alpha2_code","value":"FI"}],"rel":"country-246"},{"href":"http://localhost:3000/countries/242","data":[{"name":"id","value":"242"},{"name":"type","value":"country"},{"name":"name","value":"Fiji"},{"name":"iso_alpha2_code","value":"FJ"}],"rel":"country-242"},{"href":"http://localhost:3000/countries/238","data":[{"name":"id","value":"238"},{"name":"type","value":"country"},{"name":"name","value":"Falkland
|
194
|
+
Islands (Malvinas)"},{"name":"iso_alpha2_code","value":"FK"}],"rel":"country-238"},{"href":"http://localhost:3000/countries/583","data":[{"name":"id","value":"583"},{"name":"type","value":"country"},{"name":"name","value":"Micronesia,
|
195
|
+
Federated States Of"},{"name":"iso_alpha2_code","value":"FM"}],"rel":"country-583"},{"href":"http://localhost:3000/countries/234","data":[{"name":"id","value":"234"},{"name":"type","value":"country"},{"name":"name","value":"Faroe
|
196
|
+
Islands"},{"name":"iso_alpha2_code","value":"FO"}],"rel":"country-234"},{"href":"http://localhost:3000/countries/250","data":[{"name":"id","value":"250"},{"name":"type","value":"country"},{"name":"name","value":"France"},{"name":"iso_alpha2_code","value":"FR"}],"rel":"country-250"},{"href":"http://localhost:3000/countries/266","data":[{"name":"id","value":"266"},{"name":"type","value":"country"},{"name":"name","value":"Gabon"},{"name":"iso_alpha2_code","value":"GA"}],"rel":"country-266"},{"href":"http://localhost:3000/countries/826","data":[{"name":"id","value":"826"},{"name":"type","value":"country"},{"name":"name","value":"United
|
197
|
+
Kingdom"},{"name":"iso_alpha2_code","value":"GB"}],"rel":"country-826"},{"href":"http://localhost:3000/countries/308","data":[{"name":"id","value":"308"},{"name":"type","value":"country"},{"name":"name","value":"Grenada"},{"name":"iso_alpha2_code","value":"GD"}],"rel":"country-308"},{"href":"http://localhost:3000/countries/268","data":[{"name":"id","value":"268"},{"name":"type","value":"country"},{"name":"name","value":"Georgia"},{"name":"iso_alpha2_code","value":"GE"}],"rel":"country-268"},{"href":"http://localhost:3000/countries/254","data":[{"name":"id","value":"254"},{"name":"type","value":"country"},{"name":"name","value":"French
|
198
|
+
Guiana"},{"name":"iso_alpha2_code","value":"GF"}],"rel":"country-254"},{"href":"http://localhost:3000/countries/831","data":[{"name":"id","value":"831"},{"name":"type","value":"country"},{"name":"name","value":"Guernsey"},{"name":"iso_alpha2_code","value":"GG"}],"rel":"country-831"},{"href":"http://localhost:3000/countries/288","data":[{"name":"id","value":"288"},{"name":"type","value":"country"},{"name":"name","value":"Ghana"},{"name":"iso_alpha2_code","value":"GH"}],"rel":"country-288"},{"href":"http://localhost:3000/countries/292","data":[{"name":"id","value":"292"},{"name":"type","value":"country"},{"name":"name","value":"Gibraltar"},{"name":"iso_alpha2_code","value":"GI"}],"rel":"country-292"},{"href":"http://localhost:3000/countries/304","data":[{"name":"id","value":"304"},{"name":"type","value":"country"},{"name":"name","value":"Greenland"},{"name":"iso_alpha2_code","value":"GL"}],"rel":"country-304"},{"href":"http://localhost:3000/countries/270","data":[{"name":"id","value":"270"},{"name":"type","value":"country"},{"name":"name","value":"Gambia"},{"name":"iso_alpha2_code","value":"GM"}],"rel":"country-270"},{"href":"http://localhost:3000/countries/324","data":[{"name":"id","value":"324"},{"name":"type","value":"country"},{"name":"name","value":"Guinea"},{"name":"iso_alpha2_code","value":"GN"}],"rel":"country-324"},{"href":"http://localhost:3000/countries/312","data":[{"name":"id","value":"312"},{"name":"type","value":"country"},{"name":"name","value":"Guadeloupe"},{"name":"iso_alpha2_code","value":"GP"}],"rel":"country-312"},{"href":"http://localhost:3000/countries/226","data":[{"name":"id","value":"226"},{"name":"type","value":"country"},{"name":"name","value":"Equatorial
|
199
|
+
Guinea"},{"name":"iso_alpha2_code","value":"GQ"}],"rel":"country-226"},{"href":"http://localhost:3000/countries/300","data":[{"name":"id","value":"300"},{"name":"type","value":"country"},{"name":"name","value":"Greece"},{"name":"iso_alpha2_code","value":"GR"}],"rel":"country-300"},{"href":"http://localhost:3000/countries/239","data":[{"name":"id","value":"239"},{"name":"type","value":"country"},{"name":"name","value":"South
|
200
|
+
Georgia and the South Sandwich Islands"},{"name":"iso_alpha2_code","value":"GS"}],"rel":"country-239"},{"href":"http://localhost:3000/countries/320","data":[{"name":"id","value":"320"},{"name":"type","value":"country"},{"name":"name","value":"Guatemala"},{"name":"iso_alpha2_code","value":"GT"}],"rel":"country-320"},{"href":"http://localhost:3000/countries/316","data":[{"name":"id","value":"316"},{"name":"type","value":"country"},{"name":"name","value":"Guam"},{"name":"iso_alpha2_code","value":"GU"}],"rel":"country-316"},{"href":"http://localhost:3000/countries/624","data":[{"name":"id","value":"624"},{"name":"type","value":"country"},{"name":"name","value":"Guinea-Bissau"},{"name":"iso_alpha2_code","value":"GW"}],"rel":"country-624"},{"href":"http://localhost:3000/countries/328","data":[{"name":"id","value":"328"},{"name":"type","value":"country"},{"name":"name","value":"Guyana"},{"name":"iso_alpha2_code","value":"GY"}],"rel":"country-328"},{"href":"http://localhost:3000/countries/344","data":[{"name":"id","value":"344"},{"name":"type","value":"country"},{"name":"name","value":"Hong
|
201
|
+
Kong"},{"name":"iso_alpha2_code","value":"HK"}],"rel":"country-344"},{"href":"http://localhost:3000/countries/334","data":[{"name":"id","value":"334"},{"name":"type","value":"country"},{"name":"name","value":"Heard
|
202
|
+
and McDonald Islands"},{"name":"iso_alpha2_code","value":"HM"}],"rel":"country-334"},{"href":"http://localhost:3000/countries/340","data":[{"name":"id","value":"340"},{"name":"type","value":"country"},{"name":"name","value":"Honduras"},{"name":"iso_alpha2_code","value":"HN"}],"rel":"country-340"},{"href":"http://localhost:3000/countries/191","data":[{"name":"id","value":"191"},{"name":"type","value":"country"},{"name":"name","value":"Croatia"},{"name":"iso_alpha2_code","value":"HR"}],"rel":"country-191"},{"href":"http://localhost:3000/countries/332","data":[{"name":"id","value":"332"},{"name":"type","value":"country"},{"name":"name","value":"Haiti"},{"name":"iso_alpha2_code","value":"HT"}],"rel":"country-332"},{"href":"http://localhost:3000/countries/348","data":[{"name":"id","value":"348"},{"name":"type","value":"country"},{"name":"name","value":"Hungary"},{"name":"iso_alpha2_code","value":"HU"}],"rel":"country-348"},{"href":"http://localhost:3000/countries/360","data":[{"name":"id","value":"360"},{"name":"type","value":"country"},{"name":"name","value":"Indonesia"},{"name":"iso_alpha2_code","value":"ID"}],"rel":"country-360"},{"href":"http://localhost:3000/countries/372","data":[{"name":"id","value":"372"},{"name":"type","value":"country"},{"name":"name","value":"Ireland"},{"name":"iso_alpha2_code","value":"IE"}],"rel":"country-372"},{"href":"http://localhost:3000/countries/376","data":[{"name":"id","value":"376"},{"name":"type","value":"country"},{"name":"name","value":"Israel"},{"name":"iso_alpha2_code","value":"IL"}],"rel":"country-376"},{"href":"http://localhost:3000/countries/833","data":[{"name":"id","value":"833"},{"name":"type","value":"country"},{"name":"name","value":"Isle
|
203
|
+
of Man"},{"name":"iso_alpha2_code","value":"IM"}],"rel":"country-833"},{"href":"http://localhost:3000/countries/356","data":[{"name":"id","value":"356"},{"name":"type","value":"country"},{"name":"name","value":"India"},{"name":"iso_alpha2_code","value":"IN"}],"rel":"country-356"},{"href":"http://localhost:3000/countries/086","data":[{"name":"id","value":"086"},{"name":"type","value":"country"},{"name":"name","value":"British
|
204
|
+
Indian Ocean Territory"},{"name":"iso_alpha2_code","value":"IO"}],"rel":"country-086"},{"href":"http://localhost:3000/countries/368","data":[{"name":"id","value":"368"},{"name":"type","value":"country"},{"name":"name","value":"Iraq"},{"name":"iso_alpha2_code","value":"IQ"}],"rel":"country-368"},{"href":"http://localhost:3000/countries/364","data":[{"name":"id","value":"364"},{"name":"type","value":"country"},{"name":"name","value":"Iran,
|
205
|
+
Islamic Republic Of"},{"name":"iso_alpha2_code","value":"IR"}],"rel":"country-364"},{"href":"http://localhost:3000/countries/352","data":[{"name":"id","value":"352"},{"name":"type","value":"country"},{"name":"name","value":"Iceland"},{"name":"iso_alpha2_code","value":"IS"}],"rel":"country-352"},{"href":"http://localhost:3000/countries/380","data":[{"name":"id","value":"380"},{"name":"type","value":"country"},{"name":"name","value":"Italy"},{"name":"iso_alpha2_code","value":"IT"}],"rel":"country-380"},{"href":"http://localhost:3000/countries/832","data":[{"name":"id","value":"832"},{"name":"type","value":"country"},{"name":"name","value":"Jersey"},{"name":"iso_alpha2_code","value":"JE"}],"rel":"country-832"},{"href":"http://localhost:3000/countries/388","data":[{"name":"id","value":"388"},{"name":"type","value":"country"},{"name":"name","value":"Jamaica"},{"name":"iso_alpha2_code","value":"JM"}],"rel":"country-388"},{"href":"http://localhost:3000/countries/400","data":[{"name":"id","value":"400"},{"name":"type","value":"country"},{"name":"name","value":"Jordan"},{"name":"iso_alpha2_code","value":"JO"}],"rel":"country-400"},{"href":"http://localhost:3000/countries/392","data":[{"name":"id","value":"392"},{"name":"type","value":"country"},{"name":"name","value":"Japan"},{"name":"iso_alpha2_code","value":"JP"}],"rel":"country-392"},{"href":"http://localhost:3000/countries/404","data":[{"name":"id","value":"404"},{"name":"type","value":"country"},{"name":"name","value":"Kenya"},{"name":"iso_alpha2_code","value":"KE"}],"rel":"country-404"},{"href":"http://localhost:3000/countries/417","data":[{"name":"id","value":"417"},{"name":"type","value":"country"},{"name":"name","value":"Kyrgyzstan"},{"name":"iso_alpha2_code","value":"KG"}],"rel":"country-417"},{"href":"http://localhost:3000/countries/116","data":[{"name":"id","value":"116"},{"name":"type","value":"country"},{"name":"name","value":"Cambodia"},{"name":"iso_alpha2_code","value":"KH"}],"rel":"country-116"},{"href":"http://localhost:3000/countries/296","data":[{"name":"id","value":"296"},{"name":"type","value":"country"},{"name":"name","value":"Kiribati"},{"name":"iso_alpha2_code","value":"KI"}],"rel":"country-296"},{"href":"http://localhost:3000/countries/174","data":[{"name":"id","value":"174"},{"name":"type","value":"country"},{"name":"name","value":"Comoros"},{"name":"iso_alpha2_code","value":"KM"}],"rel":"country-174"},{"href":"http://localhost:3000/countries/659","data":[{"name":"id","value":"659"},{"name":"type","value":"country"},{"name":"name","value":"Saint
|
206
|
+
Kitts And Nevis"},{"name":"iso_alpha2_code","value":"KN"}],"rel":"country-659"},{"href":"http://localhost:3000/countries/408","data":[{"name":"id","value":"408"},{"name":"type","value":"country"},{"name":"name","value":"Korea,
|
207
|
+
Democratic People''s Republic Of"},{"name":"iso_alpha2_code","value":"KP"}],"rel":"country-408"},{"href":"http://localhost:3000/countries/410","data":[{"name":"id","value":"410"},{"name":"type","value":"country"},{"name":"name","value":"Korea,
|
208
|
+
Republic of"},{"name":"iso_alpha2_code","value":"KR"}],"rel":"country-410"},{"href":"http://localhost:3000/countries/414","data":[{"name":"id","value":"414"},{"name":"type","value":"country"},{"name":"name","value":"Kuwait"},{"name":"iso_alpha2_code","value":"KW"}],"rel":"country-414"},{"href":"http://localhost:3000/countries/136","data":[{"name":"id","value":"136"},{"name":"type","value":"country"},{"name":"name","value":"Cayman
|
209
|
+
Islands"},{"name":"iso_alpha2_code","value":"KY"}],"rel":"country-136"},{"href":"http://localhost:3000/countries/398","data":[{"name":"id","value":"398"},{"name":"type","value":"country"},{"name":"name","value":"Kazakhstan"},{"name":"iso_alpha2_code","value":"KZ"}],"rel":"country-398"},{"href":"http://localhost:3000/countries/418","data":[{"name":"id","value":"418"},{"name":"type","value":"country"},{"name":"name","value":"Lao
|
210
|
+
People''s Democratic Republic"},{"name":"iso_alpha2_code","value":"LA"}],"rel":"country-418"},{"href":"http://localhost:3000/countries/422","data":[{"name":"id","value":"422"},{"name":"type","value":"country"},{"name":"name","value":"Lebanon"},{"name":"iso_alpha2_code","value":"LB"}],"rel":"country-422"},{"href":"http://localhost:3000/countries/662","data":[{"name":"id","value":"662"},{"name":"type","value":"country"},{"name":"name","value":"Saint
|
211
|
+
Lucia"},{"name":"iso_alpha2_code","value":"LC"}],"rel":"country-662"},{"href":"http://localhost:3000/countries/438","data":[{"name":"id","value":"438"},{"name":"type","value":"country"},{"name":"name","value":"Liechtenstein"},{"name":"iso_alpha2_code","value":"LI"}],"rel":"country-438"},{"href":"http://localhost:3000/countries/144","data":[{"name":"id","value":"144"},{"name":"type","value":"country"},{"name":"name","value":"Sri
|
212
|
+
Lanka"},{"name":"iso_alpha2_code","value":"LK"}],"rel":"country-144"},{"href":"http://localhost:3000/countries/430","data":[{"name":"id","value":"430"},{"name":"type","value":"country"},{"name":"name","value":"Liberia"},{"name":"iso_alpha2_code","value":"LR"}],"rel":"country-430"},{"href":"http://localhost:3000/countries/426","data":[{"name":"id","value":"426"},{"name":"type","value":"country"},{"name":"name","value":"Lesotho"},{"name":"iso_alpha2_code","value":"LS"}],"rel":"country-426"},{"href":"http://localhost:3000/countries/440","data":[{"name":"id","value":"440"},{"name":"type","value":"country"},{"name":"name","value":"Lithuania"},{"name":"iso_alpha2_code","value":"LT"}],"rel":"country-440"},{"href":"http://localhost:3000/countries/442","data":[{"name":"id","value":"442"},{"name":"type","value":"country"},{"name":"name","value":"Luxembourg"},{"name":"iso_alpha2_code","value":"LU"}],"rel":"country-442"},{"href":"http://localhost:3000/countries/428","data":[{"name":"id","value":"428"},{"name":"type","value":"country"},{"name":"name","value":"Latvia"},{"name":"iso_alpha2_code","value":"LV"}],"rel":"country-428"},{"href":"http://localhost:3000/countries/434","data":[{"name":"id","value":"434"},{"name":"type","value":"country"},{"name":"name","value":"Libya"},{"name":"iso_alpha2_code","value":"LY"}],"rel":"country-434"},{"href":"http://localhost:3000/countries/504","data":[{"name":"id","value":"504"},{"name":"type","value":"country"},{"name":"name","value":"Morocco"},{"name":"iso_alpha2_code","value":"MA"}],"rel":"country-504"},{"href":"http://localhost:3000/countries/492","data":[{"name":"id","value":"492"},{"name":"type","value":"country"},{"name":"name","value":"Monaco"},{"name":"iso_alpha2_code","value":"MC"}],"rel":"country-492"},{"href":"http://localhost:3000/countries/498","data":[{"name":"id","value":"498"},{"name":"type","value":"country"},{"name":"name","value":"Moldova,
|
213
|
+
Republic of"},{"name":"iso_alpha2_code","value":"MD"}],"rel":"country-498"},{"href":"http://localhost:3000/countries/499","data":[{"name":"id","value":"499"},{"name":"type","value":"country"},{"name":"name","value":"Montenegro"},{"name":"iso_alpha2_code","value":"ME"}],"rel":"country-499"},{"href":"http://localhost:3000/countries/663","data":[{"name":"id","value":"663"},{"name":"type","value":"country"},{"name":"name","value":"Saint
|
214
|
+
Martin"},{"name":"iso_alpha2_code","value":"MF"}],"rel":"country-663"},{"href":"http://localhost:3000/countries/450","data":[{"name":"id","value":"450"},{"name":"type","value":"country"},{"name":"name","value":"Madagascar"},{"name":"iso_alpha2_code","value":"MG"}],"rel":"country-450"},{"href":"http://localhost:3000/countries/584","data":[{"name":"id","value":"584"},{"name":"type","value":"country"},{"name":"name","value":"Marshall
|
215
|
+
Islands"},{"name":"iso_alpha2_code","value":"MH"}],"rel":"country-584"},{"href":"http://localhost:3000/countries/807","data":[{"name":"id","value":"807"},{"name":"type","value":"country"},{"name":"name","value":"Macedonia,
|
216
|
+
the Former Yugoslav Republic Of"},{"name":"iso_alpha2_code","value":"MK"}],"rel":"country-807"},{"href":"http://localhost:3000/countries/466","data":[{"name":"id","value":"466"},{"name":"type","value":"country"},{"name":"name","value":"Mali"},{"name":"iso_alpha2_code","value":"ML"}],"rel":"country-466"},{"href":"http://localhost:3000/countries/104","data":[{"name":"id","value":"104"},{"name":"type","value":"country"},{"name":"name","value":"Myanmar"},{"name":"iso_alpha2_code","value":"MM"}],"rel":"country-104"},{"href":"http://localhost:3000/countries/496","data":[{"name":"id","value":"496"},{"name":"type","value":"country"},{"name":"name","value":"Mongolia"},{"name":"iso_alpha2_code","value":"MN"}],"rel":"country-496"},{"href":"http://localhost:3000/countries/446","data":[{"name":"id","value":"446"},{"name":"type","value":"country"},{"name":"name","value":"Macao"},{"name":"iso_alpha2_code","value":"MO"}],"rel":"country-446"},{"href":"http://localhost:3000/countries/580","data":[{"name":"id","value":"580"},{"name":"type","value":"country"},{"name":"name","value":"Northern
|
217
|
+
Mariana Islands"},{"name":"iso_alpha2_code","value":"MP"}],"rel":"country-580"},{"href":"http://localhost:3000/countries/474","data":[{"name":"id","value":"474"},{"name":"type","value":"country"},{"name":"name","value":"Martinique"},{"name":"iso_alpha2_code","value":"MQ"}],"rel":"country-474"},{"href":"http://localhost:3000/countries/478","data":[{"name":"id","value":"478"},{"name":"type","value":"country"},{"name":"name","value":"Mauritania"},{"name":"iso_alpha2_code","value":"MR"}],"rel":"country-478"},{"href":"http://localhost:3000/countries/500","data":[{"name":"id","value":"500"},{"name":"type","value":"country"},{"name":"name","value":"Montserrat"},{"name":"iso_alpha2_code","value":"MS"}],"rel":"country-500"},{"href":"http://localhost:3000/countries/470","data":[{"name":"id","value":"470"},{"name":"type","value":"country"},{"name":"name","value":"Malta"},{"name":"iso_alpha2_code","value":"MT"}],"rel":"country-470"},{"href":"http://localhost:3000/countries/480","data":[{"name":"id","value":"480"},{"name":"type","value":"country"},{"name":"name","value":"Mauritius"},{"name":"iso_alpha2_code","value":"MU"}],"rel":"country-480"},{"href":"http://localhost:3000/countries/462","data":[{"name":"id","value":"462"},{"name":"type","value":"country"},{"name":"name","value":"Maldives"},{"name":"iso_alpha2_code","value":"MV"}],"rel":"country-462"},{"href":"http://localhost:3000/countries/454","data":[{"name":"id","value":"454"},{"name":"type","value":"country"},{"name":"name","value":"Malawi"},{"name":"iso_alpha2_code","value":"MW"}],"rel":"country-454"},{"href":"http://localhost:3000/countries/484","data":[{"name":"id","value":"484"},{"name":"type","value":"country"},{"name":"name","value":"Mexico"},{"name":"iso_alpha2_code","value":"MX"}],"rel":"country-484"},{"href":"http://localhost:3000/countries/458","data":[{"name":"id","value":"458"},{"name":"type","value":"country"},{"name":"name","value":"Malaysia"},{"name":"iso_alpha2_code","value":"MY"}],"rel":"country-458"},{"href":"http://localhost:3000/countries/508","data":[{"name":"id","value":"508"},{"name":"type","value":"country"},{"name":"name","value":"Mozambique"},{"name":"iso_alpha2_code","value":"MZ"}],"rel":"country-508"},{"href":"http://localhost:3000/countries/516","data":[{"name":"id","value":"516"},{"name":"type","value":"country"},{"name":"name","value":"Namibia"},{"name":"iso_alpha2_code","value":"NA"}],"rel":"country-516"},{"href":"http://localhost:3000/countries/540","data":[{"name":"id","value":"540"},{"name":"type","value":"country"},{"name":"name","value":"New
|
218
|
+
Caledonia"},{"name":"iso_alpha2_code","value":"NC"}],"rel":"country-540"},{"href":"http://localhost:3000/countries/562","data":[{"name":"id","value":"562"},{"name":"type","value":"country"},{"name":"name","value":"Niger"},{"name":"iso_alpha2_code","value":"NE"}],"rel":"country-562"},{"href":"http://localhost:3000/countries/574","data":[{"name":"id","value":"574"},{"name":"type","value":"country"},{"name":"name","value":"Norfolk
|
219
|
+
Island"},{"name":"iso_alpha2_code","value":"NF"}],"rel":"country-574"},{"href":"http://localhost:3000/countries/566","data":[{"name":"id","value":"566"},{"name":"type","value":"country"},{"name":"name","value":"Nigeria"},{"name":"iso_alpha2_code","value":"NG"}],"rel":"country-566"},{"href":"http://localhost:3000/countries/558","data":[{"name":"id","value":"558"},{"name":"type","value":"country"},{"name":"name","value":"Nicaragua"},{"name":"iso_alpha2_code","value":"NI"}],"rel":"country-558"},{"href":"http://localhost:3000/countries/528","data":[{"name":"id","value":"528"},{"name":"type","value":"country"},{"name":"name","value":"Netherlands"},{"name":"iso_alpha2_code","value":"NL"}],"rel":"country-528"},{"href":"http://localhost:3000/countries/578","data":[{"name":"id","value":"578"},{"name":"type","value":"country"},{"name":"name","value":"Norway"},{"name":"iso_alpha2_code","value":"NO"}],"rel":"country-578"},{"href":"http://localhost:3000/countries/524","data":[{"name":"id","value":"524"},{"name":"type","value":"country"},{"name":"name","value":"Nepal"},{"name":"iso_alpha2_code","value":"NP"}],"rel":"country-524"},{"href":"http://localhost:3000/countries/520","data":[{"name":"id","value":"520"},{"name":"type","value":"country"},{"name":"name","value":"Nauru"},{"name":"iso_alpha2_code","value":"NR"}],"rel":"country-520"},{"href":"http://localhost:3000/countries/570","data":[{"name":"id","value":"570"},{"name":"type","value":"country"},{"name":"name","value":"Niue"},{"name":"iso_alpha2_code","value":"NU"}],"rel":"country-570"},{"href":"http://localhost:3000/countries/554","data":[{"name":"id","value":"554"},{"name":"type","value":"country"},{"name":"name","value":"New
|
220
|
+
Zealand"},{"name":"iso_alpha2_code","value":"NZ"}],"rel":"country-554"},{"href":"http://localhost:3000/countries/512","data":[{"name":"id","value":"512"},{"name":"type","value":"country"},{"name":"name","value":"Oman"},{"name":"iso_alpha2_code","value":"OM"}],"rel":"country-512"},{"href":"http://localhost:3000/countries/591","data":[{"name":"id","value":"591"},{"name":"type","value":"country"},{"name":"name","value":"Panama"},{"name":"iso_alpha2_code","value":"PA"}],"rel":"country-591"},{"href":"http://localhost:3000/countries/604","data":[{"name":"id","value":"604"},{"name":"type","value":"country"},{"name":"name","value":"Peru"},{"name":"iso_alpha2_code","value":"PE"}],"rel":"country-604"},{"href":"http://localhost:3000/countries/258","data":[{"name":"id","value":"258"},{"name":"type","value":"country"},{"name":"name","value":"French
|
221
|
+
Polynesia"},{"name":"iso_alpha2_code","value":"PF"}],"rel":"country-258"},{"href":"http://localhost:3000/countries/598","data":[{"name":"id","value":"598"},{"name":"type","value":"country"},{"name":"name","value":"Papua
|
222
|
+
New Guinea"},{"name":"iso_alpha2_code","value":"PG"}],"rel":"country-598"},{"href":"http://localhost:3000/countries/608","data":[{"name":"id","value":"608"},{"name":"type","value":"country"},{"name":"name","value":"Philippines"},{"name":"iso_alpha2_code","value":"PH"}],"rel":"country-608"},{"href":"http://localhost:3000/countries/586","data":[{"name":"id","value":"586"},{"name":"type","value":"country"},{"name":"name","value":"Pakistan"},{"name":"iso_alpha2_code","value":"PK"}],"rel":"country-586"},{"href":"http://localhost:3000/countries/616","data":[{"name":"id","value":"616"},{"name":"type","value":"country"},{"name":"name","value":"Poland"},{"name":"iso_alpha2_code","value":"PL"}],"rel":"country-616"},{"href":"http://localhost:3000/countries/666","data":[{"name":"id","value":"666"},{"name":"type","value":"country"},{"name":"name","value":"Saint
|
223
|
+
Pierre And Miquelon"},{"name":"iso_alpha2_code","value":"PM"}],"rel":"country-666"},{"href":"http://localhost:3000/countries/612","data":[{"name":"id","value":"612"},{"name":"type","value":"country"},{"name":"name","value":"Pitcairn"},{"name":"iso_alpha2_code","value":"PN"}],"rel":"country-612"},{"href":"http://localhost:3000/countries/630","data":[{"name":"id","value":"630"},{"name":"type","value":"country"},{"name":"name","value":"Puerto
|
224
|
+
Rico"},{"name":"iso_alpha2_code","value":"PR"}],"rel":"country-630"},{"href":"http://localhost:3000/countries/275","data":[{"name":"id","value":"275"},{"name":"type","value":"country"},{"name":"name","value":"Palestine,
|
225
|
+
State of"},{"name":"iso_alpha2_code","value":"PS"}],"rel":"country-275"},{"href":"http://localhost:3000/countries/620","data":[{"name":"id","value":"620"},{"name":"type","value":"country"},{"name":"name","value":"Portugal"},{"name":"iso_alpha2_code","value":"PT"}],"rel":"country-620"},{"href":"http://localhost:3000/countries/585","data":[{"name":"id","value":"585"},{"name":"type","value":"country"},{"name":"name","value":"Palau"},{"name":"iso_alpha2_code","value":"PW"}],"rel":"country-585"},{"href":"http://localhost:3000/countries/600","data":[{"name":"id","value":"600"},{"name":"type","value":"country"},{"name":"name","value":"Paraguay"},{"name":"iso_alpha2_code","value":"PY"}],"rel":"country-600"},{"href":"http://localhost:3000/countries/634","data":[{"name":"id","value":"634"},{"name":"type","value":"country"},{"name":"name","value":"Qatar"},{"name":"iso_alpha2_code","value":"QA"}],"rel":"country-634"},{"href":"http://localhost:3000/countries/638","data":[{"name":"id","value":"638"},{"name":"type","value":"country"},{"name":"name","value":"Réunion"},{"name":"iso_alpha2_code","value":"RE"}],"rel":"country-638"},{"href":"http://localhost:3000/countries/642","data":[{"name":"id","value":"642"},{"name":"type","value":"country"},{"name":"name","value":"Romania"},{"name":"iso_alpha2_code","value":"RO"}],"rel":"country-642"},{"href":"http://localhost:3000/countries/688","data":[{"name":"id","value":"688"},{"name":"type","value":"country"},{"name":"name","value":"Serbia"},{"name":"iso_alpha2_code","value":"RS"}],"rel":"country-688"},{"href":"http://localhost:3000/countries/643","data":[{"name":"id","value":"643"},{"name":"type","value":"country"},{"name":"name","value":"Russian
|
226
|
+
Federation"},{"name":"iso_alpha2_code","value":"RU"}],"rel":"country-643"},{"href":"http://localhost:3000/countries/646","data":[{"name":"id","value":"646"},{"name":"type","value":"country"},{"name":"name","value":"Rwanda"},{"name":"iso_alpha2_code","value":"RW"}],"rel":"country-646"},{"href":"http://localhost:3000/countries/682","data":[{"name":"id","value":"682"},{"name":"type","value":"country"},{"name":"name","value":"Saudi
|
227
|
+
Arabia"},{"name":"iso_alpha2_code","value":"SA"}],"rel":"country-682"},{"href":"http://localhost:3000/countries/090","data":[{"name":"id","value":"090"},{"name":"type","value":"country"},{"name":"name","value":"Solomon
|
228
|
+
Islands"},{"name":"iso_alpha2_code","value":"SB"}],"rel":"country-090"},{"href":"http://localhost:3000/countries/690","data":[{"name":"id","value":"690"},{"name":"type","value":"country"},{"name":"name","value":"Seychelles"},{"name":"iso_alpha2_code","value":"SC"}],"rel":"country-690"},{"href":"http://localhost:3000/countries/729","data":[{"name":"id","value":"729"},{"name":"type","value":"country"},{"name":"name","value":"Sudan"},{"name":"iso_alpha2_code","value":"SD"}],"rel":"country-729"},{"href":"http://localhost:3000/countries/752","data":[{"name":"id","value":"752"},{"name":"type","value":"country"},{"name":"name","value":"Sweden"},{"name":"iso_alpha2_code","value":"SE"}],"rel":"country-752"},{"href":"http://localhost:3000/countries/702","data":[{"name":"id","value":"702"},{"name":"type","value":"country"},{"name":"name","value":"Singapore"},{"name":"iso_alpha2_code","value":"SG"}],"rel":"country-702"},{"href":"http://localhost:3000/countries/654","data":[{"name":"id","value":"654"},{"name":"type","value":"country"},{"name":"name","value":"Saint
|
229
|
+
Helena"},{"name":"iso_alpha2_code","value":"SH"}],"rel":"country-654"},{"href":"http://localhost:3000/countries/705","data":[{"name":"id","value":"705"},{"name":"type","value":"country"},{"name":"name","value":"Slovenia"},{"name":"iso_alpha2_code","value":"SI"}],"rel":"country-705"},{"href":"http://localhost:3000/countries/744","data":[{"name":"id","value":"744"},{"name":"type","value":"country"},{"name":"name","value":"Svalbard
|
230
|
+
And Jan Mayen"},{"name":"iso_alpha2_code","value":"SJ"}],"rel":"country-744"},{"href":"http://localhost:3000/countries/703","data":[{"name":"id","value":"703"},{"name":"type","value":"country"},{"name":"name","value":"Slovakia"},{"name":"iso_alpha2_code","value":"SK"}],"rel":"country-703"},{"href":"http://localhost:3000/countries/694","data":[{"name":"id","value":"694"},{"name":"type","value":"country"},{"name":"name","value":"Sierra
|
231
|
+
Leone"},{"name":"iso_alpha2_code","value":"SL"}],"rel":"country-694"},{"href":"http://localhost:3000/countries/674","data":[{"name":"id","value":"674"},{"name":"type","value":"country"},{"name":"name","value":"San
|
232
|
+
Marino"},{"name":"iso_alpha2_code","value":"SM"}],"rel":"country-674"},{"href":"http://localhost:3000/countries/686","data":[{"name":"id","value":"686"},{"name":"type","value":"country"},{"name":"name","value":"Senegal"},{"name":"iso_alpha2_code","value":"SN"}],"rel":"country-686"},{"href":"http://localhost:3000/countries/706","data":[{"name":"id","value":"706"},{"name":"type","value":"country"},{"name":"name","value":"Somalia"},{"name":"iso_alpha2_code","value":"SO"}],"rel":"country-706"},{"href":"http://localhost:3000/countries/740","data":[{"name":"id","value":"740"},{"name":"type","value":"country"},{"name":"name","value":"Suriname"},{"name":"iso_alpha2_code","value":"SR"}],"rel":"country-740"},{"href":"http://localhost:3000/countries/728","data":[{"name":"id","value":"728"},{"name":"type","value":"country"},{"name":"name","value":"South
|
233
|
+
Sudan"},{"name":"iso_alpha2_code","value":"SS"}],"rel":"country-728"},{"href":"http://localhost:3000/countries/678","data":[{"name":"id","value":"678"},{"name":"type","value":"country"},{"name":"name","value":"Sao
|
234
|
+
Tome and Principe"},{"name":"iso_alpha2_code","value":"ST"}],"rel":"country-678"},{"href":"http://localhost:3000/countries/222","data":[{"name":"id","value":"222"},{"name":"type","value":"country"},{"name":"name","value":"El
|
235
|
+
Salvador"},{"name":"iso_alpha2_code","value":"SV"}],"rel":"country-222"},{"href":"http://localhost:3000/countries/534","data":[{"name":"id","value":"534"},{"name":"type","value":"country"},{"name":"name","value":"Sint
|
236
|
+
Maarten"},{"name":"iso_alpha2_code","value":"SX"}],"rel":"country-534"},{"href":"http://localhost:3000/countries/760","data":[{"name":"id","value":"760"},{"name":"type","value":"country"},{"name":"name","value":"Syrian
|
237
|
+
Arab Republic"},{"name":"iso_alpha2_code","value":"SY"}],"rel":"country-760"},{"href":"http://localhost:3000/countries/748","data":[{"name":"id","value":"748"},{"name":"type","value":"country"},{"name":"name","value":"Swaziland"},{"name":"iso_alpha2_code","value":"SZ"}],"rel":"country-748"},{"href":"http://localhost:3000/countries/796","data":[{"name":"id","value":"796"},{"name":"type","value":"country"},{"name":"name","value":"Turks
|
238
|
+
and Caicos Islands"},{"name":"iso_alpha2_code","value":"TC"}],"rel":"country-796"},{"href":"http://localhost:3000/countries/148","data":[{"name":"id","value":"148"},{"name":"type","value":"country"},{"name":"name","value":"Chad"},{"name":"iso_alpha2_code","value":"TD"}],"rel":"country-148"},{"href":"http://localhost:3000/countries/260","data":[{"name":"id","value":"260"},{"name":"type","value":"country"},{"name":"name","value":"French
|
239
|
+
Southern Territories"},{"name":"iso_alpha2_code","value":"TF"}],"rel":"country-260"},{"href":"http://localhost:3000/countries/768","data":[{"name":"id","value":"768"},{"name":"type","value":"country"},{"name":"name","value":"Togo"},{"name":"iso_alpha2_code","value":"TG"}],"rel":"country-768"},{"href":"http://localhost:3000/countries/764","data":[{"name":"id","value":"764"},{"name":"type","value":"country"},{"name":"name","value":"Thailand"},{"name":"iso_alpha2_code","value":"TH"}],"rel":"country-764"},{"href":"http://localhost:3000/countries/762","data":[{"name":"id","value":"762"},{"name":"type","value":"country"},{"name":"name","value":"Tajikistan"},{"name":"iso_alpha2_code","value":"TJ"}],"rel":"country-762"},{"href":"http://localhost:3000/countries/772","data":[{"name":"id","value":"772"},{"name":"type","value":"country"},{"name":"name","value":"Tokelau"},{"name":"iso_alpha2_code","value":"TK"}],"rel":"country-772"},{"href":"http://localhost:3000/countries/626","data":[{"name":"id","value":"626"},{"name":"type","value":"country"},{"name":"name","value":"Timor-Leste"},{"name":"iso_alpha2_code","value":"TL"}],"rel":"country-626"},{"href":"http://localhost:3000/countries/795","data":[{"name":"id","value":"795"},{"name":"type","value":"country"},{"name":"name","value":"Turkmenistan"},{"name":"iso_alpha2_code","value":"TM"}],"rel":"country-795"},{"href":"http://localhost:3000/countries/788","data":[{"name":"id","value":"788"},{"name":"type","value":"country"},{"name":"name","value":"Tunisia"},{"name":"iso_alpha2_code","value":"TN"}],"rel":"country-788"},{"href":"http://localhost:3000/countries/776","data":[{"name":"id","value":"776"},{"name":"type","value":"country"},{"name":"name","value":"Tonga"},{"name":"iso_alpha2_code","value":"TO"}],"rel":"country-776"},{"href":"http://localhost:3000/countries/792","data":[{"name":"id","value":"792"},{"name":"type","value":"country"},{"name":"name","value":"Turkey"},{"name":"iso_alpha2_code","value":"TR"}],"rel":"country-792"},{"href":"http://localhost:3000/countries/780","data":[{"name":"id","value":"780"},{"name":"type","value":"country"},{"name":"name","value":"Trinidad
|
240
|
+
and Tobago"},{"name":"iso_alpha2_code","value":"TT"}],"rel":"country-780"},{"href":"http://localhost:3000/countries/798","data":[{"name":"id","value":"798"},{"name":"type","value":"country"},{"name":"name","value":"Tuvalu"},{"name":"iso_alpha2_code","value":"TV"}],"rel":"country-798"},{"href":"http://localhost:3000/countries/158","data":[{"name":"id","value":"158"},{"name":"type","value":"country"},{"name":"name","value":"Taiwan,
|
241
|
+
Republic Of China"},{"name":"iso_alpha2_code","value":"TW"}],"rel":"country-158"},{"href":"http://localhost:3000/countries/834","data":[{"name":"id","value":"834"},{"name":"type","value":"country"},{"name":"name","value":"Tanzania,
|
242
|
+
United Republic of"},{"name":"iso_alpha2_code","value":"TZ"}],"rel":"country-834"},{"href":"http://localhost:3000/countries/804","data":[{"name":"id","value":"804"},{"name":"type","value":"country"},{"name":"name","value":"Ukraine"},{"name":"iso_alpha2_code","value":"UA"}],"rel":"country-804"},{"href":"http://localhost:3000/countries/800","data":[{"name":"id","value":"800"},{"name":"type","value":"country"},{"name":"name","value":"Uganda"},{"name":"iso_alpha2_code","value":"UG"}],"rel":"country-800"},{"href":"http://localhost:3000/countries/581","data":[{"name":"id","value":"581"},{"name":"type","value":"country"},{"name":"name","value":"United
|
243
|
+
States Minor Outlying Islands"},{"name":"iso_alpha2_code","value":"UM"}],"rel":"country-581"},{"href":"http://localhost:3000/countries/840","data":[{"name":"id","value":"840"},{"name":"type","value":"country"},{"name":"name","value":"United
|
244
|
+
States"},{"name":"iso_alpha2_code","value":"US"}],"rel":"country-840"},{"href":"http://localhost:3000/countries/858","data":[{"name":"id","value":"858"},{"name":"type","value":"country"},{"name":"name","value":"Uruguay"},{"name":"iso_alpha2_code","value":"UY"}],"rel":"country-858"},{"href":"http://localhost:3000/countries/860","data":[{"name":"id","value":"860"},{"name":"type","value":"country"},{"name":"name","value":"Uzbekistan"},{"name":"iso_alpha2_code","value":"UZ"}],"rel":"country-860"},{"href":"http://localhost:3000/countries/336","data":[{"name":"id","value":"336"},{"name":"type","value":"country"},{"name":"name","value":"Holy
|
245
|
+
See (Vatican City State)"},{"name":"iso_alpha2_code","value":"VA"}],"rel":"country-336"},{"href":"http://localhost:3000/countries/670","data":[{"name":"id","value":"670"},{"name":"type","value":"country"},{"name":"name","value":"Saint
|
246
|
+
Vincent And The Grenedines"},{"name":"iso_alpha2_code","value":"VC"}],"rel":"country-670"},{"href":"http://localhost:3000/countries/862","data":[{"name":"id","value":"862"},{"name":"type","value":"country"},{"name":"name","value":"Venezuela,
|
247
|
+
Bolivarian Republic of"},{"name":"iso_alpha2_code","value":"VE"}],"rel":"country-862"},{"href":"http://localhost:3000/countries/092","data":[{"name":"id","value":"092"},{"name":"type","value":"country"},{"name":"name","value":"Virgin
|
248
|
+
Islands, British"},{"name":"iso_alpha2_code","value":"VG"}],"rel":"country-092"},{"href":"http://localhost:3000/countries/850","data":[{"name":"id","value":"850"},{"name":"type","value":"country"},{"name":"name","value":"Virgin
|
249
|
+
Islands, U.S."},{"name":"iso_alpha2_code","value":"VI"}],"rel":"country-850"},{"href":"http://localhost:3000/countries/704","data":[{"name":"id","value":"704"},{"name":"type","value":"country"},{"name":"name","value":"Vietnam"},{"name":"iso_alpha2_code","value":"VN"}],"rel":"country-704"},{"href":"http://localhost:3000/countries/548","data":[{"name":"id","value":"548"},{"name":"type","value":"country"},{"name":"name","value":"Vanuatu"},{"name":"iso_alpha2_code","value":"VU"}],"rel":"country-548"},{"href":"http://localhost:3000/countries/876","data":[{"name":"id","value":"876"},{"name":"type","value":"country"},{"name":"name","value":"Wallis
|
250
|
+
and Futuna"},{"name":"iso_alpha2_code","value":"WF"}],"rel":"country-876"},{"href":"http://localhost:3000/countries/882","data":[{"name":"id","value":"882"},{"name":"type","value":"country"},{"name":"name","value":"Samoa"},{"name":"iso_alpha2_code","value":"WS"}],"rel":"country-882"},{"href":"http://localhost:3000/countries/887","data":[{"name":"id","value":"887"},{"name":"type","value":"country"},{"name":"name","value":"Yemen"},{"name":"iso_alpha2_code","value":"YE"}],"rel":"country-887"},{"href":"http://localhost:3000/countries/175","data":[{"name":"id","value":"175"},{"name":"type","value":"country"},{"name":"name","value":"Mayotte"},{"name":"iso_alpha2_code","value":"YT"}],"rel":"country-175"},{"href":"http://localhost:3000/countries/710","data":[{"name":"id","value":"710"},{"name":"type","value":"country"},{"name":"name","value":"South
|
251
|
+
Africa"},{"name":"iso_alpha2_code","value":"ZA"}],"rel":"country-710"},{"href":"http://localhost:3000/countries/894","data":[{"name":"id","value":"894"},{"name":"type","value":"country"},{"name":"name","value":"Zambia"},{"name":"iso_alpha2_code","value":"ZM"}],"rel":"country-894"},{"href":"http://localhost:3000/countries/716","data":[{"name":"id","value":"716"},{"name":"type","value":"country"},{"name":"name","value":"Zimbabwe"},{"name":"iso_alpha2_code","value":"ZW"}],"rel":"country-716"}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/custom_data","rel":"custom_data","template":{"data":[{"name":"member_id","value":null},{"name":"custom_field_id","value":null},{"name":"value","value":null},{"name":"is_private","value":null},{"name":"type","value":"custom_datum"}]},"links":[{"rel":"custom_field","href":"http://localhost:3000/custom_fields"},{"rel":"member","href":"http://localhost:3000/members"},{"rel":"team","href":"http://localhost:3000/teams"},{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/custom_data"}],"queries":[{"rel":"search","href":"http://localhost:3000/custom_data/search","data":[{"name":"id","value":null},{"name":"team_id","value":null},{"name":"member_id","value":null},{"name":"custom_field_id","value":null},{"name":"page_size","value":null,"prompt":"The
|
252
|
+
number of items to return for each page. Sending this parameter with the query
|
253
|
+
will enable paging for the returned collection."},{"name":"page_number","value":null,"prompt":"The
|
254
|
+
number of the page to be returned. This requires that paging be turned on
|
255
|
+
by also providing the page_size parameter."}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/custom_fields","rel":"custom_fields","template":{"data":[{"name":"team_id","value":null},{"name":"name","value":null},{"name":"kind","value":null},{"name":"options","value":null},{"name":"help_text","value":null},{"name":"type","value":"custom_field"}]},"links":[{"rel":"custom_data","href":"http://localhost:3000/custom_data"},{"rel":"team","href":"http://localhost:3000/teams"},{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/custom_fields"}],"queries":[{"rel":"search","href":"http://localhost:3000/custom_fields/search","data":[{"name":"id","value":null},{"name":"team_id","value":null},{"name":"page_size","value":null,"prompt":"The
|
256
|
+
number of items to return for each page. Sending this parameter with the query
|
257
|
+
will enable paging for the returned collection."},{"name":"page_number","value":null,"prompt":"The
|
258
|
+
number of the page to be returned. This requires that paging be turned on
|
259
|
+
by also providing the page_size parameter."}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/league_custom_data","rel":"league_custom_data","template":{"data":[{"name":"member_id","value":null},{"name":"league_custom_field_id","value":null},{"name":"value","value":null},{"name":"is_private","value":null},{"name":"type","value":"league_custom_datum"}]},"links":[{"rel":"league_custom_field","href":"http://localhost:3000/league_custom_fields"},{"rel":"member","href":"http://localhost:3000/members"},{"rel":"team","href":"http://localhost:3000/teams"},{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/league_custom_data"}],"queries":[{"rel":"search","href":"http://localhost:3000/league_custom_data/search","data":[{"name":"id","value":null},{"name":"team_id","value":null},{"name":"member_id","value":null},{"name":"division_id","value":null},{"name":"league_custom_field_id","value":null},{"name":"page_size","value":null,"prompt":"The
|
260
|
+
number of items to return for each page. Sending this parameter with the query
|
261
|
+
will enable paging for the returned collection."},{"name":"page_number","value":null,"prompt":"The
|
262
|
+
number of the page to be returned. This requires that paging be turned on
|
263
|
+
by also providing the page_size parameter."}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/league_custom_fields","rel":"league_custom_fields","links":[{"rel":"teams","href":"http://localhost:3000/teams"},{"rel":"root","href":"http://localhost:3000/"},{"rel":"league_custom_data","href":"http://localhost:3000/league_custom_data"},{"rel":"self","href":"http://localhost:3000/league_custom_fields"}],"queries":[{"rel":"search","href":"http://localhost:3000/league_custom_fields/search","data":[{"name":"id","value":null},{"name":"team_id","value":null},{"name":"division_id","value":null},{"name":"page_size","value":null,"prompt":"The
|
264
|
+
number of items to return for each page. Sending this parameter with the query
|
265
|
+
will enable paging for the returned collection."},{"name":"page_number","value":null,"prompt":"The
|
266
|
+
number of the page to be returned. This requires that paging be turned on
|
267
|
+
by also providing the page_size parameter."}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/divisions","rel":"divisions","template":{"data":[{"name":"type","value":"division"},{"name":"parent_id","value":null},{"name":"name","value":null},{"name":"country","value":null},{"name":"postal_code","value":null},{"name":"time_zone","value":null},{"name":"sport_id","value":null},{"name":"season_name","value":null},{"name":"league_name","value":null},{"name":"league_url","value":null}]},"links":[{"rel":"teams","href":"http://localhost:3000/teams"},{"rel":"division_events","href":"http://localhost:3000/division_events"}],"queries":[{"rel":"search","href":"http://localhost:3000/divisions/search","data":[{"name":"id","value":null},{"name":"user_id","value":null},{"name":"page_size","value":null,"prompt":"The
|
268
|
+
number of items to return for each page. Sending this parameter with the query
|
269
|
+
will enable paging for the returned collection."},{"name":"page_number","value":null,"prompt":"The
|
270
|
+
number of the page to be returned. This requires that paging be turned on
|
271
|
+
by also providing the page_size parameter."}]},{"rel":"ancestors","href":"http://localhost:3000/divisions/ancestors","prompt":"Beta:
|
272
|
+
(This endpoint subject to change) Returns all the nested set ancestors of
|
273
|
+
the given division.","data":[{"name":"id","value":null}]},{"rel":"descendants","href":"http://localhost:3000/divisions/descendants","prompt":"Beta:
|
274
|
+
(This endpoint subject to change) Returns all the nested set descendants of
|
275
|
+
the given division.","data":[{"name":"id","value":null}]},{"rel":"children","href":"http://localhost:3000/divisions/children","prompt":"Beta:
|
276
|
+
(This endpoint subject to change) Returns all the nested set children of the
|
277
|
+
given division.","data":[{"name":"id","value":null}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/division_contact_email_addresses","rel":"division_contact_email_addresses","template":{"data":[{"name":"label","value":null},{"name":"email","value":null},{"name":"receives_team_emails","value":null},{"name":"is_hidden","value":null},{"name":"contact_id","value":null},{"name":"type","value":"division_contact_email_address"}]},"links":[{"rel":"contact","href":"http://localhost:3000/contacts"},{"rel":"division_contact","href":"http://localhost:3000/division_contacts"},{"rel":"division_member","href":"http://localhost:3000/division_members"},{"rel":"member","href":"http://localhost:3000/members"},{"rel":"team","href":"http://localhost:3000/teams"},{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/division_contact_email_addresses"}],"queries":[{"rel":"search","href":"http://localhost:3000/division_contact_email_addresses/search","data":[{"name":"contact_id","value":null},{"name":"team_id","value":null},{"name":"id","value":null},{"name":"page_size","value":null,"prompt":"The
|
278
|
+
number of items to return for each page. Sending this parameter with the query
|
279
|
+
will enable paging for the returned collection."},{"name":"page_number","value":null,"prompt":"The
|
280
|
+
number of the page to be returned. This requires that paging be turned on
|
281
|
+
by also providing the page_size parameter."}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/division_contact_phone_numbers","rel":"division_contact_phone_numbers","template":{"data":[{"name":"label","value":null},{"name":"phone_number","value":null},{"name":"preferred","value":null,"deprecated":true,"prompt":"preferred
|
282
|
+
is deprecated and will be removed in a future version, use is_preferred instead."},{"name":"is_preferred","value":null},{"name":"contact_id","value":null},{"name":"sms_enabled","value":null},{"name":"sms_gateway_id","value":null},{"name":"is_hidden","value":null},{"name":"type","value":"division_contact_phone_number"}]},"links":[{"rel":"contact","href":"http://localhost:3000/contacts"},{"rel":"division_contact","href":"http://localhost:3000/division_contacts"},{"rel":"division_member","href":"http://localhost:3000/division_members"},{"rel":"member","href":"http://localhost:3000/members"},{"rel":"sms_gateway","href":"http://localhost:3000/sms_gateways"},{"rel":"team","href":"http://localhost:3000/teams"},{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/division_contact_phone_numbers"}],"queries":[{"rel":"search","href":"http://localhost:3000/division_contact_phone_numbers/search","data":[{"name":"team_id","value":null},{"name":"id","value":null},{"name":"contact_id","value":null},{"name":"page_size","value":null,"prompt":"The
|
283
|
+
number of items to return for each page. Sending this parameter with the query
|
284
|
+
will enable paging for the returned collection."},{"name":"page_number","value":null,"prompt":"The
|
285
|
+
number of the page to be returned. This requires that paging be turned on
|
286
|
+
by also providing the page_size parameter."}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/division_contacts","rel":"division_contacts","template":{"data":[{"name":"label","value":null},{"name":"address_street1","value":null},{"name":"address_street2","value":null},{"name":"address_city","value":null},{"name":"address_state","value":null},{"name":"address_zip","value":null},{"name":"address_country","value":null},{"name":"first_name","value":null},{"name":"last_name","value":null},{"name":"hide_address","value":null,"deprecated":true,"prompt":"hide_address
|
287
|
+
is deprecated and will be removed in a future version, use is_address_hidden
|
288
|
+
instead."},{"name":"is_address_hidden","value":null},{"name":"allow_shared_access","value":null},{"name":"member_id","value":null},{"name":"type","value":"division_contact"}]},"links":[{"rel":"contact_email_addresses","href":"http://localhost:3000/contact_email_addresses"},{"rel":"contact_phone_numbers","href":"http://localhost:3000/contact_phone_numbers"},{"rel":"division_contact_email_addresses","href":"http://localhost:3000/division_contact_email_addresses"},{"rel":"division_contact_phone_numbers","href":"http://localhost:3000/division_contact_phone_numbers"},{"rel":"division_member","href":"http://localhost:3000/division_members"},{"rel":"member","href":"http://localhost:3000/members"},{"rel":"team","href":"http://localhost:3000/teams"},{"rel":"user","href":"http://localhost:3000/users"},{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/division_contacts"}],"queries":[{"rel":"search","href":"http://localhost:3000/division_contacts/search","data":[{"name":"team_id","value":null},{"name":"member_id","value":null},{"name":"id","value":null},{"name":"page_size","value":null,"prompt":"The
|
289
|
+
number of items to return for each page. Sending this parameter with the query
|
290
|
+
will enable paging for the returned collection."},{"name":"page_number","value":null,"prompt":"The
|
291
|
+
number of the page to be returned. This requires that paging be turned on
|
292
|
+
by also providing the page_size parameter."}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/division_events","rel":"division_events","prompt":"BETA:
|
293
|
+
(This endpoint subject to change) Returns a collection associated with a division''s
|
294
|
+
events","links":[{"rel":"assignments","href":"http://localhost:3000/assignments"},{"rel":"availabilities","href":"http://localhost:3000/availabilities"},{"rel":"division_location","href":"http://localhost:3000/division_locations"},{"rel":"event_statistics","href":"http://localhost:3000/event_statistics"},{"rel":"location","href":"http://localhost:3000/locations"},{"rel":"opponent","href":"http://localhost:3000/opponents"},{"rel":"statistic_data","href":"http://localhost:3000/statistic_data"},{"rel":"team","href":"http://localhost:3000/teams"},{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/division_events"}],"queries":[{"rel":"search","href":"http://localhost:3000/division_events/search","data":[{"name":"division_id","value":null},{"name":"id","value":null},{"name":"division_location_id","value":null},{"name":"started_after","value":null},{"name":"is_game","value":null},{"name":"page_size","value":null,"prompt":"The
|
295
|
+
number of items to return for each page. Sending this parameter with the query
|
296
|
+
will enable paging for the returned collection."},{"name":"page_number","value":null,"prompt":"The
|
297
|
+
number of the page to be returned. This requires that paging be turned on
|
298
|
+
by also providing the page_size parameter."}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/division_locations","rel":"division_locations","template":{"data":[{"name":"name","value":null},{"name":"url","value":null},{"name":"phone","value":null},{"name":"notes","value":null},{"name":"address","value":null},{"name":"division_id","value":null},{"name":"type","value":"division_location"}]},"links":[{"rel":"events","href":"http://localhost:3000/events"},{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/division_locations"}],"queries":[{"rel":"search","href":"http://localhost:3000/division_locations/search","data":[{"name":"division_id","value":null},{"name":"team_id","value":null},{"name":"id","value":null},{"name":"page_size","value":null,"prompt":"The
|
299
|
+
number of items to return for each page. Sending this parameter with the query
|
300
|
+
will enable paging for the returned collection."},{"name":"page_number","value":null,"prompt":"The
|
301
|
+
number of the page to be returned. This requires that paging be turned on
|
302
|
+
by also providing the page_size parameter."}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/division_member_email_addresses","rel":"division_member_email_addresses","template":{"data":[{"name":"member_id","value":null},{"name":"label","value":null},{"name":"email","value":null},{"name":"receives_team_emails","value":null},{"name":"is_hidden","value":null},{"name":"type","value":"division_member_email_address"}]},"links":[{"rel":"member","href":"http://localhost:3000/members"},{"rel":"team","href":"http://localhost:3000/teams"},{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/division_member_email_addresses"}],"queries":[{"rel":"search","href":"http://localhost:3000/division_member_email_addresses/search","data":[{"name":"team_id","value":null},{"name":"member_id","value":null},{"name":"id","value":null},{"name":"page_size","value":null,"prompt":"The
|
303
|
+
number of items to return for each page. Sending this parameter with the query
|
304
|
+
will enable paging for the returned collection."},{"name":"page_number","value":null,"prompt":"The
|
305
|
+
number of the page to be returned. This requires that paging be turned on
|
306
|
+
by also providing the page_size parameter."}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/division_member_phone_numbers","rel":"division_member_phone_numbers","template":{"data":[{"name":"label","value":null},{"name":"phone_number","value":null},{"name":"preferred","value":null,"deprecated":true,"prompt":"preferred
|
307
|
+
is deprecated and will be removed in a future version, use is_preferred instead."},{"name":"is_preferred","value":null},{"name":"member_id","value":null},{"name":"sms_enabled","value":null},{"name":"sms_gateway_id","value":null},{"name":"is_hidden","value":null},{"name":"type","value":"division_member_phone_number"}]},"links":[{"rel":"member","href":"http://localhost:3000/members"},{"rel":"sms_gateway","href":"http://localhost:3000/sms_gateways"},{"rel":"team","href":"http://localhost:3000/teams"},{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/division_member_phone_numbers"}],"queries":[{"rel":"search","href":"http://localhost:3000/division_member_phone_numbers/search","data":[{"name":"team_id","value":null},{"name":"id","value":null},{"name":"member_id","value":null},{"name":"page_size","value":null,"prompt":"The
|
308
|
+
number of items to return for each page. Sending this parameter with the query
|
309
|
+
will enable paging for the returned collection."},{"name":"page_number","value":null,"prompt":"The
|
310
|
+
number of the page to be returned. This requires that paging be turned on
|
311
|
+
by also providing the page_size parameter."}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/division_members","rel":"division_members","queries":[{"rel":"search","href":"http://localhost:3000/division_members/search","data":[{"name":"team_id","value":null,"prompt":"Find
|
312
|
+
a division member by the id of the team they are a commissioner of."},{"name":"division_id","value":null},{"name":"user_id","value":null},{"name":"id","value":null},{"name":"birthday_month","value":null,"prompt":"Find
|
313
|
+
a division member by the month of their birthday."},{"name":"page_size","value":null,"prompt":"The
|
314
|
+
number of items to return for each page. Sending this parameter with the query
|
315
|
+
will enable paging for the returned collection."},{"name":"page_number","value":null,"prompt":"The
|
316
|
+
number of the page to be returned. This requires that paging be turned on
|
317
|
+
by also providing the page_size parameter."}]}],"links":[{"rel":"contact_email_addresses","href":"http://localhost:3000/contact_email_addresses"},{"rel":"contact_phone_numbers","href":"http://localhost:3000/contact_phone_numbers"},{"rel":"contacts","href":"http://localhost:3000/contacts"},{"rel":"division_contact_email_addresses","href":"http://localhost:3000/division_contact_email_addresses"},{"rel":"division_contact_phone_numbers","href":"http://localhost:3000/division_contact_phone_numbers"},{"rel":"division_contacts","href":"http://localhost:3000/division_contacts"},{"rel":"division_member_email_addresses","href":"http://localhost:3000/division_member_email_addresses"},{"rel":"division_member_phone_numbers","href":"http://localhost:3000/division_member_phone_numbers"},{"rel":"division_member_preferences","href":"http://localhost:3000/division_members_preferences"},{"rel":"forum_posts","href":"http://localhost:3000/forum_posts"},{"rel":"member_email_addresses","href":"http://localhost:3000/member_email_addresses"},{"rel":"member_phone_numbers","href":"http://localhost:3000/member_phone_numbers"},{"rel":"member_preferences","href":"http://localhost:3000/members_preferences"},{"rel":"user","href":"http://localhost:3000/users"},{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/division_members"}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/division_members_preferences","rel":"members_preferences","template":{"data":[{"name":"assignments_hide_past","value":null},{"name":"schedule_hide_past","value":null},{"name":"availability_show_past","value":null},{"name":"schedule_show_for_code","value":null},{"name":"reminders_send_game","value":null},{"name":"reminders_send_event","value":null},{"name":"reminders_send_days_before_game","value":null},{"name":"reminders_send_days_before_event","value":null},{"name":"reminders_send_manager_game","value":null},{"name":"reminders_send_manager_event","value":null},{"name":"reminders_send_manager_days_before_game","value":null},{"name":"reminders_send_manager_days_before_event","value":null},{"name":"mobile_send_push_messages","value":null},{"name":"public_site_show_thumbnail","value":null},{"name":"public_site_show_last_name","value":null},{"name":"facebook_post_scores","value":null},{"name":"facebook_post_scores_to_page_id","value":null},{"name":"facebook_post_scores_to_page_name","value":null},{"name":"facebook_post_scores_to_wall","value":null},{"name":"facebook_only_post_wins","value":null},{"name":"facebook_polite_scores","value":null},{"name":"facebook_page_access_token","value":null},{"name":"type","value":"member_preferences"}]},"links":[{"rel":"member","href":"http://localhost:3000/members"},{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/division_members_preferences"}],"queries":[{"rel":"search","href":"http://localhost:3000/members_preferences/search","data":[{"name":"team_id","value":null},{"name":"id","value":null},{"name":"page_size","value":null,"prompt":"The
|
318
|
+
number of items to return for each page. Sending this parameter with the query
|
319
|
+
will enable paging for the returned collection."},{"name":"page_number","value":null,"prompt":"The
|
320
|
+
number of the page to be returned. This requires that paging be turned on
|
321
|
+
by also providing the page_size parameter."}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/division_events_imports","rel":"division_events_imports","links":[{"rel":"divisions","href":"http://localhost:3000/divisions"},{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/division_events_imports"}],"queries":[{"rel":"search","href":"http://localhost:3000/division_events_imports/search","data":[{"name":"division_id","value":null},{"name":"id","value":null},{"name":"page_size","value":null,"prompt":"The
|
322
|
+
number of items to return for each page. Sending this parameter with the query
|
323
|
+
will enable paging for the returned collection."},{"name":"page_number","value":null,"prompt":"The
|
324
|
+
number of the page to be returned. This requires that paging be turned on
|
325
|
+
by also providing the page_size parameter."}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/division_team_standings","rel":"division_team_standings","template":{"data":[{"name":"id","value":null},{"name":"type","value":null},{"name":"team_name","value":null},{"name":"team_url","value":null},{"name":"division_name","value":null},{"name":"wins","value":null},{"name":"losses","value":null},{"name":"ties","value":null},{"name":"overtime_losses","value":null},{"name":"standings_points","value":null},{"name":"type","value":"division_team_standing"}]},"links":[{"rel":"team","href":"http://localhost:3000/teams"},{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/division_team_standings"}],"queries":[{"rel":"search","href":"http://localhost:3000/division_team_standings/search","data":[{"name":"team_id","value":null},{"name":"page_size","value":null,"prompt":"The
|
326
|
+
number of items to return for each page. Sending this parameter with the query
|
327
|
+
will enable paging for the returned collection."},{"name":"page_number","value":null,"prompt":"The
|
328
|
+
number of the page to be returned. This requires that paging be turned on
|
329
|
+
by also providing the page_size parameter."}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/divisions_preferences","rel":"divisions_preferences","prompt":"BETA:
|
330
|
+
(This endpoint subject to change) Returns a collection associated with a division''s
|
331
|
+
preferences","template":{"data":[{"name":"alternate_sport_name","value":null},{"name":"assignments_enable_for_code","value":null},{"name":"availabilities_sort_order","value":null},{"name":"availability_event_cutoff","value":null},{"name":"availability_game_cutoff","value":null},{"name":"can_have_subdivisions","value":null},{"name":"color_scheme_cd","value":null},{"name":"currency_symbol","value":null},{"name":"has_tracked_items_for_non_players","value":null},{"name":"has_payments_for_non_players","value":null},{"name":"has_international_date","value":null},{"name":"has_international_time","value":null},{"name":"is_announcement_above_home_photo","value":null},{"name":"is_assignments_enabled","value":null},{"name":"is_availabilities_enabled","value":null},{"name":"is_coed","value":null},{"name":"is_event_reminders_enabled","value":null},{"name":"is_game_reminders_enabled","value":null},{"name":"is_header_hidden","value":null},{"name":"is_league_controlling_settings","value":null},{"name":"is_marketplace_enabled","value":null},{"name":"is_multi_sport","value":null},{"name":"is_payments_private","value":null},{"name":"is_registration_enabled","value":null},{"name":"is_roster_importable","value":null},{"name":"is_payments_enabled","value":null},{"name":"is_schedule_enabled","value":null},{"name":"is_sponsor_editable_for_non_commissioners","value":null},{"name":"is_standings_enabled","value":null},{"name":"is_statistics_enabled","value":null},{"name":"is_team_media_enabled","value":null},{"name":"is_tracked_items_enabled","value":null},{"name":"is_tracked_items_private","value":null},{"name":"is_tracking_points","value":null},{"name":"is_youth","value":null},{"name":"member_sort_order","value":null},{"name":"type","value":"team_preferences"}]},"links":[{"rel":"division","href":"http://localhost:3000/divisions"},{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/divisions_preferences"}],"queries":[{"rel":"search","href":"http://localhost:3000/divisions_preferences/search","data":[{"name":"id","value":null},{"name":"division_id","value":null},{"name":"user_id","value":null},{"name":"page_size","value":null,"prompt":"The
|
332
|
+
number of items to return for each page. Sending this parameter with the query
|
333
|
+
will enable paging for the returned collection."},{"name":"page_number","value":null,"prompt":"The
|
334
|
+
number of the page to be returned. This requires that paging be turned on
|
335
|
+
by also providing the page_size parameter."}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/event_statistics","rel":"event_statistics","links":[{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/event_statistics"},{"rel":"event","href":"http://localhost:3000/events"},{"rel":"statistic","href":"http://localhost:3000/statistics"},{"rel":"team","href":"http://localhost:3000/teams"}],"queries":[{"rel":"search","href":"http://localhost:3000/event_statistics/search","data":[{"name":"id","value":null},{"name":"statistic_id","value":null},{"name":"event_id","value":null},{"name":"team_id","value":null}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/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
|
336
|
+
updating a repeating event, this is a required field. Values are: \"all\"
|
337
|
+
- updates all events in this series, \"future\" - updates this event and all
|
338
|
+
that occur after, \"none\" - only updates a single event."},{"name":"repeating_type_code","value":null,"prompt":"A
|
339
|
+
code for the frequency of the repeated event, this is required with the \"repeating_include\"
|
340
|
+
attribute when creating a repeating event. Valid values are: \"1\" - repeat
|
341
|
+
an event daily, \"2\" - repeat an event weekly."},{"name":"repeating_until","value":null,"prompt":"A
|
342
|
+
date when the repeating event should end, this is inclusive so an event will
|
343
|
+
be created on this day if it falls before the next event specified by \"repeating_type_code\".
|
344
|
+
This attribute is required with \"repeating_type_code\" when creating a repeating
|
345
|
+
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":"http://localhost:3000/assignments"},{"rel":"availabilities","href":"http://localhost:3000/availabilities"},{"rel":"division_location","href":"http://localhost:3000/division_locations"},{"rel":"event_statistics","href":"http://localhost:3000/event_statistics"},{"rel":"location","href":"http://localhost:3000/locations"},{"rel":"opponent","href":"http://localhost:3000/opponents"},{"rel":"statistic_data","href":"http://localhost:3000/statistic_data"},{"rel":"team","href":"http://localhost:3000/teams"},{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/events"}],"queries":[{"rel":"search","href":"http://localhost:3000/events/search","data":[{"name":"team_id","value":null},{"name":"location_id","value":null},{"name":"opponent_id","value":null},{"name":"started_after","value":null},{"name":"started_before","value":null},{"name":"id","value":null},{"name":"page_size","value":null,"prompt":"The
|
346
|
+
number of items to return for each page. Sending this parameter with the query
|
347
|
+
will enable paging for the returned collection."},{"name":"page_number","value":null,"prompt":"The
|
348
|
+
number of the page to be returned. This requires that paging be turned on
|
349
|
+
by also providing the page_size parameter."}]},{"rel":"search_games","href":"http://localhost:3000/events/search_games","data":[{"name":"team_id","value":null}]},{"rel":"overview","href":"http://localhost:3000/events/overview","data":[{"name":"team_id","value":null}]}],"commands":[{"rel":"send_availability_reminders","href":"http://localhost:3000/events/send_availability_reminders","prompt":"members_to_notify
|
350
|
+
= [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":"http://localhost:3000/events/update_final_score","prompt":"Update
|
351
|
+
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":"http://localhost:3000/events/bulk_create","prompt":"event_ids
|
352
|
+
= [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}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/facebook_pages","rel":"facebook_pages","links":[{"rel":"user","href":"http://localhost:3000/users"},{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/facebook_pages"}],"queries":[{"rel":"search","href":"http://localhost:3000/facebook_pages/search","data":[{"name":"page_size","value":null,"prompt":"The
|
353
|
+
number of items to return for each page. Sending this parameter with the query
|
354
|
+
will enable paging for the returned collection."},{"name":"page_number","value":null,"prompt":"The
|
355
|
+
number of the page to be returned. This requires that paging be turned on
|
356
|
+
by also providing the page_size parameter."}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/forecasts","rel":"forecasts","links":[{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/forecasts"}],"queries":[{"rel":"search","href":"http://localhost:3000/forecasts/search","data":[{"name":"team_id","value":null},{"name":"page_size","value":null,"prompt":"The
|
357
|
+
number of items to return for each page. Sending this parameter with the query
|
358
|
+
will enable paging for the returned collection."},{"name":"page_number","value":null,"prompt":"The
|
359
|
+
number of the page to be returned. This requires that paging be turned on
|
360
|
+
by also providing the page_size parameter."}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/forum_posts","rel":"forum_posts","template":{"data":[{"name":"forum_topic_id","value":null},{"name":"division_member_id","value":null},{"name":"member_id","value":null},{"name":"message","value":null},{"name":"broadcast_to_team","value":null},{"name":"type","value":"forum_post"}]},"links":[{"rel":"team","href":"http://localhost:3000/teams"},{"rel":"forum_topic","href":"http://localhost:3000/forum_topics"},{"rel":"division_member","href":"http://localhost:3000/division_members"},{"rel":"member","href":"http://localhost:3000/members"},{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/forum_posts"}],"queries":[{"rel":"search","href":"http://localhost:3000/forum_posts/search","data":[{"name":"forum_topic_id","value":null},{"name":"id","value":null},{"name":"division_member_id","value":null},{"name":"member_id","value":null},{"name":"team_id","value":null},{"name":"page_size","value":null,"prompt":"The
|
361
|
+
number of items to return for each page. Sending this parameter with the query
|
362
|
+
will enable paging for the returned collection."},{"name":"page_number","value":null,"prompt":"The
|
363
|
+
number of the page to be returned. This requires that paging be turned on
|
364
|
+
by also providing the page_size parameter."}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/forum_subscriptions","rel":"forum_subscriptions","template":{"data":[{"name":"forum_topic_id","value":null},{"name":"member_id","value":null},{"name":"type","value":"forum_subscription"}]},"links":[{"rel":"team","href":"http://localhost:3000/teams"},{"rel":"forum_topic","href":"http://localhost:3000/forum_topics"},{"rel":"member","href":"http://localhost:3000/members"},{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/forum_subscriptions"}],"queries":[{"rel":"search","href":"http://localhost:3000/forum_subscriptions/search","data":[{"name":"forum_topic_id","value":null},{"name":"id","value":null},{"name":"member_id","value":null},{"name":"team_id","value":null},{"name":"page_size","value":null,"prompt":"The
|
365
|
+
number of items to return for each page. Sending this parameter with the query
|
366
|
+
will enable paging for the returned collection."},{"name":"page_number","value":null,"prompt":"The
|
367
|
+
number of the page to be returned. This requires that paging be turned on
|
368
|
+
by also providing the page_size parameter."}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/forum_topics","rel":"forum_topics","template":{"data":[{"name":"title","value":null},{"name":"is_announcement","value":null},{"name":"team_id","value":null},{"name":"type","value":"forum_topic"}]},"links":[{"rel":"forum_posts","href":"http://localhost:3000/forum_posts"},{"rel":"forum_subscriptions","href":"http://localhost:3000/forum_subscriptions"},{"rel":"team","href":"http://localhost:3000/teams"},{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/forum_topics"}],"queries":[{"rel":"search","href":"http://localhost:3000/forum_topics/search","data":[{"name":"team_id","value":null},{"name":"id","value":null},{"name":"page_size","value":null,"prompt":"The
|
369
|
+
number of items to return for each page. Sending this parameter with the query
|
370
|
+
will enable paging for the returned collection."},{"name":"page_number","value":null,"prompt":"The
|
371
|
+
number of the page to be returned. This requires that paging be turned on
|
372
|
+
by also providing the page_size parameter."}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/geocoded_locations","rel":"geocoded_locations","links":[{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/geocoded_locations"}],"queries":[{"rel":"search","href":"http://localhost:3000/geocoded_locations/search","data":[{"name":"country","value":null},{"name":"postal_code","value":null},{"name":"page_size","value":null,"prompt":"The
|
373
|
+
number of items to return for each page. Sending this parameter with the query
|
374
|
+
will enable paging for the returned collection."},{"name":"page_number","value":null,"prompt":"The
|
375
|
+
number of the page to be returned. This requires that paging be turned on
|
376
|
+
by also providing the page_size parameter."}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/gcm_devices","rel":"gcm_devices","template":{"data":[{"name":"registration_id","value":null},{"name":"app_version","value":null}]},"links":[{"rel":"user","href":"http://localhost:3000/users"},{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/gcm_devices"}],"queries":[{"rel":"search","href":"http://localhost:3000/gcm_devices/search","data":[{"name":"id","value":null},{"name":"user_id","value":null},{"name":"page_size","value":null,"prompt":"The
|
377
|
+
number of items to return for each page. Sending this parameter with the query
|
378
|
+
will enable paging for the returned collection."},{"name":"page_number","value":null,"prompt":"The
|
379
|
+
number of the page to be returned. This requires that paging be turned on
|
380
|
+
by also providing the page_size parameter."}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/league_registrant_documents","rel":"league_registrant_documents","links":[{"rel":"member","href":"http://localhost:3000/members"},{"rel":"team","href":"http://localhost:3000/teams"},{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/league_registrant_documents"}],"queries":[{"rel":"search","href":"http://localhost:3000/league_registrant_documents/search","data":[{"name":"team_id","value":null},{"name":"member_id","value":null},{"name":"id","value":null},{"name":"page_size","value":null,"prompt":"The
|
381
|
+
number of items to return for each page. Sending this parameter with the query
|
382
|
+
will enable paging for the returned collection."},{"name":"page_number","value":null,"prompt":"The
|
383
|
+
number of the page to be returned. This requires that paging be turned on
|
384
|
+
by also providing the page_size parameter."}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/locations","rel":"locations","template":{"data":[{"name":"name","value":null},{"name":"url","value":null},{"name":"phone","value":null},{"name":"notes","value":null},{"name":"address","value":null},{"name":"team_id","value":null},{"name":"type","value":"location"}]},"links":[{"rel":"events","href":"http://localhost:3000/events"},{"rel":"team","href":"http://localhost:3000/teams"},{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/locations"}],"queries":[{"rel":"search","href":"http://localhost:3000/locations/search","data":[{"name":"team_id","value":null},{"name":"id","value":null},{"name":"page_size","value":null,"prompt":"The
|
385
|
+
number of items to return for each page. Sending this parameter with the query
|
386
|
+
will enable paging for the returned collection."},{"name":"page_number","value":null,"prompt":"The
|
387
|
+
number of the page to be returned. This requires that paging be turned on
|
388
|
+
by also providing the page_size parameter."}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/member_email_addresses","rel":"member_email_addresses","template":{"data":[{"name":"member_id","value":null},{"name":"label","value":null},{"name":"email","value":null},{"name":"receives_team_emails","value":null},{"name":"is_hidden","value":null},{"name":"type","value":"member_email_address"}]},"links":[{"rel":"member","href":"http://localhost:3000/members"},{"rel":"team","href":"http://localhost:3000/teams"},{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/member_email_addresses"}],"queries":[{"rel":"search","href":"http://localhost:3000/member_email_addresses/search","data":[{"name":"team_id","value":null},{"name":"member_id","value":null},{"name":"id","value":null},{"name":"page_size","value":null,"prompt":"The
|
389
|
+
number of items to return for each page. Sending this parameter with the query
|
390
|
+
will enable paging for the returned collection."},{"name":"page_number","value":null,"prompt":"The
|
391
|
+
number of the page to be returned. This requires that paging be turned on
|
392
|
+
by also providing the page_size parameter."}]}],"commands":[{"rel":"invite","href":"http://localhost:3000/member_email_addresses/invite","prompt":"BETA:
|
393
|
+
Invite member email addresses to join TeamSnap.","data":[{"name":"team_id","value":null},{"name":"member_id","value":null},{"name":"member_email_address_ids","value":null},{"name":"introduction","value":null},{"name":"notify_as_member_id","value":null}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/member_balances","rel":"member_balances","links":[{"rel":"member","href":"http://localhost:3000/members"},{"rel":"team","href":"http://localhost:3000/teams"},{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/member_balances"}],"queries":[{"rel":"search","href":"http://localhost:3000/member_balances/search","data":[{"name":"member_id","value":null},{"name":"team_id","value":null},{"name":"page_size","value":null,"prompt":"The
|
394
|
+
number of items to return for each page. Sending this parameter with the query
|
395
|
+
will enable paging for the returned collection."},{"name":"page_number","value":null,"prompt":"The
|
396
|
+
number of the page to be returned. This requires that paging be turned on
|
397
|
+
by also providing the page_size parameter."}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/member_files","rel":"member_files","template":{"data":[{"name":"member_id","value":null},{"name":"is_private","value":null},{"name":"description","value":null},{"name":"type","value":"member_file"}]},"links":[{"rel":"member","href":"http://localhost:3000/members"},{"rel":"team","href":"http://localhost:3000/teams"},{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/member_files"}],"queries":[{"rel":"search","href":"http://localhost:3000/member_files/search","data":[{"name":"team_id","value":null},{"name":"member_id","value":null},{"name":"id","value":null},{"name":"page_size","value":null,"prompt":"The
|
398
|
+
number of items to return for each page. Sending this parameter with the query
|
399
|
+
will enable paging for the returned collection."},{"name":"page_number","value":null,"prompt":"The
|
400
|
+
number of the page to be returned. This requires that paging be turned on
|
401
|
+
by also providing the page_size parameter."}]}],"commands":[{"rel":"upload_member_file","href":"http://localhost:3000/member_files/upload_member_file","prompt":"Upload
|
402
|
+
a member file. This must be a multi-part POST.","data":[{"name":"member_file_id","value":null},{"name":"file","value":null}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/member_links","rel":"member_links","template":{"data":[{"name":"member_id","value":null},{"name":"url","value":null},{"name":"is_private","value":null},{"name":"description","value":null},{"name":"type","value":"member_link"}]},"links":[{"rel":"member","href":"http://localhost:3000/members"},{"rel":"team","href":"http://localhost:3000/teams"},{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/member_links"}],"queries":[{"rel":"search","href":"http://localhost:3000/member_links/search","data":[{"name":"team_id","value":null},{"name":"member_id","value":null},{"name":"id","value":null},{"name":"page_size","value":null,"prompt":"The
|
403
|
+
number of items to return for each page. Sending this parameter with the query
|
404
|
+
will enable paging for the returned collection."},{"name":"page_number","value":null,"prompt":"The
|
405
|
+
number of the page to be returned. This requires that paging be turned on
|
406
|
+
by also providing the page_size parameter."}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/member_payments","rel":"member_payments","template":{"data":[{"name":"amount_paid","value":null},{"name":"amount_due","value":null},{"name":"is_applicable","value":null},{"name":"member_id","value":null},{"name":"note","value":null},{"name":"team_fee_id","value":null},{"name":"type","value":"member_payment"}]},"links":[{"rel":"member","href":"http://localhost:3000/members"},{"rel":"payment_notes","href":"http://localhost:3000/payment_notes"},{"rel":"team","href":"http://localhost:3000/teams"},{"rel":"team_fee","href":"http://localhost:3000/team_fees"},{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/member_payments"}],"queries":[{"rel":"search","href":"http://localhost:3000/member_payments/search","data":[{"name":"id","value":null},{"name":"member_id","value":null},{"name":"team_fee_id","value":null},{"name":"team_id","value":null},{"name":"page_size","value":null,"prompt":"The
|
407
|
+
number of items to return for each page. Sending this parameter with the query
|
408
|
+
will enable paging for the returned collection."},{"name":"page_number","value":null,"prompt":"The
|
409
|
+
number of the page to be returned. This requires that paging be turned on
|
410
|
+
by also providing the page_size parameter."}]}],"commands":[{"rel":"transaction","href":"http://localhost:3000/member_payments/transaction","prompt":"Add
|
411
|
+
or subtract money from the amount paid on a Member Payment.","data":[{"name":"member_payment_id","value":null},{"name":"amount","value":null},{"name":"note","value":null}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/member_phone_numbers","rel":"member_phone_numbers","template":{"data":[{"name":"label","value":null},{"name":"phone_number","value":null},{"name":"preferred","value":null,"deprecated":true,"prompt":"preferred
|
412
|
+
is deprecated and will be removed in a future version, use is_preferred instead."},{"name":"is_preferred","value":null},{"name":"member_id","value":null},{"name":"sms_enabled","value":null},{"name":"sms_gateway_id","value":null},{"name":"is_hidden","value":null},{"name":"type","value":"member_phone_number"}]},"links":[{"rel":"member","href":"http://localhost:3000/members"},{"rel":"sms_gateway","href":"http://localhost:3000/sms_gateways"},{"rel":"team","href":"http://localhost:3000/teams"},{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/member_phone_numbers"}],"queries":[{"rel":"search","href":"http://localhost:3000/member_phone_numbers/search","data":[{"name":"team_id","value":null},{"name":"id","value":null},{"name":"member_id","value":null},{"name":"page_size","value":null,"prompt":"The
|
413
|
+
number of items to return for each page. Sending this parameter with the query
|
414
|
+
will enable paging for the returned collection."},{"name":"page_number","value":null,"prompt":"The
|
415
|
+
number of the page to be returned. This requires that paging be turned on
|
416
|
+
by also providing the page_size parameter."}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/member_statistics","rel":"member_statistics","links":[{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/member_statistics"},{"rel":"member","href":"http://localhost:3000/members"},{"rel":"statistic","href":"http://localhost:3000/statistics"},{"rel":"team","href":"http://localhost:3000/teams"}],"queries":[{"rel":"search","href":"http://localhost:3000/member_statistics/search","data":[{"name":"id","value":null},{"name":"statistic_id","value":null},{"name":"member_id","value":null},{"name":"team_id","value":null}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/members","rel":"members","template":{"data":[{"name":"first_name","value":null},{"name":"last_name","value":null},{"name":"gender","value":null},{"name":"position","value":null},{"name":"is_manager","value":null},{"name":"birthday","value":null},{"name":"hide_age","value":null,"deprecated":true,"prompt":"hide_age
|
417
|
+
is deprecated and will be removed in a future version, use is_age_hidden instead."},{"name":"is_age_hidden","value":null},{"name":"hide_address","value":null,"deprecated":true,"prompt":"hide_address
|
418
|
+
is deprecated and will be removed in a future version, use is_address_hidden
|
419
|
+
instead."},{"name":"is_address_hidden","value":null},{"name":"is_non_player","value":null},{"name":"address_street1","value":null},{"name":"address_street2","value":null},{"name":"address_city","value":null},{"name":"address_state","value":null},{"name":"address_zip","value":null},{"name":"jersey_number","value":null},{"name":"team_id","value":null},{"name":"type","value":"member"}]},"links":[{"rel":"assignments","href":"http://localhost:3000/assignments"},{"rel":"availabilities","href":"http://localhost:3000/availabilities"},{"rel":"broadcast_email_attachments","href":"http://localhost:3000/broadcast_email_attachments"},{"rel":"broadcast_emails","href":"http://localhost:3000/broadcast_emails"},{"rel":"broadcast_alerts","href":"http://localhost:3000/broadcast_alerts"},{"rel":"contact_email_addresses","href":"http://localhost:3000/contact_email_addresses"},{"rel":"contact_phone_numbers","href":"http://localhost:3000/contact_phone_numbers"},{"rel":"contacts","href":"http://localhost:3000/contacts"},{"rel":"custom_data","href":"http://localhost:3000/custom_data"},{"rel":"custom_fields","href":"http://localhost:3000/custom_fields"},{"rel":"league_custom_data","href":"http://localhost:3000/league_custom_data"},{"rel":"league_custom_fields","href":"http://localhost:3000/league_custom_fields"},{"rel":"forum_posts","href":"http://localhost:3000/forum_posts"},{"rel":"forum_subscriptions","href":"http://localhost:3000/forum_subscriptions"},{"rel":"forum_topics","href":"http://localhost:3000/forum_topics"},{"rel":"league_registrant_documents","href":"http://localhost:3000/league_registrant_documents"},{"rel":"member_balances","href":"http://localhost:3000/member_balances"},{"rel":"member_email_addresses","href":"http://localhost:3000/member_email_addresses"},{"rel":"member_files","href":"http://localhost:3000/member_files"},{"rel":"member_links","href":"http://localhost:3000/member_links"},{"rel":"member_payments","href":"http://localhost:3000/member_payments"},{"rel":"member_phone_numbers","href":"http://localhost:3000/member_phone_numbers"},{"rel":"member_preferences","href":"http://localhost:3000/members_preferences"},{"rel":"member_statistics","href":"http://localhost:3000/member_statistics"},{"rel":"message_data","href":"http://localhost:3000/message_data"},{"rel":"messages","href":"http://localhost:3000/messages"},{"rel":"statistic_data","href":"http://localhost:3000/statistic_data"},{"rel":"team","href":"http://localhost:3000/teams"},{"rel":"team_media","href":"http://localhost:3000/team_media"},{"rel":"team_medium_comments","href":"http://localhost:3000/team_medium_comments"},{"rel":"tracked_item_statuses","href":"http://localhost:3000/tracked_item_statuses"},{"rel":"user","href":"http://localhost:3000/users"},{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/members"}],"queries":[{"rel":"search","href":"http://localhost:3000/members/search","data":[{"name":"team_id","value":null},{"name":"user_id","value":null},{"name":"id","value":null},{"name":"page_size","value":null,"prompt":"The
|
420
|
+
number of items to return for each page. Sending this parameter with the query
|
421
|
+
will enable paging for the returned collection."},{"name":"page_number","value":null,"prompt":"The
|
422
|
+
number of the page to be returned. This requires that paging be turned on
|
423
|
+
by also providing the page_size parameter."}]},{"rel":"managers","href":"http://localhost:3000/members/managers","data":[{"name":"team_id","value":null}]},{"rel":"personas","href":"http://localhost:3000/members/personas","prompt":"Given
|
424
|
+
a user ID, returns members directly associated with the user as well as members
|
425
|
+
associated with the user via a shared access contact.","data":[{"name":"user_id","value":null}]},{"rel":"owner","href":"http://localhost:3000/members/owner","data":[{"name":"team_id","value":null}]},{"rel":"importable_members","href":"http://localhost:3000/members/importable_members","prompt":"Given
|
426
|
+
a user ID, returns all members associated with user''s active season teams. If
|
427
|
+
include_archived_teams (boolean) parameter is supplied, members associated
|
428
|
+
with archived teams will be returned as well.","data":[{"name":"user_id","value":null},{"name":"include_archived_teams","value":null}]}],"commands":[{"rel":"disable_member","href":"http://localhost:3000/members/disable_member","data":[{"name":"member_id","value":null}]},{"rel":"upload_member_photo","href":"http://localhost:3000/members/upload_member_photo","data":[{"name":"member_id","value":null},{"name":"file","value":null},{"name":"x","value":null},{"name":"y","value":null},{"name":"width","value":null},{"name":"height","value":null}]},{"rel":"remove_member_photo","href":"http://localhost:3000/members/remove_member_photo","data":[{"name":"member_id","value":null}]},{"rel":"generate_member_thumbnail","href":"http://localhost:3000/members/generate_member_thumbnail","data":[{"name":"member_id","value":null},{"name":"x","value":null},{"name":"y","value":null},{"name":"width","value":null},{"name":"height","value":null}]},{"rel":"import_from_team","href":"http://localhost:3000/members/import_from_team","prompt":"Given
|
429
|
+
source_member_ids (array) and a destination_team_id, source members and related
|
430
|
+
member data will be imported to the destination team. Newly created members
|
431
|
+
will be returned.","data":[{"name":"source_member_ids","value":null},{"name":"destination_team_id","value":null},{"name":"send_invites","value":null,"prompt":"Whether
|
432
|
+
or not to create and send invitations for each imported member. Valid values
|
433
|
+
are either ''true'' or ''false'' and will default to ''false''"}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/members_preferences","rel":"members_preferences","template":{"data":[{"name":"assignments_hide_past","value":null},{"name":"schedule_hide_past","value":null},{"name":"availability_show_past","value":null},{"name":"schedule_show_for_code","value":null},{"name":"reminders_send_game","value":null},{"name":"reminders_send_event","value":null},{"name":"reminders_send_days_before_game","value":null},{"name":"reminders_send_days_before_event","value":null},{"name":"reminders_send_manager_game","value":null},{"name":"reminders_send_manager_event","value":null},{"name":"reminders_send_manager_days_before_game","value":null},{"name":"reminders_send_manager_days_before_event","value":null},{"name":"mobile_send_push_messages","value":null},{"name":"public_site_show_thumbnail","value":null},{"name":"public_site_show_last_name","value":null},{"name":"facebook_post_scores","value":null},{"name":"facebook_post_scores_to_page_id","value":null},{"name":"facebook_post_scores_to_page_name","value":null},{"name":"facebook_post_scores_to_wall","value":null},{"name":"facebook_only_post_wins","value":null},{"name":"facebook_polite_scores","value":null},{"name":"facebook_page_access_token","value":null},{"name":"type","value":"member_preferences"}]},"links":[{"rel":"member","href":"http://localhost:3000/members"},{"rel":"team","href":"http://localhost:3000/teams"},{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/members_preferences"}],"queries":[{"rel":"search","href":"http://localhost:3000/members_preferences/search","data":[{"name":"team_id","value":null},{"name":"id","value":null},{"name":"page_size","value":null,"prompt":"The
|
434
|
+
number of items to return for each page. Sending this parameter with the query
|
435
|
+
will enable paging for the returned collection."},{"name":"page_number","value":null,"prompt":"The
|
436
|
+
number of the page to be returned. This requires that paging be turned on
|
437
|
+
by also providing the page_size parameter."}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/message_data","rel":"message_data","prompt":"BETA:
|
438
|
+
(This endpoint is subject to change) Retrusn a collection of summarized data
|
439
|
+
about messages.","links":[{"rel":"team","href":"http://localhost:3000/teams"},{"rel":"user","href":"http://localhost:3000/users"},{"rel":"member","href":"http://localhost:3000/members"},{"rel":"contact","href":"http://localhost:3000/contacts"},{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/message_data"}],"queries":[{"rel":"search","href":"http://localhost:3000/message_data/search","data":[{"name":"team_id","value":null},{"name":"user_id","value":null},{"name":"member_id","value":null},{"name":"contact_id","value":null},{"name":"page_size","value":null,"prompt":"The
|
440
|
+
number of items to return for each page. Sending this parameter with the query
|
441
|
+
will enable paging for the returned collection."},{"name":"page_number","value":null,"prompt":"The
|
442
|
+
number of the page to be returned. This requires that paging be turned on
|
443
|
+
by also providing the page_size parameter."}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/messages","rel":"messages","prompt":"BETA:
|
444
|
+
(This endpoint is subject to change) Returns a collection of messages.","links":[{"rel":"contact","href":"http://localhost:3000/contacts"},{"rel":"member","href":"http://localhost:3000/members"},{"rel":"sender","href":"http://localhost:3000/members"},{"rel":"team","href":"http://localhost:3000/teams"},{"rel":"division","href":"http://localhost:3000/divisions"},{"rel":"user","href":"http://localhost:3000/users"},{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/messages"}],"queries":[{"rel":"search","href":"http://localhost:3000/messages/search","data":[{"name":"team_id","value":null},{"name":"division_id","value":null},{"name":"member_id","value":null},{"name":"message_id","value":null},{"name":"contact_id","value":null},{"name":"user_id","value":null},{"name":"id","value":null},{"name":"page_size","value":null,"prompt":"The
|
445
|
+
number of items to return for each page. Sending this parameter with the query
|
446
|
+
will enable paging for the returned collection."},{"name":"page_number","value":null,"prompt":"The
|
447
|
+
number of the page to be returned. This requires that paging be turned on
|
448
|
+
by also providing the page_size parameter."}]}],"commands":[{"rel":"mark_message_as_read","href":"http://localhost:3000/messages/mark_as_read","prompt":"Mark
|
449
|
+
a message as read.","data":[{"name":"id","value":null}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/opponents","rel":"opponents","template":{"data":[{"name":"name","value":null},{"name":"contacts_name","value":null},{"name":"contacts_phone","value":null},{"name":"contacts_email","value":null},{"name":"notes","value":null},{"name":"team_id","value":null},{"name":"type","value":"opponent"}]},"links":[{"rel":"events","href":"http://localhost:3000/events"},{"rel":"opponent_results","href":"http://localhost:3000/opponents_results"},{"rel":"team","href":"http://localhost:3000/teams"},{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/opponents"}],"queries":[{"rel":"search","href":"http://localhost:3000/opponents/search","data":[{"name":"team_id","value":null},{"name":"id","value":null},{"name":"page_size","value":null,"prompt":"The
|
450
|
+
number of items to return for each page. Sending this parameter with the query
|
451
|
+
will enable paging for the returned collection."},{"name":"page_number","value":null,"prompt":"The
|
452
|
+
number of the page to be returned. This requires that paging be turned on
|
453
|
+
by also providing the page_size parameter."}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/opponents_results","rel":"opponents_results","links":[{"rel":"opponent","href":"http://localhost:3000/opponents"},{"rel":"team","href":"http://localhost:3000/teams"},{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/opponents_results"}],"queries":[{"rel":"search","href":"http://localhost:3000/opponents_results/search","data":[{"name":"team_id","value":null},{"name":"id","value":null},{"name":"page_size","value":null,"prompt":"The
|
454
|
+
number of items to return for each page. Sending this parameter with the query
|
455
|
+
will enable paging for the returned collection."},{"name":"page_number","value":null,"prompt":"The
|
456
|
+
number of the page to be returned. This requires that paging be turned on
|
457
|
+
by also providing the page_size parameter."}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/payment_notes","rel":"payment_notes","template":{"data":[{"name":"member_payment_id","value":null},{"name":"note","value":null},{"name":"type","value":"payment_note"}]},"links":[{"rel":"team","href":"http://localhost:3000/teams"},{"rel":"member","href":"http://localhost:3000/members"},{"rel":"member_payment","href":"http://localhost:3000/member_payments"},{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/payment_notes"}],"queries":[{"rel":"search","href":"http://localhost:3000/payment_notes/search","data":[{"name":"id","value":null},{"name":"member_payment_id","value":null},{"name":"team_id","value":null},{"name":"page_size","value":null,"prompt":"The
|
458
|
+
number of items to return for each page. Sending this parameter with the query
|
459
|
+
will enable paging for the returned collection."},{"name":"page_number","value":null,"prompt":"The
|
460
|
+
number of the page to be returned. This requires that paging be turned on
|
461
|
+
by also providing the page_size parameter."}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/paypal_currencies","rel":"paypal_currencies","links":[{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/paypal_currencies"}],"queries":[{"rel":"search","href":"http://localhost:3000/paypal_currencies/search","data":[{"name":"id","value":null},{"name":"team_id","value":null}]}],"items":[{"href":"http://localhost:3000/paypal_currencies/1","data":[{"name":"id","value":1},{"name":"name","value":"U.S.
|
462
|
+
Dollar"},{"name":"code","value":"USD"},{"name":"symbol","value":"$"},{"name":"country","value":null}]},{"href":"http://localhost:3000/paypal_currencies/2","data":[{"name":"id","value":2},{"name":"name","value":"Canadian
|
463
|
+
Dollar"},{"name":"code","value":"CAD"},{"name":"symbol","value":"C$"},{"name":"country","value":null}]},{"href":"http://localhost:3000/paypal_currencies/3","data":[{"name":"id","value":3},{"name":"name","value":"Australian
|
464
|
+
Dollar"},{"name":"code","value":"AUD"},{"name":"symbol","value":"A$"},{"name":"country","value":null}]},{"href":"http://localhost:3000/paypal_currencies/4","data":[{"name":"id","value":4},{"name":"name","value":"Czech
|
465
|
+
Koruna"},{"name":"code","value":"CZK"},{"name":"symbol","value":"Kč"},{"name":"country","value":null}]},{"href":"http://localhost:3000/paypal_currencies/5","data":[{"name":"id","value":5},{"name":"name","value":"Danish
|
466
|
+
Krone"},{"name":"code","value":"DKK"},{"name":"symbol","value":"kr"},{"name":"country","value":null}]},{"href":"http://localhost:3000/paypal_currencies/6","data":[{"name":"id","value":6},{"name":"name","value":"Euro"},{"name":"code","value":"EUR"},{"name":"symbol","value":"€"},{"name":"country","value":null}]},{"href":"http://localhost:3000/paypal_currencies/7","data":[{"name":"id","value":7},{"name":"name","value":"Hong
|
467
|
+
Kong Dollar"},{"name":"code","value":"HKD"},{"name":"symbol","value":"HK$"},{"name":"country","value":null}]},{"href":"http://localhost:3000/paypal_currencies/8","data":[{"name":"id","value":8},{"name":"name","value":"Norwegian
|
468
|
+
Krone"},{"name":"code","value":"NOK"},{"name":"symbol","value":"kr"},{"name":"country","value":null}]},{"href":"http://localhost:3000/paypal_currencies/9","data":[{"name":"id","value":9},{"name":"name","value":"New
|
469
|
+
Zealand Dollar"},{"name":"code","value":"NZD"},{"name":"symbol","value":"NZ$"},{"name":"country","value":null}]},{"href":"http://localhost:3000/paypal_currencies/10","data":[{"name":"id","value":10},{"name":"name","value":"Polish
|
470
|
+
Zloty"},{"name":"code","value":"PLN"},{"name":"symbol","value":"zł"},{"name":"country","value":null}]},{"href":"http://localhost:3000/paypal_currencies/11","data":[{"name":"id","value":11},{"name":"name","value":"Pound
|
471
|
+
Sterling"},{"name":"code","value":"GBP"},{"name":"symbol","value":"£"},{"name":"country","value":null}]},{"href":"http://localhost:3000/paypal_currencies/12","data":[{"name":"id","value":12},{"name":"name","value":"Singapore
|
472
|
+
Dollar"},{"name":"code","value":"SGD"},{"name":"symbol","value":"S$"},{"name":"country","value":null}]},{"href":"http://localhost:3000/paypal_currencies/13","data":[{"name":"id","value":13},{"name":"name","value":"Swedish
|
473
|
+
Krona"},{"name":"code","value":"SEK"},{"name":"symbol","value":"kr"},{"name":"country","value":null}]},{"href":"http://localhost:3000/paypal_currencies/14","data":[{"name":"id","value":14},{"name":"name","value":"Swiss
|
474
|
+
Franc"},{"name":"code","value":"CHF"},{"name":"symbol","value":"Fr"},{"name":"country","value":null}]}]}},{"collection":{"version":"3.228.1","rel":"plans","href":"http://localhost:3000/plans","links":[{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/plans"}],"queries":[{"rel":"search","href":"http://localhost:3000/plans/search","data":[{"name":"id","value":null},{"name":"team_id","value":null}]},{"rel":"all","href":"http://localhost:3000/plans/all","prompt":"Returns
|
475
|
+
all active and inactive plans"}],"items":[{"href":"http://localhost:3000/plans/14","data":[{"name":"id","value":14},{"name":"type","value":"plan"},{"name":"annual_price","value":null},{"name":"has_ad_free","value":false},{"name":"has_assignments","value":false},{"name":"has_availabilities","value":false},{"name":"has_clubs","value":false},{"name":"has_custom_domain","value":false},{"name":"has_custom_fields","value":false},{"name":"has_external_email","value":false},{"name":"has_hide_marketplace_tab","value":false},{"name":"has_off_season","value":false},{"name":"has_payments","value":false},{"name":"has_paypal","value":false},{"name":"has_team_media","value":false},{"name":"has_photos","value":false,"deprecated":true,"prompt":"has_photos
|
476
|
+
is deprecated and will be removed in a future version, use has_team_media
|
477
|
+
instead."},{"name":"has_roster_photos","value":true},{"name":"has_rss","value":false},{"name":"has_seasons","value":false},{"name":"has_sponsorships","value":false},{"name":"has_ssl_security","value":false},{"name":"has_statistics","value":false},{"name":"has_team_colors","value":false},{"name":"has_team_logo","value":false},{"name":"has_text_messaging","value":false},{"name":"has_tracking","value":false},{"name":"has_weather","value":false},{"name":"is_active","value":true},{"name":"monthly_price","value":0.0},{"name":"monthly_price_description","value":"Free!"},{"name":"name","value":"Free
|
478
|
+
Plan"},{"name":"plan_type","value":"free"},{"name":"platform","value":"web"},{"name":"platform_version","value":"0.0.0"},{"name":"upload_quota_in_mb","value":0},{"name":"created_at","value":null,"type":"DateTime"},{"name":"updated_at","value":null,"type":"DateTime"}],"rel":"plan-14"},{"href":"http://localhost:3000/plans/17","data":[{"name":"id","value":17},{"name":"type","value":"plan"},{"name":"annual_price","value":null},{"name":"has_ad_free","value":true},{"name":"has_assignments","value":true},{"name":"has_availabilities","value":true},{"name":"has_clubs","value":true},{"name":"has_custom_domain","value":true},{"name":"has_custom_fields","value":true},{"name":"has_external_email","value":true},{"name":"has_hide_marketplace_tab","value":true},{"name":"has_off_season","value":true},{"name":"has_payments","value":true},{"name":"has_paypal","value":true},{"name":"has_team_media","value":true},{"name":"has_photos","value":true,"deprecated":true,"prompt":"has_photos
|
479
|
+
is deprecated and will be removed in a future version, use has_team_media
|
480
|
+
instead."},{"name":"has_roster_photos","value":true},{"name":"has_rss","value":true},{"name":"has_seasons","value":true},{"name":"has_sponsorships","value":true},{"name":"has_ssl_security","value":true},{"name":"has_statistics","value":true},{"name":"has_team_colors","value":true},{"name":"has_team_logo","value":true},{"name":"has_text_messaging","value":true},{"name":"has_tracking","value":true},{"name":"has_weather","value":true},{"name":"is_active","value":true},{"name":"monthly_price","value":0.0},{"name":"monthly_price_description","value":"Free
|
481
|
+
for 21 days!"},{"name":"name","value":"Free 21 Day Trial"},{"name":"plan_type","value":"trial"},{"name":"platform","value":"web"},{"name":"platform_version","value":"0.0.0"},{"name":"upload_quota_in_mb","value":99000},{"name":"created_at","value":null,"type":"DateTime"},{"name":"updated_at","value":null,"type":"DateTime"}],"rel":"plan-17"},{"href":"http://localhost:3000/plans/23","data":[{"name":"id","value":23},{"name":"type","value":"plan"},{"name":"annual_price","value":0.0},{"name":"has_ad_free","value":false},{"name":"has_assignments","value":false},{"name":"has_availabilities","value":false},{"name":"has_clubs","value":false},{"name":"has_custom_domain","value":false},{"name":"has_custom_fields","value":false},{"name":"has_external_email","value":false},{"name":"has_hide_marketplace_tab","value":false},{"name":"has_off_season","value":false},{"name":"has_payments","value":false},{"name":"has_paypal","value":false},{"name":"has_team_media","value":false},{"name":"has_photos","value":false,"deprecated":true,"prompt":"has_photos
|
482
|
+
is deprecated and will be removed in a future version, use has_team_media
|
483
|
+
instead."},{"name":"has_roster_photos","value":false},{"name":"has_rss","value":false},{"name":"has_seasons","value":false},{"name":"has_sponsorships","value":false},{"name":"has_ssl_security","value":false},{"name":"has_statistics","value":false},{"name":"has_team_colors","value":false},{"name":"has_team_logo","value":false},{"name":"has_text_messaging","value":false},{"name":"has_tracking","value":false},{"name":"has_weather","value":false},{"name":"is_active","value":true},{"name":"monthly_price","value":0.0},{"name":"monthly_price_description","value":"Included"},{"name":"name","value":"TeamLink
|
484
|
+
League Billing Plan"},{"name":"plan_type","value":"league"},{"name":"platform","value":"web"},{"name":"platform_version","value":"0.0.0"},{"name":"upload_quota_in_mb","value":0},{"name":"created_at","value":null,"type":"DateTime"},{"name":"updated_at","value":null,"type":"DateTime"}],"rel":"plan-23"},{"href":"http://localhost:3000/plans/24","data":[{"name":"id","value":24},{"name":"type","value":"plan"},{"name":"annual_price","value":59.99},{"name":"has_ad_free","value":true},{"name":"has_assignments","value":true},{"name":"has_availabilities","value":true},{"name":"has_clubs","value":false},{"name":"has_custom_domain","value":false},{"name":"has_custom_fields","value":false},{"name":"has_external_email","value":true},{"name":"has_hide_marketplace_tab","value":true},{"name":"has_off_season","value":true},{"name":"has_payments","value":true},{"name":"has_paypal","value":true},{"name":"has_team_media","value":true},{"name":"has_photos","value":true,"deprecated":true,"prompt":"has_photos
|
485
|
+
is deprecated and will be removed in a future version, use has_team_media
|
486
|
+
instead."},{"name":"has_roster_photos","value":true},{"name":"has_rss","value":false},{"name":"has_seasons","value":true},{"name":"has_sponsorships","value":false},{"name":"has_ssl_security","value":false},{"name":"has_statistics","value":false},{"name":"has_team_colors","value":false},{"name":"has_team_logo","value":false},{"name":"has_text_messaging","value":true},{"name":"has_tracking","value":true},{"name":"has_weather","value":false},{"name":"is_active","value":true},{"name":"monthly_price","value":7.99},{"name":"monthly_price_description","value":"$7.99/month"},{"name":"name","value":"Basic
|
487
|
+
Plan"},{"name":"plan_type","value":"basic"},{"name":"platform","value":"web"},{"name":"platform_version","value":"0.0.0"},{"name":"upload_quota_in_mb","value":500},{"name":"created_at","value":null,"type":"DateTime"},{"name":"updated_at","value":null,"type":"DateTime"}],"rel":"plan-24"},{"href":"http://localhost:3000/plans/25","data":[{"name":"id","value":25},{"name":"type","value":"plan"},{"name":"annual_price","value":84.99},{"name":"has_ad_free","value":true},{"name":"has_assignments","value":true},{"name":"has_availabilities","value":true},{"name":"has_clubs","value":true},{"name":"has_custom_domain","value":true},{"name":"has_custom_fields","value":true},{"name":"has_external_email","value":true},{"name":"has_hide_marketplace_tab","value":true},{"name":"has_off_season","value":true},{"name":"has_payments","value":true},{"name":"has_paypal","value":true},{"name":"has_team_media","value":true},{"name":"has_photos","value":true,"deprecated":true,"prompt":"has_photos
|
488
|
+
is deprecated and will be removed in a future version, use has_team_media
|
489
|
+
instead."},{"name":"has_roster_photos","value":true},{"name":"has_rss","value":true},{"name":"has_seasons","value":true},{"name":"has_sponsorships","value":false},{"name":"has_ssl_security","value":true},{"name":"has_statistics","value":true},{"name":"has_team_colors","value":true},{"name":"has_team_logo","value":true},{"name":"has_text_messaging","value":true},{"name":"has_tracking","value":true},{"name":"has_weather","value":true},{"name":"is_active","value":true},{"name":"monthly_price","value":12.49},{"name":"monthly_price_description","value":"$12.49/month"},{"name":"name","value":"Premium
|
490
|
+
Plan"},{"name":"plan_type","value":"premium"},{"name":"platform","value":"web"},{"name":"platform_version","value":"0.0.0"},{"name":"upload_quota_in_mb","value":99000},{"name":"created_at","value":null,"type":"DateTime"},{"name":"updated_at","value":null,"type":"DateTime"}],"rel":"plan-25"},{"href":"http://localhost:3000/plans/26","data":[{"name":"id","value":26},{"name":"type","value":"plan"},{"name":"annual_price","value":129.99},{"name":"has_ad_free","value":true},{"name":"has_assignments","value":true},{"name":"has_availabilities","value":true},{"name":"has_clubs","value":true},{"name":"has_custom_domain","value":true},{"name":"has_custom_fields","value":true},{"name":"has_external_email","value":true},{"name":"has_hide_marketplace_tab","value":true},{"name":"has_off_season","value":true},{"name":"has_payments","value":true},{"name":"has_paypal","value":true},{"name":"has_team_media","value":true},{"name":"has_photos","value":true,"deprecated":true,"prompt":"has_photos
|
491
|
+
is deprecated and will be removed in a future version, use has_team_media
|
492
|
+
instead."},{"name":"has_roster_photos","value":true},{"name":"has_rss","value":true},{"name":"has_seasons","value":true},{"name":"has_sponsorships","value":true},{"name":"has_ssl_security","value":true},{"name":"has_statistics","value":true},{"name":"has_team_colors","value":true},{"name":"has_team_logo","value":true},{"name":"has_text_messaging","value":true},{"name":"has_tracking","value":true},{"name":"has_weather","value":true},{"name":"is_active","value":true},{"name":"monthly_price","value":15.99},{"name":"monthly_price_description","value":"$15.99/month"},{"name":"name","value":"Ultra
|
493
|
+
Plan"},{"name":"plan_type","value":"ultra"},{"name":"platform","value":"web"},{"name":"platform_version","value":"0.0.0"},{"name":"upload_quota_in_mb","value":99000},{"name":"created_at","value":null,"type":"DateTime"},{"name":"updated_at","value":null,"type":"DateTime"}],"rel":"plan-26"},{"href":"http://localhost:3000/plans/28","data":[{"name":"id","value":28},{"name":"type","value":"plan"},{"name":"annual_price","value":0.0},{"name":"has_ad_free","value":false},{"name":"has_assignments","value":false},{"name":"has_availabilities","value":false},{"name":"has_clubs","value":false},{"name":"has_custom_domain","value":false},{"name":"has_custom_fields","value":false},{"name":"has_external_email","value":false},{"name":"has_hide_marketplace_tab","value":false},{"name":"has_off_season","value":false},{"name":"has_payments","value":false},{"name":"has_paypal","value":false},{"name":"has_team_media","value":false},{"name":"has_photos","value":false,"deprecated":true,"prompt":"has_photos
|
494
|
+
is deprecated and will be removed in a future version, use has_team_media
|
495
|
+
instead."},{"name":"has_roster_photos","value":true},{"name":"has_rss","value":false},{"name":"has_seasons","value":false},{"name":"has_sponsorships","value":false},{"name":"has_ssl_security","value":false},{"name":"has_statistics","value":false},{"name":"has_team_colors","value":false},{"name":"has_team_logo","value":false},{"name":"has_text_messaging","value":false},{"name":"has_tracking","value":false},{"name":"has_weather","value":false},{"name":"is_active","value":true},{"name":"monthly_price","value":0.0},{"name":"monthly_price_description","value":"Free!"},{"name":"name","value":"Free
|
496
|
+
Plan"},{"name":"plan_type","value":"free"},{"name":"platform","value":"iOS"},{"name":"platform_version","value":"2.3.0"},{"name":"upload_quota_in_mb","value":0},{"name":"created_at","value":null,"type":"DateTime"},{"name":"updated_at","value":null,"type":"DateTime"}],"rel":"plan-28"},{"href":"http://localhost:3000/plans/29","data":[{"name":"id","value":29},{"name":"type","value":"plan"},{"name":"annual_price","value":0.0},{"name":"has_ad_free","value":true},{"name":"has_assignments","value":true},{"name":"has_availabilities","value":true},{"name":"has_clubs","value":false},{"name":"has_custom_domain","value":false},{"name":"has_custom_fields","value":false},{"name":"has_external_email","value":true},{"name":"has_hide_marketplace_tab","value":true},{"name":"has_off_season","value":true},{"name":"has_payments","value":true},{"name":"has_paypal","value":true},{"name":"has_team_media","value":true},{"name":"has_photos","value":true,"deprecated":true,"prompt":"has_photos
|
497
|
+
is deprecated and will be removed in a future version, use has_team_media
|
498
|
+
instead."},{"name":"has_roster_photos","value":true},{"name":"has_rss","value":false},{"name":"has_seasons","value":true},{"name":"has_sponsorships","value":false},{"name":"has_ssl_security","value":false},{"name":"has_statistics","value":false},{"name":"has_team_colors","value":false},{"name":"has_team_logo","value":false},{"name":"has_text_messaging","value":true},{"name":"has_tracking","value":true},{"name":"has_weather","value":false},{"name":"is_active","value":true},{"name":"monthly_price","value":0.0},{"name":"monthly_price_description","value":"$7.99/month"},{"name":"name","value":"Basic
|
499
|
+
Plan"},{"name":"plan_type","value":"basic"},{"name":"platform","value":"iOS"},{"name":"platform_version","value":"2.3.0"},{"name":"upload_quota_in_mb","value":500},{"name":"created_at","value":null,"type":"DateTime"},{"name":"updated_at","value":null,"type":"DateTime"}],"rel":"plan-29"},{"href":"http://localhost:3000/plans/30","data":[{"name":"id","value":30},{"name":"type","value":"plan"},{"name":"annual_price","value":0.0},{"name":"has_ad_free","value":true},{"name":"has_assignments","value":true},{"name":"has_availabilities","value":true},{"name":"has_clubs","value":true},{"name":"has_custom_domain","value":true},{"name":"has_custom_fields","value":true},{"name":"has_external_email","value":true},{"name":"has_hide_marketplace_tab","value":true},{"name":"has_off_season","value":true},{"name":"has_payments","value":true},{"name":"has_paypal","value":true},{"name":"has_team_media","value":true},{"name":"has_photos","value":true,"deprecated":true,"prompt":"has_photos
|
500
|
+
is deprecated and will be removed in a future version, use has_team_media
|
501
|
+
instead."},{"name":"has_roster_photos","value":true},{"name":"has_rss","value":true},{"name":"has_seasons","value":true},{"name":"has_sponsorships","value":false},{"name":"has_ssl_security","value":true},{"name":"has_statistics","value":true},{"name":"has_team_colors","value":true},{"name":"has_team_logo","value":true},{"name":"has_text_messaging","value":true},{"name":"has_tracking","value":true},{"name":"has_weather","value":true},{"name":"is_active","value":true},{"name":"monthly_price","value":0.0},{"name":"monthly_price_description","value":"$10.99/month"},{"name":"name","value":"Premium
|
502
|
+
Plan"},{"name":"plan_type","value":"premium"},{"name":"platform","value":"iOS"},{"name":"platform_version","value":"2.3.0"},{"name":"upload_quota_in_mb","value":129000},{"name":"created_at","value":null,"type":"DateTime"},{"name":"updated_at","value":null,"type":"DateTime"}],"rel":"plan-30"},{"href":"http://localhost:3000/plans/31","data":[{"name":"id","value":31},{"name":"type","value":"plan"},{"name":"annual_price","value":0.0},{"name":"has_ad_free","value":true},{"name":"has_assignments","value":true},{"name":"has_availabilities","value":true},{"name":"has_clubs","value":true},{"name":"has_custom_domain","value":true},{"name":"has_custom_fields","value":true},{"name":"has_external_email","value":true},{"name":"has_hide_marketplace_tab","value":true},{"name":"has_off_season","value":true},{"name":"has_payments","value":true},{"name":"has_paypal","value":true},{"name":"has_team_media","value":true},{"name":"has_photos","value":true,"deprecated":true,"prompt":"has_photos
|
503
|
+
is deprecated and will be removed in a future version, use has_team_media
|
504
|
+
instead."},{"name":"has_roster_photos","value":true},{"name":"has_rss","value":true},{"name":"has_seasons","value":true},{"name":"has_sponsorships","value":true},{"name":"has_ssl_security","value":true},{"name":"has_statistics","value":true},{"name":"has_team_colors","value":true},{"name":"has_team_logo","value":true},{"name":"has_text_messaging","value":true},{"name":"has_tracking","value":true},{"name":"has_weather","value":true},{"name":"is_active","value":true},{"name":"monthly_price","value":0.0},{"name":"monthly_price_description","value":"$15.99/month"},{"name":"name","value":"Ultra
|
505
|
+
Plan"},{"name":"plan_type","value":"ultra"},{"name":"platform","value":"iOS"},{"name":"platform_version","value":"2.3.0"},{"name":"upload_quota_in_mb","value":99000},{"name":"created_at","value":null,"type":"DateTime"},{"name":"updated_at","value":null,"type":"DateTime"}],"rel":"plan-31"},{"href":"http://localhost:3000/plans/34","data":[{"name":"id","value":34},{"name":"type","value":"plan"},{"name":"annual_price","value":0.0},{"name":"has_ad_free","value":false},{"name":"has_assignments","value":false},{"name":"has_availabilities","value":false},{"name":"has_clubs","value":false},{"name":"has_custom_domain","value":false},{"name":"has_custom_fields","value":false},{"name":"has_external_email","value":false},{"name":"has_hide_marketplace_tab","value":false},{"name":"has_off_season","value":false},{"name":"has_payments","value":false},{"name":"has_paypal","value":false},{"name":"has_team_media","value":false},{"name":"has_photos","value":false,"deprecated":true,"prompt":"has_photos
|
506
|
+
is deprecated and will be removed in a future version, use has_team_media
|
507
|
+
instead."},{"name":"has_roster_photos","value":true},{"name":"has_rss","value":false},{"name":"has_seasons","value":false},{"name":"has_sponsorships","value":false},{"name":"has_ssl_security","value":false},{"name":"has_statistics","value":false},{"name":"has_team_colors","value":false},{"name":"has_team_logo","value":false},{"name":"has_text_messaging","value":false},{"name":"has_tracking","value":false},{"name":"has_weather","value":false},{"name":"is_active","value":true},{"name":"monthly_price","value":0.0},{"name":"monthly_price_description","value":"Free!"},{"name":"name","value":"Free
|
508
|
+
Plan"},{"name":"plan_type","value":"free"},{"name":"platform","value":"partner"},{"name":"platform_version","value":"0.0.0"},{"name":"upload_quota_in_mb","value":0},{"name":"created_at","value":null,"type":"DateTime"},{"name":"updated_at","value":null,"type":"DateTime"}],"rel":"plan-34"},{"href":"http://localhost:3000/plans/35","data":[{"name":"id","value":35},{"name":"type","value":"plan"},{"name":"annual_price","value":0.0},{"name":"has_ad_free","value":true},{"name":"has_assignments","value":true},{"name":"has_availabilities","value":true},{"name":"has_clubs","value":false},{"name":"has_custom_domain","value":false},{"name":"has_custom_fields","value":false},{"name":"has_external_email","value":true},{"name":"has_hide_marketplace_tab","value":true},{"name":"has_off_season","value":true},{"name":"has_payments","value":true},{"name":"has_paypal","value":true},{"name":"has_team_media","value":true},{"name":"has_photos","value":true,"deprecated":true,"prompt":"has_photos
|
509
|
+
is deprecated and will be removed in a future version, use has_team_media
|
510
|
+
instead."},{"name":"has_roster_photos","value":true},{"name":"has_rss","value":false},{"name":"has_seasons","value":true},{"name":"has_sponsorships","value":false},{"name":"has_ssl_security","value":false},{"name":"has_statistics","value":false},{"name":"has_team_colors","value":false},{"name":"has_team_logo","value":false},{"name":"has_text_messaging","value":true},{"name":"has_tracking","value":true},{"name":"has_weather","value":false},{"name":"is_active","value":true},{"name":"monthly_price","value":0.0},{"name":"monthly_price_description","value":"$7.99/month"},{"name":"name","value":"Basic
|
511
|
+
Plan"},{"name":"plan_type","value":"basic"},{"name":"platform","value":"partner"},{"name":"platform_version","value":"0.0.0"},{"name":"upload_quota_in_mb","value":100},{"name":"created_at","value":null,"type":"DateTime"},{"name":"updated_at","value":null,"type":"DateTime"}],"rel":"plan-35"},{"href":"http://localhost:3000/plans/36","data":[{"name":"id","value":36},{"name":"type","value":"plan"},{"name":"annual_price","value":0.0},{"name":"has_ad_free","value":true},{"name":"has_assignments","value":true},{"name":"has_availabilities","value":true},{"name":"has_clubs","value":true},{"name":"has_custom_domain","value":true},{"name":"has_custom_fields","value":true},{"name":"has_external_email","value":true},{"name":"has_hide_marketplace_tab","value":true},{"name":"has_off_season","value":true},{"name":"has_payments","value":true},{"name":"has_paypal","value":true},{"name":"has_team_media","value":true},{"name":"has_photos","value":true,"deprecated":true,"prompt":"has_photos
|
512
|
+
is deprecated and will be removed in a future version, use has_team_media
|
513
|
+
instead."},{"name":"has_roster_photos","value":true},{"name":"has_rss","value":true},{"name":"has_seasons","value":true},{"name":"has_sponsorships","value":true},{"name":"has_ssl_security","value":true},{"name":"has_statistics","value":true},{"name":"has_team_colors","value":true},{"name":"has_team_logo","value":true},{"name":"has_text_messaging","value":true},{"name":"has_tracking","value":true},{"name":"has_weather","value":true},{"name":"is_active","value":true},{"name":"monthly_price","value":0.0},{"name":"monthly_price_description","value":"$10.99/month"},{"name":"name","value":"Premium
|
514
|
+
Plan"},{"name":"plan_type","value":"premium"},{"name":"platform","value":"partner"},{"name":"platform_version","value":"0.0.0"},{"name":"upload_quota_in_mb","value":99000},{"name":"created_at","value":null,"type":"DateTime"},{"name":"updated_at","value":null,"type":"DateTime"}],"rel":"plan-36"},{"href":"http://localhost:3000/plans/37","data":[{"name":"id","value":37},{"name":"type","value":"plan"},{"name":"annual_price","value":0.0},{"name":"has_ad_free","value":false},{"name":"has_assignments","value":false},{"name":"has_availabilities","value":false},{"name":"has_clubs","value":false},{"name":"has_custom_domain","value":false},{"name":"has_custom_fields","value":false},{"name":"has_external_email","value":false},{"name":"has_hide_marketplace_tab","value":false},{"name":"has_off_season","value":false},{"name":"has_payments","value":false},{"name":"has_paypal","value":false},{"name":"has_team_media","value":false},{"name":"has_photos","value":false,"deprecated":true,"prompt":"has_photos
|
515
|
+
is deprecated and will be removed in a future version, use has_team_media
|
516
|
+
instead."},{"name":"has_roster_photos","value":false},{"name":"has_rss","value":false},{"name":"has_seasons","value":false},{"name":"has_sponsorships","value":false},{"name":"has_ssl_security","value":false},{"name":"has_statistics","value":false},{"name":"has_team_colors","value":false},{"name":"has_team_logo","value":false},{"name":"has_text_messaging","value":false},{"name":"has_tracking","value":false},{"name":"has_weather","value":false},{"name":"is_active","value":true},{"name":"monthly_price","value":0.0},{"name":"monthly_price_description","value":"$15.99/month"},{"name":"name","value":"Ultra
|
517
|
+
Plan"},{"name":"plan_type","value":"ultra"},{"name":"platform","value":"partner"},{"name":"platform_version","value":"0.0.0"},{"name":"upload_quota_in_mb","value":99000},{"name":"created_at","value":null,"type":"DateTime"},{"name":"updated_at","value":null,"type":"DateTime"}],"rel":"plan-37"}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/public_features","rel":"public_features","links":[{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/public_features"}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/sms_gateways","rel":"sms_gateways","links":[{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/sms_gateways"}],"queries":[{"rel":"search","href":"http://localhost:3000/sms_gateways/search","data":[{"name":"id","value":null},{"name":"page_size","value":null,"prompt":"The
|
518
|
+
number of items to return for each page. Sending this parameter with the query
|
519
|
+
will enable paging for the returned collection."},{"name":"page_number","value":null,"prompt":"The
|
520
|
+
number of the page to be returned. This requires that paging be turned on
|
521
|
+
by also providing the page_size parameter."}]}],"items":[{"href":"http://localhost:3000/sms_gateways/acsalaska","data":[{"name":"id","value":"acsalaska"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@msg.acsalaska.com"},{"name":"name","value":"ACS
|
522
|
+
Alaska"}],"rel":"SmsGateway-acsalaska"},{"href":"http://localhost:3000/sms_gateways/aiowireless","data":[{"name":"id","value":"aiowireless"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@mms.aiowireless.net"},{"name":"name","value":"AIO"}],"rel":"SmsGateway-aiowireless"},{"href":"http://localhost:3000/sms_gateways/alaska-digitel","data":[{"name":"id","value":"alaska-digitel"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@mms.alaskadigitel.com"},{"name":"name","value":"Alaska
|
523
|
+
Digitel"}],"rel":"SmsGateway-alaska-digitel"},{"href":"http://localhost:3000/sms_gateways/alltel","data":[{"name":"id","value":"alltel"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@sms.alltelwireless.com"},{"name":"name","value":"Alltel"}],"rel":"SmsGateway-alltel"},{"href":"http://localhost:3000/sms_gateways/ameritech","data":[{"name":"id","value":"ameritech"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@paging.acswireless.com"},{"name":"name","value":"Ameritech"}],"rel":"SmsGateway-ameritech"},{"href":"http://localhost:3000/sms_gateways/appalachian-wireless","data":[{"name":"id","value":"appalachian-wireless"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@awsms.com"},{"name":"name","value":"Appalachian
|
524
|
+
Wireless"}],"rel":"SmsGateway-appalachian-wireless"},{"href":"http://localhost:3000/sms_gateways/assurance-wireless","data":[{"name":"id","value":"assurance-wireless"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@vmobl.com"},{"name":"name","value":"Assurance
|
525
|
+
Wireless"}],"rel":"SmsGateway-assurance-wireless"},{"href":"http://localhost:3000/sms_gateways/at&t","data":[{"name":"id","value":"at&t"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@txt.att.net"},{"name":"name","value":"AT&T"}],"rel":"SmsGateway-at&t"},{"href":"http://localhost:3000/sms_gateways/bell-atlantic","data":[{"name":"id","value":"bell-atlantic"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@message.bam.com"},{"name":"name","value":"Bell
|
526
|
+
Atlantic"}],"rel":"SmsGateway-bell-atlantic"},{"href":"http://localhost:3000/sms_gateways/bellsouthmobility","data":[{"name":"id","value":"bellsouthmobility"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@blsdcs.net"},{"name":"name","value":"Bellsouth
|
527
|
+
Mobility"}],"rel":"SmsGateway-bellsouthmobility"},{"href":"http://localhost:3000/sms_gateways/bluegrass-cellular","data":[{"name":"id","value":"bluegrass-cellular"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@sms.bluecell.com"},{"name":"name","value":"Bluegrass
|
528
|
+
Cellular"}],"rel":"SmsGateway-bluegrass-cellular"},{"href":"http://localhost:3000/sms_gateways/blueskyfrog","data":[{"name":"id","value":"blueskyfrog"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@blueskyfrog.com"},{"name":"name","value":"BlueSkyFrog"}],"rel":"SmsGateway-blueskyfrog"},{"href":"http://localhost:3000/sms_gateways/boost","data":[{"name":"id","value":"boost"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@myboostmobile.com"},{"name":"name","value":"Boost
|
529
|
+
Mobile"}],"rel":"SmsGateway-boost"},{"href":"http://localhost:3000/sms_gateways/carolina-west","data":[{"name":"id","value":"carolina-west"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@cwwsms.com"},{"name":"name","value":"Carolina
|
530
|
+
West"}],"rel":"SmsGateway-carolina-west"},{"href":"http://localhost:3000/sms_gateways/c-spire","data":[{"name":"id","value":"c-spire"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@cspire1.com"},{"name":"name","value":"C-Spire"}],"rel":"SmsGateway-c-spire"},{"href":"http://localhost:3000/sms_gateways/c-spire-mms","data":[{"name":"id","value":"c-spire-mms"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@pix.cspire.com"},{"name":"name","value":"C-Spire
|
531
|
+
MMS"}],"rel":"SmsGateway-c-spire-mms"},{"href":"http://localhost:3000/sms_gateways/cellcom","data":[{"name":"id","value":"cellcom"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@cellcom.quiktxt.com"},{"name":"name","value":"Cellcom"}],"rel":"SmsGateway-cellcom"},{"href":"http://localhost:3000/sms_gateways/cellular1","data":[{"name":"id","value":"cellular1"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@sms.cellular1.net"},{"name":"name","value":"Cellular
|
532
|
+
One"}],"rel":"SmsGateway-cellular1"},{"href":"http://localhost:3000/sms_gateways/cellularoneaz","data":[{"name":"id","value":"cellularoneaz"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@cellularoneaz.net"},{"name":"name","value":"CellularOne
|
533
|
+
Arizona"}],"rel":"SmsGateway-cellularoneaz"},{"href":"http://localhost:3000/sms_gateways/cellularsouth","data":[{"name":"id","value":"cellularsouth"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@csouth1.com"},{"name":"name","value":"Cellular
|
534
|
+
South"}],"rel":"SmsGateway-cellularsouth"},{"href":"http://localhost:3000/sms_gateways/chat-mobility","data":[{"name":"id","value":"chat-mobility"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@myc29.net"},{"name":"name","value":"Chat
|
535
|
+
Mobility"}],"rel":"SmsGateway-chat-mobility"},{"href":"http://localhost:3000/sms_gateways/cincinnati-bell","data":[{"name":"id","value":"cincinnati-bell"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@gocbw.com"},{"name":"name","value":"Cincinnati
|
536
|
+
Bell"}],"rel":"SmsGateway-cincinnati-bell"},{"href":"http://localhost:3000/sms_gateways/cleartalk","data":[{"name":"id","value":"cleartalk"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@sms.cleartalk.us"},{"name":"name","value":"ClearTalk"}],"rel":"SmsGateway-cleartalk"},{"href":"http://localhost:3000/sms_gateways/comcast","data":[{"name":"id","value":"comcast"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@comcastpcs.textmsg.com"},{"name":"name","value":"Comcast
|
537
|
+
PCS"}],"rel":"SmsGateway-comcast"},{"href":"http://localhost:3000/sms_gateways/consumer_cellular","data":[{"name":"id","value":"consumer_cellular"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@txt.att.net"},{"name":"name","value":"Consumer
|
538
|
+
Cellular"}],"rel":"SmsGateway-consumer_cellular"},{"href":"http://localhost:3000/sms_gateways/credo","data":[{"name":"id","value":"credo"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@messaging.sprintpcs.com"},{"name":"name","value":"Credo
|
539
|
+
Mobile"}],"rel":"SmsGateway-credo"},{"href":"http://localhost:3000/sms_gateways/cricket-wireless","data":[{"name":"id","value":"cricket-wireless"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@sms.mycricket.com"},{"name":"name","value":"Cricket
|
540
|
+
Wireless"}],"rel":"SmsGateway-cricket-wireless"},{"href":"http://localhost:3000/sms_gateways/flash_wireless","data":[{"name":"id","value":"flash_wireless"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@plspictures.com"},{"name":"name","value":"Flash
|
541
|
+
Wireless"}],"rel":"SmsGateway-flash_wireless"},{"href":"http://localhost:3000/sms_gateways/gci","data":[{"name":"id","value":"gci"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@mobile.gci.net"},{"name":"name","value":"GCI
|
542
|
+
(Alaska)"}],"rel":"SmsGateway-gci"},{"href":"http://localhost:3000/sms_gateways/h2o","data":[{"name":"id","value":"h2o"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@txt.att.net"},{"name":"name","value":"h2o
|
543
|
+
Wireless"}],"rel":"SmsGateway-h2o"},{"href":"http://localhost:3000/sms_gateways/illinoisvalleycellular","data":[{"name":"id","value":"illinoisvalleycellular"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@ivctext.com"},{"name":"name","value":"Illinois
|
544
|
+
Valley Cellular"}],"rel":"SmsGateway-illinoisvalleycellular"},{"href":"http://localhost:3000/sms_gateways/immix","data":[{"name":"id","value":"immix"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@mobile.immix.com"},{"name":"name","value":"Immix"}],"rel":"SmsGateway-immix"},{"href":"http://localhost:3000/sms_gateways/inlandcellular","data":[{"name":"id","value":"inlandcellular"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@inlandlink.com"},{"name":"name","value":"Inland
|
545
|
+
Cellular"}],"rel":"SmsGateway-inlandcellular"},{"href":"http://localhost:3000/sms_gateways/iwireless","data":[{"name":"id","value":"iwireless"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@iwirelesshometext.com"},{"name":"name","value":"I-Wireless"}],"rel":"SmsGateway-iwireless"},{"href":"http://localhost:3000/sms_gateways/kajeet","data":[{"name":"id","value":"kajeet"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@mobile.kajeet.net"},{"name":"name","value":"kajeet"}],"rel":"SmsGateway-kajeet"},{"href":"http://localhost:3000/sms_gateways/metropcs","data":[{"name":"id","value":"metropcs"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@mymetropcs.com"},{"name":"name","value":"Metro
|
546
|
+
PCS"}],"rel":"SmsGateway-metropcs"},{"href":"http://localhost:3000/sms_gateways/mta","data":[{"name":"id","value":"mta"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@sms.mtawireless.com"},{"name":"name","value":"mta"}],"rel":"SmsGateway-mta"},{"href":"http://localhost:3000/sms_gateways/mmode","data":[{"name":"id","value":"mmode"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@mmode.com"},{"name":"name","value":"MMode"}],"rel":"SmsGateway-mmode"},{"href":"http://localhost:3000/sms_gateways/mobipcs","data":[{"name":"id","value":"mobipcs"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@mobipcs.net"},{"name":"name","value":"MobiPCS"}],"rel":"SmsGateway-mobipcs"},{"href":"http://localhost:3000/sms_gateways/net10","data":[{"name":"id","value":"net10"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@txt.att.net"},{"name":"name","value":"NET10
|
547
|
+
Wireless"}],"rel":"SmsGateway-net10"},{"href":"http://localhost:3000/sms_gateways/nex-tech","data":[{"name":"id","value":"nex-tech"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@sms.ntwls.net"},{"name":"name","value":"Nex-Tech"}],"rel":"SmsGateway-nex-tech"},{"href":"http://localhost:3000/sms_gateways/nextel","data":[{"name":"id","value":"nextel"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@messaging.nextel.com"},{"name":"name","value":"Nextel"}],"rel":"SmsGateway-nextel"},{"href":"http://localhost:3000/sms_gateways/northwestcell","data":[{"name":"id","value":"northwestcell"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"mynwmcell.com"},{"name":"name","value":"Northwest
|
548
|
+
Cell"}],"rel":"SmsGateway-northwestcell"},{"href":"http://localhost:3000/sms_gateways/ntelos","data":[{"name":"id","value":"ntelos"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@pcs.ntelos.com"},{"name":"name","value":"NTelos"}],"rel":"SmsGateway-ntelos"},{"href":"http://localhost:3000/sms_gateways/other-na","data":[{"name":"id","value":"other-na"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@example.com"},{"name":"name","value":"Other
|
549
|
+
US/CA Carrier"}],"rel":"SmsGateway-other-na"},{"href":"http://localhost:3000/sms_gateways/pageplus","data":[{"name":"id","value":"pageplus"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@vtext.com"},{"name":"name","value":"PagePlus"}],"rel":"SmsGateway-pageplus"},{"href":"http://localhost:3000/sms_gateways/palmerwireless","data":[{"name":"id","value":"palmerwireless"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@mymobiletxt.com"},{"name":"name","value":"Palmer
|
550
|
+
Wireless"}],"rel":"SmsGateway-palmerwireless"},{"href":"http://localhost:3000/sms_gateways/pioneerwireless","data":[{"name":"id","value":"pioneerwireless"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@zsend.com"},{"name":"name","value":"Pioneer
|
551
|
+
Wireless"}],"rel":"SmsGateway-pioneerwireless"},{"href":"http://localhost:3000/sms_gateways/powertel","data":[{"name":"id","value":"powertel"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@ptel.net"},{"name":"name","value":"Powertel"}],"rel":"SmsGateway-powertel"},{"href":"http://localhost:3000/sms_gateways/presidents-choice","data":[{"name":"id","value":"presidents-choice"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@mobiletxt.ca"},{"name":"name","value":"President''s
|
552
|
+
Choice"}],"rel":"SmsGateway-presidents-choice"},{"href":"http://localhost:3000/sms_gateways/pscwireless","data":[{"name":"id","value":"pscwireless"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@sms.pscel.com"},{"name":"name","value":"PSC
|
553
|
+
Wireless"}],"rel":"SmsGateway-pscwireless"},{"href":"http://localhost:3000/sms_gateways/qwest","data":[{"name":"id","value":"qwest"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@qwestmp.com"},{"name":"name","value":"Qwest"}],"rel":"SmsGateway-qwest"},{"href":"http://localhost:3000/sms_gateways/redpocketmobile","data":[{"name":"id","value":"redpocketmobile"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@txt.att.net"},{"name":"name","value":"Red
|
554
|
+
Pocket Mobile"}],"rel":"SmsGateway-redpocketmobile"},{"href":"http://localhost:3000/sms_gateways/republicwireless","data":[{"name":"id","value":"republicwireless"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@messaging.sprintpcs.com"},{"name":"name","value":"Republic
|
555
|
+
Wireless"}],"rel":"SmsGateway-republicwireless"},{"href":"http://localhost:3000/sms_gateways/solavei","data":[{"name":"id","value":"solavei"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@tmomail.net"},{"name":"name","value":"Solavei"}],"rel":"SmsGateway-solavei"},{"href":"http://localhost:3000/sms_gateways/southernlink","data":[{"name":"id","value":"southernlink"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@page.southernlinc.com"},{"name":"name","value":"Southern
|
556
|
+
Link"}],"rel":"SmsGateway-southernlink"},{"href":"http://localhost:3000/sms_gateways/sprint","data":[{"name":"id","value":"sprint"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@messaging.sprintpcs.com"},{"name":"name","value":"Sprint
|
557
|
+
PCS"}],"rel":"SmsGateway-sprint"},{"href":"http://localhost:3000/sms_gateways/sprint_pm","data":[{"name":"id","value":"sprint_pm"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@pm.sprint.com"},{"name":"name","value":"Sprint
|
558
|
+
PictureMail"}],"rel":"SmsGateway-sprint_pm"},{"href":"http://localhost:3000/sms_gateways/srt_wireless","data":[{"name":"id","value":"srt_wireless"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@srtwireless.com"},{"name":"name","value":"SRT
|
559
|
+
Wireless"}],"rel":"SmsGateway-srt_wireless"},{"href":"http://localhost:3000/sms_gateways/straight_talk","data":[{"name":"id","value":"straight_talk"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@vtext.com"},{"name":"name","value":"Straight
|
560
|
+
Talk"}],"rel":"SmsGateway-straight_talk"},{"href":"http://localhost:3000/sms_gateways/stratanetworks","data":[{"name":"id","value":"stratanetworks"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@mms.rinawireless.com"},{"name":"name","value":"Strata
|
561
|
+
Networks"}],"rel":"SmsGateway-stratanetworks"},{"href":"http://localhost:3000/sms_gateways/suncom","data":[{"name":"id","value":"suncom"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@tms.suncom.com"},{"name":"name","value":"Suncom"}],"rel":"SmsGateway-suncom"},{"href":"http://localhost:3000/sms_gateways/syringawireless","data":[{"name":"id","value":"syringawireless"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@rinasms.com"},{"name":"name","value":"Syringa
|
562
|
+
Wireless"}],"rel":"SmsGateway-syringawireless"},{"href":"http://localhost:3000/sms_gateways/t-mobile","data":[{"name":"id","value":"t-mobile"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@tmomail.net"},{"name":"name","value":"T-Mobile"}],"rel":"SmsGateway-t-mobile"},{"href":"http://localhost:3000/sms_gateways/telus-mobility","data":[{"name":"id","value":"telus-mobility"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@msg.telus.com"},{"name":"name","value":"Telus
|
563
|
+
Mobility"}],"rel":"SmsGateway-telus-mobility"},{"href":"http://localhost:3000/sms_gateways/textfree","data":[{"name":"id","value":"textfree"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@textfree.us"},{"name":"name","value":"TextFree"}],"rel":"SmsGateway-textfree"},{"href":"http://localhost:3000/sms_gateways/textlocal","data":[{"name":"id","value":"textlocal"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@txtlocal.com"},{"name":"name","value":"TextLocal"}],"rel":"SmsGateway-textlocal"},{"href":"http://localhost:3000/sms_gateways/thumbcellular","data":[{"name":"id","value":"thumbcellular"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@sms.thumbcellular.com"},{"name":"name","value":"Thumb
|
564
|
+
Cellular"}],"rel":"SmsGateway-thumbcellular"},{"href":"http://localhost:3000/sms_gateways/ting","data":[{"name":"id","value":"ting"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@message.ting.com"},{"name":"name","value":"Ting"}],"rel":"SmsGateway-ting"},{"href":"http://localhost:3000/sms_gateways/tracfone","data":[{"name":"id","value":"tracfone"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@mmst5.tracfone.com"},{"name":"name","value":"Tracfone"}],"rel":"SmsGateway-tracfone"},{"href":"http://localhost:3000/sms_gateways/ultra-mobile","data":[{"name":"id","value":"ultra-mobile"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@mailmymobile.net"},{"name":"name","value":"Ultra
|
565
|
+
Mobile"}],"rel":"SmsGateway-ultra-mobile"},{"href":"http://localhost:3000/sms_gateways/union-wireless","data":[{"name":"id","value":"union-wireless"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@union-tel.com"},{"name":"name","value":"Union
|
566
|
+
Wireless"}],"rel":"SmsGateway-union-wireless"},{"href":"http://localhost:3000/sms_gateways/united-wireless","data":[{"name":"id","value":"united-wireless"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@sms.unitedwireless.com"},{"name":"name","value":"United
|
567
|
+
Wireless"}],"rel":"SmsGateway-united-wireless"},{"href":"http://localhost:3000/sms_gateways/us-cellular","data":[{"name":"id","value":"us-cellular"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@email.uscc.net"},{"name":"name","value":"US
|
568
|
+
Cellular"}],"rel":"SmsGateway-us-cellular"},{"href":"http://localhost:3000/sms_gateways/viaero","data":[{"name":"id","value":"viaero"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@viaerosms.com"},{"name":"name","value":"Viaero"}],"rel":"SmsGateway-viaero"},{"href":"http://localhost:3000/sms_gateways/virgin","data":[{"name":"id","value":"virgin"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@vmobl.com"},{"name":"name","value":"Virgin
|
569
|
+
Mobile"}],"rel":"SmsGateway-virgin"},{"href":"http://localhost:3000/sms_gateways/verizon","data":[{"name":"id","value":"verizon"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@vtext.com"},{"name":"name","value":"Verizon
|
570
|
+
Wireless"}],"rel":"SmsGateway-verizon"},{"href":"http://localhost:3000/sms_gateways/verizon-blackberry","data":[{"name":"id","value":"verizon-blackberry"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@vzwpix.com"},{"name":"name","value":"Verizon
|
571
|
+
- Blackberry Only"}],"rel":"SmsGateway-verizon-blackberry"},{"href":"http://localhost:3000/sms_gateways/westcentralwireless","data":[{"name":"id","value":"westcentralwireless"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@sms.wcc.net"},{"name":"name","value":"West
|
572
|
+
Central Wireless"}],"rel":"SmsGateway-westcentralwireless"},{"href":"http://localhost:3000/sms_gateways/aliant-canada","data":[{"name":"id","value":"aliant-canada"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@chat.wirefree.ca"},{"name":"name","value":"Aliant
|
573
|
+
(Canada)"}],"rel":"SmsGateway-aliant-canada"},{"href":"http://localhost:3000/sms_gateways/beeline-ua","data":[{"name":"id","value":"beeline-ua"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@sms.beeline.ua"},{"name":"name","value":"Beeline"}],"rel":"SmsGateway-beeline-ua"},{"href":"http://localhost:3000/sms_gateways/bellmobility-canada","data":[{"name":"id","value":"bellmobility-canada"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@txt.bell.ca"},{"name":"name","value":"Bell
|
574
|
+
Mobility (Canada)"}],"rel":"SmsGateway-bellmobility-canada"},{"href":"http://localhost:3000/sms_gateways/bpl-mobile","data":[{"name":"id","value":"bpl-mobile"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@bplmobile.com"},{"name":"name","value":"BPL
|
575
|
+
Mobile"}],"rel":"SmsGateway-bpl-mobile"},{"href":"http://localhost:3000/sms_gateways/claro-brazil","data":[{"name":"id","value":"claro-brazil"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@clarotorpedo.com.br"},{"name":"name","value":"Claro
|
576
|
+
(Brazil)"}],"rel":"SmsGateway-claro-brazil"},{"href":"http://localhost:3000/sms_gateways/claro-pr","data":[{"name":"id","value":"claro-pr"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@vtexto.com"},{"name":"name","value":"Claro
|
577
|
+
(Puerto Rico)"}],"rel":"SmsGateway-claro-pr"},{"href":"http://localhost:3000/sms_gateways/csl1010-hong-kong","data":[{"name":"id","value":"csl1010-hong-kong"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@csl1010.com"},{"name":"name","value":"CSL
|
578
|
+
1010 (Hong Kong)"}],"rel":"SmsGateway-csl1010-hong-kong"},{"href":"http://localhost:3000/sms_gateways/claro-nicaragua","data":[{"name":"id","value":"claro-nicaragua"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@ideasclaro-ca.com"},{"name":"name","value":"Claro
|
579
|
+
(Nicaragua)"}],"rel":"SmsGateway-claro-nicaragua"},{"href":"http://localhost:3000/sms_gateways/digicel","data":[{"name":"id","value":"digicel"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@digitextjm.com"},{"name":"name","value":"Digicel"}],"rel":"SmsGateway-digicel"},{"href":"http://localhost:3000/sms_gateways/du-arab-emirates","data":[{"name":"id","value":"du-arab-emirates"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@email2sms.ae"},{"name":"name","value":"Du
|
580
|
+
(UAE)"}],"rel":"SmsGateway-du-arab-emirates"},{"href":"http://localhost:3000/sms_gateways/e-plus-germany","data":[{"name":"id","value":"e-plus-germany"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@smsmail.eplus.de"},{"name":"name","value":"E-Plus
|
581
|
+
(Germany)"}],"rel":"SmsGateway-e-plus-germany"},{"href":"http://localhost:3000/sms_gateways/eastlink","data":[{"name":"id","value":"eastlink"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@mms.eastlink.ca"},{"name":"name","value":"Eastlink"}],"rel":"SmsGateway-eastlink"},{"href":"http://localhost:3000/sms_gateways/etisalat-arab-emirates","data":[{"name":"id","value":"etisalat-arab-emirates"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@email2sms.ae"},{"name":"name","value":"Etisalat
|
582
|
+
(UAE)"}],"rel":"SmsGateway-etisalat-arab-emirates"},{"href":"http://localhost:3000/sms_gateways/fido-canada","data":[{"name":"id","value":"fido-canada"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@fido.ca"},{"name":"name","value":"Fido"}],"rel":"SmsGateway-fido-canada"},{"href":"http://localhost:3000/sms_gateways/gts-infotel","data":[{"name":"id","value":"gts-infotel"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@kerthan.gtsmessenger.com"},{"name":"name","value":"GTS-Infotel"}],"rel":"SmsGateway-gts-infotel"},{"href":"http://localhost:3000/sms_gateways/koodo","data":[{"name":"id","value":"koodo"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@msg.koodomobile.com"},{"name":"name","value":"Koodo
|
583
|
+
Mobile"}],"rel":"SmsGateway-koodo"},{"href":"http://localhost:3000/sms_gateways/manitoba-mts","data":[{"name":"id","value":"manitoba-mts"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@text.mts.net"},{"name":"name","value":"MTS
|
584
|
+
(Manitoba Telecom Systems)"}],"rel":"SmsGateway-manitoba-mts"},{"href":"http://localhost:3000/sms_gateways/mobinil-egypt","data":[{"name":"id","value":"mobinil-egypt"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@mobinil.net"},{"name":"name","value":"Mobinil"}],"rel":"SmsGateway-mobinil-egypt"},{"href":"http://localhost:3000/sms_gateways/mobistar-belgium","data":[{"name":"id","value":"mobistar-belgium"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@mobistar.be"},{"name":"name","value":"Mobistar
|
585
|
+
(Belgium)"}],"rel":"SmsGateway-mobistar-belgium"},{"href":"http://localhost:3000/sms_gateways/mobitel","data":[{"name":"id","value":"mobitel"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@sms.mobitel.lk"},{"name":"name","value":"Mobitel"}],"rel":"SmsGateway-mobitel"},{"href":"http://localhost:3000/sms_gateways/movistar-spain","data":[{"name":"id","value":"movistar-spain"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@correo.movistar.net"},{"name":"name","value":"Movistar
|
586
|
+
(Spain)"}],"rel":"SmsGateway-movistar-spain"},{"href":"http://localhost:3000/sms_gateways/mtel-bulgaria","data":[{"name":"id","value":"mtel-bulgaria"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@sms.mtel.net"},{"name":"name","value":"Mtel
|
587
|
+
(Bulgaria)"}],"rel":"SmsGateway-mtel-bulgaria"},{"href":"http://localhost:3000/sms_gateways/mtn-south-africa","data":[{"name":"id","value":"mtn-south-africa"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@number.sms.co.za"},{"name":"name","value":"MTN
|
588
|
+
(South Africa)"}],"rel":"SmsGateway-mtn-south-africa"},{"href":"http://localhost:3000/sms_gateways/netcom-norway","data":[{"name":"id","value":"netcom-norway"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@sms.netcom.no"},{"name":"name","value":"Netcom
|
589
|
+
(Norway)"}],"rel":"SmsGateway-netcom-norway"},{"href":"http://localhost:3000/sms_gateways/northerntel-canada","data":[{"name":"id","value":"northerntel-canada"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@txt.northerntelmobility.com"},{"name":"name","value":"NorthernTel
|
590
|
+
(Canada)"}],"rel":"SmsGateway-northerntel-canada"},{"href":"http://localhost:3000/sms_gateways/o2-germany","data":[{"name":"id","value":"o2-germany"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@o2online.de"},{"name":"name","value":"o2
|
591
|
+
(Germany)"}],"rel":"SmsGateway-o2-germany"},{"href":"http://localhost:3000/sms_gateways/o2-uk","data":[{"name":"id","value":"o2-uk"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@mmail.co.uk"},{"name":"name","value":"o2
|
592
|
+
(UK)"}],"rel":"SmsGateway-o2-uk"},{"href":"http://localhost:3000/sms_gateways/optus","data":[{"name":"id","value":"optus"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@redcoal.net"},{"name":"name","value":"Optus
|
593
|
+
(Australia)"}],"rel":"SmsGateway-optus"},{"href":"http://localhost:3000/sms_gateways/orange-switzerland","data":[{"name":"id","value":"orange-switzerland"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@orangemail.ch"},{"name":"name","value":"Orange
|
594
|
+
(Switzerland)"}],"rel":"SmsGateway-orange-switzerland"},{"href":"http://localhost:3000/sms_gateways/orange-mumbai","data":[{"name":"id","value":"orange-mumbai"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@orangemail.co.in"},{"name":"name","value":"Orange
|
595
|
+
(Mumbai)"}],"rel":"SmsGateway-orange-mumbai"},{"href":"http://localhost:3000/sms_gateways/orange-netherlands","data":[{"name":"id","value":"orange-netherlands"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@sms.orange.nl"},{"name":"name","value":"Orange
|
596
|
+
(Netherlands)"}],"rel":"SmsGateway-orange-netherlands"},{"href":"http://localhost:3000/sms_gateways/orange-uk","data":[{"name":"id","value":"orange-uk"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@orange.net"},{"name":"name","value":"Orange
|
597
|
+
(UK)"}],"rel":"SmsGateway-orange-uk"},{"href":"http://localhost:3000/sms_gateways/platinum-tel","data":[{"name":"id","value":"platinum-tel"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@messaging.sprintpcs.com"},{"name":"name","value":"Platinum
|
598
|
+
Tel"}],"rel":"SmsGateway-platinum-tel"},{"href":"http://localhost:3000/sms_gateways/proximus","data":[{"name":"id","value":"proximus"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@smsonline.proximus.be"},{"name":"name","value":"Proximus
|
599
|
+
(Belgium)"}],"rel":"SmsGateway-proximus"},{"href":"http://localhost:3000/sms_gateways/rogers-canada","data":[{"name":"id","value":"rogers-canada"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@pcs.rogers.com"},{"name":"name","value":"Rogers
|
600
|
+
(Canada)"}],"rel":"SmsGateway-rogers-canada"},{"href":"http://localhost:3000/sms_gateways/sasktel-canada","data":[{"name":"id","value":"sasktel-canada"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@sms.sasktel.com"},{"name":"name","value":"SaskTel
|
601
|
+
(canada)"}],"rel":"SmsGateway-sasktel-canada"},{"href":"http://localhost:3000/sms_gateways/sfr-france","data":[{"name":"id","value":"sfr-france"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@sfr.fr"},{"name":"name","value":"SFR
|
602
|
+
(France)"}],"rel":"SmsGateway-sfr-france"},{"href":"http://localhost:3000/sms_gateways/simply-mobile","data":[{"name":"id","value":"simply-mobile"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@smtext.com"},{"name":"name","value":"Simply
|
603
|
+
Mobile"}],"rel":"SmsGateway-simply-mobile"},{"href":"http://localhost:3000/sms_gateways/tele2","data":[{"name":"id","value":"tele2"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@sms.tele2.se"},{"name":"name","value":"Tele2"}],"rel":"SmsGateway-tele2"},{"href":"http://localhost:3000/sms_gateways/telecom-mobile","data":[{"name":"id","value":"telecom-mobile"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@etxt.co.nz"},{"name":"name","value":"Telecom
|
604
|
+
Mobile"}],"rel":"SmsGateway-telecom-mobile"},{"href":"http://localhost:3000/sms_gateways/telenor-bulgaria","data":[{"name":"id","value":"telenor-bulgaria"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@sms.telenor.bg"},{"name":"name","value":"Telenor
|
605
|
+
(Bulgaria)"}],"rel":"SmsGateway-telenor-bulgaria"},{"href":"http://localhost:3000/sms_gateways/telia","data":[{"name":"id","value":"telia"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@gsm1800.telia.dk"},{"name":"name","value":"Telia
|
606
|
+
(Denmark)"}],"rel":"SmsGateway-telia"},{"href":"http://localhost:3000/sms_gateways/telia_se","data":[{"name":"id","value":"telia_se"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@sms.comviq.se"},{"name":"name","value":"Telia
|
607
|
+
(Sweden)"}],"rel":"SmsGateway-telia_se"},{"href":"http://localhost:3000/sms_gateways/tbay","data":[{"name":"id","value":"tbay"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@tbayteltxt.net"},{"name":"name","value":"TBayTel
|
608
|
+
Mobility (Canada)"}],"rel":"SmsGateway-tbay"},{"href":"http://localhost:3000/sms_gateways/t-mobile-austria","data":[{"name":"id","value":"t-mobile-austria"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@sms.t-mobile.at"},{"name":"name","value":"T-Mobile
|
609
|
+
(Austria)"}],"rel":"SmsGateway-t-mobile-austria"},{"href":"http://localhost:3000/sms_gateways/t-mobile-germany","data":[{"name":"id","value":"t-mobile-germany"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@t-d1-sms.de"},{"name":"name","value":"T-Mobile
|
610
|
+
(Germany)"}],"rel":"SmsGateway-t-mobile-germany"},{"href":"http://localhost:3000/sms_gateways/t-mobile-netherlands","data":[{"name":"id","value":"t-mobile-netherlands"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@gin.nl"},{"name":"name","value":"T-Mobile
|
611
|
+
(Netherlands)"}],"rel":"SmsGateway-t-mobile-netherlands"},{"href":"http://localhost:3000/sms_gateways/t-mobile-uk","data":[{"name":"id","value":"t-mobile-uk"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@t-mobile.uk.net"},{"name":"name","value":"T-Mobile
|
612
|
+
(UK)"}],"rel":"SmsGateway-t-mobile-uk"},{"href":"http://localhost:3000/sms_gateways/telebec-canada","data":[{"name":"id","value":"telebec-canada"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@txt.telebecmobilite.com"},{"name":"name","value":"Telebec
|
613
|
+
(Canada)"}],"rel":"SmsGateway-telebec-canada"},{"href":"http://localhost:3000/sms_gateways/telefonica-spain","data":[{"name":"id","value":"telefonica-spain"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@movistar.net"},{"name":"name","value":"Telefonica
|
614
|
+
(Spain)"}],"rel":"SmsGateway-telefonica-spain"},{"href":"http://localhost:3000/sms_gateways/telefonica-czechrepublic","data":[{"name":"id","value":"telefonica-czechrepublic"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@sms.cz.o2.com"},{"name":"name","value":"Telefonica
|
615
|
+
(Czech Republic)"}],"rel":"SmsGateway-telefonica-czechrepublic"},{"href":"http://localhost:3000/sms_gateways/telenor","data":[{"name":"id","value":"telenor"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@mobilpost.com"},{"name":"name","value":"Telenor"}],"rel":"SmsGateway-telenor"},{"href":"http://localhost:3000/sms_gateways/telus-canada","data":[{"name":"id","value":"telus-canada"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@msg.telus.com"},{"name":"name","value":"Telus
|
616
|
+
(Canada)"}],"rel":"SmsGateway-telus-canada"},{"href":"http://localhost:3000/sms_gateways/tim","data":[{"name":"id","value":"tim"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@timnet.com"},{"name":"name","value":"TIM
|
617
|
+
(Italy)"}],"rel":"SmsGateway-tim"},{"href":"http://localhost:3000/sms_gateways/three-italia","data":[{"name":"id","value":"three-italia"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@tre.it"},{"name":"name","value":"3
|
618
|
+
Italia"}],"rel":"SmsGateway-three-italia"},{"href":"http://localhost:3000/sms_gateways/virgin-canada","data":[{"name":"id","value":"virgin-canada"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@vmobile.ca"},{"name":"name","value":"Virgin
|
619
|
+
(Canada)"}],"rel":"SmsGateway-virgin-canada"},{"href":"http://localhost:3000/sms_gateways/vodacom-south-africa","data":[{"name":"id","value":"vodacom-south-africa"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@voda.co.za"},{"name":"name","value":"Vodacom
|
620
|
+
(South Africa)"}],"rel":"SmsGateway-vodacom-south-africa"},{"href":"http://localhost:3000/sms_gateways/vodafone-germany","data":[{"name":"id","value":"vodafone-germany"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@vodafone-sms.de"},{"name":"name","value":"Vodafone
|
621
|
+
(Germany)"}],"rel":"SmsGateway-vodafone-germany"},{"href":"http://localhost:3000/sms_gateways/vodafone-egypt","data":[{"name":"id","value":"vodafone-egypt"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@vodafone.com.eg"},{"name":"name","value":"Vodafone
|
622
|
+
(Egypt)"}],"rel":"SmsGateway-vodafone-egypt"},{"href":"http://localhost:3000/sms_gateways/vodafone-jp-chuugoku","data":[{"name":"id","value":"vodafone-jp-chuugoku"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@n.vodafone.ne.jp"},{"name":"name","value":"Vodafone
|
623
|
+
(Japan - Chuugoku)"}],"rel":"SmsGateway-vodafone-jp-chuugoku"},{"href":"http://localhost:3000/sms_gateways/vodafone-jp-hokkaido","data":[{"name":"id","value":"vodafone-jp-hokkaido"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@d.vodafone.ne.jp"},{"name":"name","value":"Vodafone
|
624
|
+
(Japan - Hokkaido)"}],"rel":"SmsGateway-vodafone-jp-hokkaido"},{"href":"http://localhost:3000/sms_gateways/vodafone-jp-hokuriko","data":[{"name":"id","value":"vodafone-jp-hokuriko"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@r.vodafone.ne.jp"},{"name":"name","value":"Vodafone
|
625
|
+
(Japan - Hokuriko)"}],"rel":"SmsGateway-vodafone-jp-hokuriko"},{"href":"http://localhost:3000/sms_gateways/vodafone-jp-kansai","data":[{"name":"id","value":"vodafone-jp-kansai"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@k.vodafone.ne.jp"},{"name":"name","value":"Vodafone
|
626
|
+
(Japan - Kansai)"}],"rel":"SmsGateway-vodafone-jp-kansai"},{"href":"http://localhost:3000/sms_gateways/vodafone-jp-osaka","data":[{"name":"id","value":"vodafone-jp-osaka"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@k.vodafone.ne.jp"},{"name":"name","value":"Vodafone
|
627
|
+
(Japan - Osaka)"}],"rel":"SmsGateway-vodafone-jp-osaka"},{"href":"http://localhost:3000/sms_gateways/vodafone-jp-kanto","data":[{"name":"id","value":"vodafone-jp-kanto"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@k.vodafone.ne.jp"},{"name":"name","value":"Vodafone
|
628
|
+
(Japan - Kanto)"}],"rel":"SmsGateway-vodafone-jp-kanto"},{"href":"http://localhost:3000/sms_gateways/vodafone-jp-koushin","data":[{"name":"id","value":"vodafone-jp-koushin"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@k.vodafone.ne.jp"},{"name":"name","value":"Vodafone
|
629
|
+
(Japan - Koushin)"}],"rel":"SmsGateway-vodafone-jp-koushin"},{"href":"http://localhost:3000/sms_gateways/vodafone-jp-tokyo","data":[{"name":"id","value":"vodafone-jp-tokyo"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@k.vodafone.ne.jp"},{"name":"name","value":"Vodafone
|
630
|
+
(Japan - Tokyo)"}],"rel":"SmsGateway-vodafone-jp-tokyo"},{"href":"http://localhost:3000/sms_gateways/vodafone-jp-kyuushu","data":[{"name":"id","value":"vodafone-jp-kyuushu"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@q.vodafone.ne.jp"},{"name":"name","value":"Vodafone
|
631
|
+
(Japan - Kyuushu)"}],"rel":"SmsGateway-vodafone-jp-kyuushu"},{"href":"http://localhost:3000/sms_gateways/vodafone-jp-okinawa","data":[{"name":"id","value":"vodafone-jp-okinawa"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@q.vodafone.ne.jp"},{"name":"name","value":"Vodafone
|
632
|
+
(Japan - Okinawa)"}],"rel":"SmsGateway-vodafone-jp-okinawa"},{"href":"http://localhost:3000/sms_gateways/vodafone-jp-shikoku","data":[{"name":"id","value":"vodafone-jp-shikoku"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@s.vodafone.ne.jp"},{"name":"name","value":"Vodafone
|
633
|
+
(Japan - Shikoku)"}],"rel":"SmsGateway-vodafone-jp-shikoku"},{"href":"http://localhost:3000/sms_gateways/vodafone-jp-touhoku","data":[{"name":"id","value":"vodafone-jp-touhoku"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@h.vodafone.ne.jp"},{"name":"name","value":"Vodafone
|
634
|
+
(Japan - Touhoku)"}],"rel":"SmsGateway-vodafone-jp-touhoku"},{"href":"http://localhost:3000/sms_gateways/vodafone-jp-niigata","data":[{"name":"id","value":"vodafone-jp-niigata"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@h.vodafone.ne.jp"},{"name":"name","value":"Vodafone
|
635
|
+
(Japan - Niigata)"}],"rel":"SmsGateway-vodafone-jp-niigata"},{"href":"http://localhost:3000/sms_gateways/vodafone-jp-toukai","data":[{"name":"id","value":"vodafone-jp-toukai"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@h.vodafone.ne.jp"},{"name":"name","value":"Vodafone
|
636
|
+
(Japan - Toukai)"}],"rel":"SmsGateway-vodafone-jp-toukai"},{"href":"http://localhost:3000/sms_gateways/vodafone-nz","data":[{"name":"id","value":"vodafone-nz"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@sms.vodafone.net.nz"},{"name":"name","value":"Vodafone
|
637
|
+
(New Zealand)"}],"rel":"SmsGateway-vodafone-nz"},{"href":"http://localhost:3000/sms_gateways/vodafone-spain","data":[{"name":"id","value":"vodafone-spain"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@vodafone.es"},{"name":"name","value":"Vodafone
|
638
|
+
(Japan - Spain)"}],"rel":"SmsGateway-vodafone-spain"},{"href":"http://localhost:3000/sms_gateways/wind","data":[{"name":"id","value":"wind"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@wind.it"},{"name":"name","value":"Wind
|
639
|
+
(Italy)"}],"rel":"SmsGateway-wind"},{"href":"http://localhost:3000/sms_gateways/windmobile","data":[{"name":"id","value":"windmobile"},{"name":"type","value":"SmsGateway"},{"name":"domain","value":"@txt.windmobile.ca"},{"name":"name","value":"Wind
|
640
|
+
Mobile (Canada)"}],"rel":"SmsGateway-windmobile"}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/sponsors","rel":"sponsers","template":{"data":[{"name":"team_id","value":null},{"name":"name","value":null},{"name":"url","value":null},{"name":"type","value":"sponsor"}]},"links":[{"rel":"team","href":"http://localhost:3000/teams"},{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/sponsors"}],"queries":[{"rel":"search","href":"http://localhost:3000/sponsors/search","data":[{"name":"team_id","value":null},{"name":"id","value":null},{"name":"page_size","value":null,"prompt":"The
|
641
|
+
number of items to return for each page. Sending this parameter with the query
|
642
|
+
will enable paging for the returned collection."},{"name":"page_number","value":null,"prompt":"The
|
643
|
+
number of the page to be returned. This requires that paging be turned on
|
644
|
+
by also providing the page_size parameter."}]}],"commands":[{"rel":"upload_sponsor_logo","href":"http://localhost:3000/sponsors/upload_sponsor_logo","prompt":"Upload
|
645
|
+
a sponsor logo. This must be a multi-part POST.","data":[{"name":"sponsor_id","value":null},{"name":"file","value":null}]},{"rel":"remove_sponsor_logo","href":"http://localhost:3000/sponsors/remove_sponsor_logo","prompt":"translation
|
646
|
+
missing: en.prompts.sponsors.commands.remove_sponsor_logo","data":[{"name":"sponsor_id","value":null}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/sports","rel":"sports","links":[{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/sports"}],"queries":[{"rel":"search","href":"http://localhost:3000/sports/search","data":[{"name":"id","value":null},{"name":"team_id","value":null}]}],"items":[{"href":"http://localhost:3000/sports/1","data":[{"name":"id","value":1},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":true},{"name":"has_shootouts","value":false},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Basketball"},{"name":"overtime_abbrev","value":"OT"},{"name":"overtime_label","value":"Overtime"},{"name":"shootout_abbrev","value":null},{"name":"shootout_label","value":null},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":true},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-basketball.png"}],"rel":"sport-1"},{"href":"http://localhost:3000/sports/2","data":[{"name":"id","value":2},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":true},{"name":"has_shootouts","value":true},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Soccer"},{"name":"overtime_abbrev","value":"AET"},{"name":"overtime_label","value":"Extra
|
647
|
+
Time"},{"name":"shootout_abbrev","value":"PK"},{"name":"shootout_label","value":"Penalty
|
648
|
+
Kicks"},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":true},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-soccer.png"}],"rel":"sport-2"},{"href":"http://localhost:3000/sports/4","data":[{"name":"id","value":4},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":false},{"name":"has_shootouts","value":false},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Softball"},{"name":"overtime_abbrev","value":null},{"name":"overtime_label","value":null},{"name":"shootout_abbrev","value":null},{"name":"shootout_label","value":null},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":true},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-softball.png"}],"rel":"sport-4"},{"href":"http://localhost:3000/sports/5","data":[{"name":"id","value":5},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":false},{"name":"has_shootouts","value":false},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Baseball"},{"name":"overtime_abbrev","value":null},{"name":"overtime_label","value":null},{"name":"shootout_abbrev","value":null},{"name":"shootout_label","value":null},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":true},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-baseball.png"}],"rel":"sport-5"},{"href":"http://localhost:3000/sports/6","data":[{"name":"id","value":6},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":false},{"name":"has_shootouts","value":false},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Volleyball"},{"name":"overtime_abbrev","value":null},{"name":"overtime_label","value":null},{"name":"shootout_abbrev","value":null},{"name":"shootout_label","value":null},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":true},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-volleyball.png"}],"rel":"sport-6"},{"href":"http://localhost:3000/sports/7","data":[{"name":"id","value":7},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":true},{"name":"has_shootouts","value":false},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Football"},{"name":"overtime_abbrev","value":"OT"},{"name":"overtime_label","value":"Overtime"},{"name":"shootout_abbrev","value":null},{"name":"shootout_label","value":null},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":true},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-football.png"}],"rel":"sport-7"},{"href":"http://localhost:3000/sports/8","data":[{"name":"id","value":8},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":false},{"name":"has_shootouts","value":false},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Cricket"},{"name":"overtime_abbrev","value":null},{"name":"overtime_label","value":null},{"name":"shootout_abbrev","value":null},{"name":"shootout_label","value":null},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":true},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-cricket.png"}],"rel":"sport-8"},{"href":"http://localhost:3000/sports/9","data":[{"name":"id","value":9},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":true},{"name":"has_shootouts","value":true},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Rugby"},{"name":"overtime_abbrev","value":"ET"},{"name":"overtime_label","value":"Extra
|
649
|
+
Time"},{"name":"shootout_abbrev","value":"KC"},{"name":"shootout_label","value":"Kicking
|
650
|
+
Competition"},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":true},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-rugby.png"}],"rel":"sport-9"},{"href":"http://localhost:3000/sports/10","data":[{"name":"id","value":10},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":true},{"name":"has_shootouts","value":false},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Lacrosse"},{"name":"overtime_abbrev","value":"OT"},{"name":"overtime_label","value":"Overtime"},{"name":"shootout_abbrev","value":null},{"name":"shootout_label","value":null},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":true},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-lacrosse.png"}],"rel":"sport-10"},{"href":"http://localhost:3000/sports/11","data":[{"name":"id","value":11},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":false},{"name":"has_shootouts","value":false},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Wiffleball"},{"name":"overtime_abbrev","value":null},{"name":"overtime_label","value":null},{"name":"shootout_abbrev","value":null},{"name":"shootout_label","value":null},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":true},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-wiffleball.png"}],"rel":"sport-11"},{"href":"http://localhost:3000/sports/13","data":[{"name":"id","value":13},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":false},{"name":"has_shootouts","value":false},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Bowling"},{"name":"overtime_abbrev","value":null},{"name":"overtime_label","value":null},{"name":"shootout_abbrev","value":null},{"name":"shootout_label","value":null},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":false},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-bowling.png"}],"rel":"sport-13"},{"href":"http://localhost:3000/sports/14","data":[{"name":"id","value":14},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":false},{"name":"has_shootouts","value":false},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Dodgeball"},{"name":"overtime_abbrev","value":null},{"name":"overtime_label","value":null},{"name":"shootout_abbrev","value":null},{"name":"shootout_label","value":null},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":true},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-dodgeball.png"}],"rel":"sport-14"},{"href":"http://localhost:3000/sports/15","data":[{"name":"id","value":15},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":true},{"name":"has_shootouts","value":true},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Field
|
651
|
+
Hockey"},{"name":"overtime_abbrev","value":"OT"},{"name":"overtime_label","value":"Overtime"},{"name":"shootout_abbrev","value":"SO"},{"name":"shootout_label","value":"Shootout"},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":true},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-field_hockey.png"}],"rel":"sport-15"},{"href":"http://localhost:3000/sports/16","data":[{"name":"id","value":16},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":true},{"name":"has_shootouts","value":true},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Ice
|
652
|
+
Hockey"},{"name":"overtime_abbrev","value":"OT"},{"name":"overtime_label","value":"Overtime"},{"name":"shootout_abbrev","value":"SO"},{"name":"shootout_label","value":"Shootout"},{"name":"tracks_overtime_losses","value":true},{"name":"tracks_points","value":true},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-ice_hockey.png"}],"rel":"sport-16"},{"href":"http://localhost:3000/sports/17","data":[{"name":"id","value":17},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":true},{"name":"has_shootouts","value":true},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Inline
|
653
|
+
Hockey"},{"name":"overtime_abbrev","value":"OT"},{"name":"overtime_label","value":"Overtime"},{"name":"shootout_abbrev","value":"SO"},{"name":"shootout_label","value":"Shootout"},{"name":"tracks_overtime_losses","value":true},{"name":"tracks_points","value":true},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-inline_hockey.png"}],"rel":"sport-17"},{"href":"http://localhost:3000/sports/18","data":[{"name":"id","value":18},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":false},{"name":"has_shootouts","value":false},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Kickball"},{"name":"overtime_abbrev","value":null},{"name":"overtime_label","value":null},{"name":"shootout_abbrev","value":null},{"name":"shootout_label","value":null},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":true},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-kickball.png"}],"rel":"sport-18"},{"href":"http://localhost:3000/sports/19","data":[{"name":"id","value":19},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":true},{"name":"has_shootouts","value":false},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Paintball"},{"name":"overtime_abbrev","value":"TB"},{"name":"overtime_label","value":"Tie-break"},{"name":"shootout_abbrev","value":null},{"name":"shootout_label","value":null},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":true},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-paintball.png"}],"rel":"sport-19"},{"href":"http://localhost:3000/sports/20","data":[{"name":"id","value":20},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":true},{"name":"has_shootouts","value":false},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Polo"},{"name":"overtime_abbrev","value":"SD"},{"name":"overtime_label","value":"Sudden
|
654
|
+
Death"},{"name":"shootout_abbrev","value":null},{"name":"shootout_label","value":null},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":true},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-polo.png"}],"rel":"sport-20"},{"href":"http://localhost:3000/sports/21","data":[{"name":"id","value":21},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":false},{"name":"has_shootouts","value":false},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Rowing"},{"name":"overtime_abbrev","value":null},{"name":"overtime_label","value":null},{"name":"shootout_abbrev","value":null},{"name":"shootout_label","value":null},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":false},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-rowing.png"}],"rel":"sport-21"},{"href":"http://localhost:3000/sports/22","data":[{"name":"id","value":22},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":true},{"name":"has_shootouts","value":false},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Ultimate"},{"name":"overtime_abbrev","value":"OT"},{"name":"overtime_label","value":"Overtime"},{"name":"shootout_abbrev","value":null},{"name":"shootout_label","value":null},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":true},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-ultimate.png"}],"rel":"sport-22"},{"href":"http://localhost:3000/sports/23","data":[{"name":"id","value":23},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":true},{"name":"has_shootouts","value":true},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Water
|
655
|
+
Polo"},{"name":"overtime_abbrev","value":"OT"},{"name":"overtime_label","value":"Overtime"},{"name":"shootout_abbrev","value":"SO"},{"name":"shootout_label","value":"Shootout"},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":true},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-water_polo.png"}],"rel":"sport-23"},{"href":"http://localhost:3000/sports/24","data":[{"name":"id","value":24},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":false},{"name":"has_shootouts","value":false},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Other
|
656
|
+
Sport"},{"name":"overtime_abbrev","value":null},{"name":"overtime_label","value":null},{"name":"shootout_abbrev","value":null},{"name":"shootout_label","value":null},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":false},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-other_sport.png"}],"rel":"sport-24"},{"href":"http://localhost:3000/sports/25","data":[{"name":"id","value":25},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":false},{"name":"has_shootouts","value":false},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Dragon
|
657
|
+
Boat"},{"name":"overtime_abbrev","value":null},{"name":"overtime_label","value":null},{"name":"shootout_abbrev","value":null},{"name":"shootout_label","value":null},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":false},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-dragon_boat.png"}],"rel":"sport-25"},{"href":"http://localhost:3000/sports/26","data":[{"name":"id","value":26},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":true},{"name":"has_shootouts","value":false},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Australian
|
658
|
+
Football"},{"name":"overtime_abbrev","value":"ET"},{"name":"overtime_label","value":"Extra
|
659
|
+
time"},{"name":"shootout_abbrev","value":null},{"name":"shootout_label","value":null},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":true},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-australian_football.png"}],"rel":"sport-26"},{"href":"http://localhost:3000/sports/27","data":[{"name":"id","value":27},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":false},{"name":"has_shootouts","value":false},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Badminton"},{"name":"overtime_abbrev","value":null},{"name":"overtime_label","value":null},{"name":"shootout_abbrev","value":null},{"name":"shootout_label","value":null},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":true},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-badminton.png"}],"rel":"sport-27"},{"href":"http://localhost:3000/sports/28","data":[{"name":"id","value":28},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":true},{"name":"has_shootouts","value":false},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Bandy"},{"name":"overtime_abbrev","value":"OT"},{"name":"overtime_label","value":"Overtime"},{"name":"shootout_abbrev","value":null},{"name":"shootout_label","value":null},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":true},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-bandy.png"}],"rel":"sport-28"},{"href":"http://localhost:3000/sports/29","data":[{"name":"id","value":29},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":false},{"name":"has_shootouts","value":false},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Bocce"},{"name":"overtime_abbrev","value":null},{"name":"overtime_label","value":null},{"name":"shootout_abbrev","value":null},{"name":"shootout_label","value":null},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":true},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-bocce.png"}],"rel":"sport-29"},{"href":"http://localhost:3000/sports/30","data":[{"name":"id","value":30},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":true},{"name":"has_shootouts","value":true},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Broomball"},{"name":"overtime_abbrev","value":"OT"},{"name":"overtime_label","value":"Overtime"},{"name":"shootout_abbrev","value":"SO"},{"name":"shootout_label","value":"Shootout"},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":true},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-broomball.png"}],"rel":"sport-30"},{"href":"http://localhost:3000/sports/31","data":[{"name":"id","value":31},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":false},{"name":"has_shootouts","value":false},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Cheerleading"},{"name":"overtime_abbrev","value":null},{"name":"overtime_label","value":null},{"name":"shootout_abbrev","value":null},{"name":"shootout_label","value":null},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":false},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-cheerleading.png"}],"rel":"sport-31"},{"href":"http://localhost:3000/sports/32","data":[{"name":"id","value":32},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":false},{"name":"has_shootouts","value":false},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Chess"},{"name":"overtime_abbrev","value":null},{"name":"overtime_label","value":null},{"name":"shootout_abbrev","value":null},{"name":"shootout_label","value":null},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":false},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-chess.png"}],"rel":"sport-32"},{"href":"http://localhost:3000/sports/33","data":[{"name":"id","value":33},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":false},{"name":"has_shootouts","value":false},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Croquet"},{"name":"overtime_abbrev","value":null},{"name":"overtime_label","value":null},{"name":"shootout_abbrev","value":null},{"name":"shootout_label","value":null},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":false},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-croquet.png"}],"rel":"sport-33"},{"href":"http://localhost:3000/sports/34","data":[{"name":"id","value":34},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":false},{"name":"has_shootouts","value":false},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Curling"},{"name":"overtime_abbrev","value":null},{"name":"overtime_label","value":null},{"name":"shootout_abbrev","value":null},{"name":"shootout_label","value":null},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":true},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-curling.png"}],"rel":"sport-34"},{"href":"http://localhost:3000/sports/35","data":[{"name":"id","value":35},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":false},{"name":"has_shootouts","value":false},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Cycling"},{"name":"overtime_abbrev","value":null},{"name":"overtime_label","value":null},{"name":"shootout_abbrev","value":null},{"name":"shootout_label","value":null},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":false},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-cycling.png"}],"rel":"sport-35"},{"href":"http://localhost:3000/sports/36","data":[{"name":"id","value":36},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":false},{"name":"has_shootouts","value":false},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Fencing"},{"name":"overtime_abbrev","value":null},{"name":"overtime_label","value":null},{"name":"shootout_abbrev","value":null},{"name":"shootout_label","value":null},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":true},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-fencing.png"}],"rel":"sport-36"},{"href":"http://localhost:3000/sports/37","data":[{"name":"id","value":37},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":false},{"name":"has_shootouts","value":false},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Foosball"},{"name":"overtime_abbrev","value":null},{"name":"overtime_label","value":null},{"name":"shootout_abbrev","value":null},{"name":"shootout_label","value":null},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":true},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-foosball.png"}],"rel":"sport-37"},{"href":"http://localhost:3000/sports/38","data":[{"name":"id","value":38},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":true},{"name":"has_shootouts","value":false},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Hurling"},{"name":"overtime_abbrev","value":"ET"},{"name":"overtime_label","value":"Extra
|
660
|
+
Time"},{"name":"shootout_abbrev","value":null},{"name":"shootout_label","value":null},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":true},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-hurling.png"}],"rel":"sport-38"},{"href":"http://localhost:3000/sports/39","data":[{"name":"id","value":39},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":true},{"name":"has_shootouts","value":true},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Indoor
|
661
|
+
Soccer"},{"name":"overtime_abbrev","value":"OT"},{"name":"overtime_label","value":"Overtime"},{"name":"shootout_abbrev","value":"SO"},{"name":"shootout_label","value":"Shootout"},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":true},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-indoor_soccer.png"}],"rel":"sport-39"},{"href":"http://localhost:3000/sports/40","data":[{"name":"id","value":40},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":true},{"name":"has_shootouts","value":false},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Netball"},{"name":"overtime_abbrev","value":"OT"},{"name":"overtime_label","value":"Overtime"},{"name":"shootout_abbrev","value":null},{"name":"shootout_label","value":null},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":true},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-netball.png"}],"rel":"sport-40"},{"href":"http://localhost:3000/sports/41","data":[{"name":"id","value":41},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":false},{"name":"has_shootouts","value":false},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Running"},{"name":"overtime_abbrev","value":null},{"name":"overtime_label","value":null},{"name":"shootout_abbrev","value":null},{"name":"shootout_label","value":null},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":false},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-running.png"}],"rel":"sport-41"},{"href":"http://localhost:3000/sports/42","data":[{"name":"id","value":42},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":false},{"name":"has_shootouts","value":false},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Swimming"},{"name":"overtime_abbrev","value":null},{"name":"overtime_label","value":null},{"name":"shootout_abbrev","value":null},{"name":"shootout_label","value":null},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":false},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-swimming.png"}],"rel":"sport-42"},{"href":"http://localhost:3000/sports/43","data":[{"name":"id","value":43},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":true},{"name":"has_shootouts","value":false},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Tennis"},{"name":"overtime_abbrev","value":"TB"},{"name":"overtime_label","value":"Tie-Break"},{"name":"shootout_abbrev","value":null},{"name":"shootout_label","value":null},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":true},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-tennis.png"}],"rel":"sport-43"},{"href":"http://localhost:3000/sports/44","data":[{"name":"id","value":44},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":true},{"name":"has_shootouts","value":true},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Floorball"},{"name":"overtime_abbrev","value":"OT"},{"name":"overtime_label","value":"Extra
|
662
|
+
Time"},{"name":"shootout_abbrev","value":"SO"},{"name":"shootout_label","value":"Shootout"},{"name":"tracks_overtime_losses","value":true},{"name":"tracks_points","value":true},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-floorball.png"}],"rel":"sport-44"},{"href":"http://localhost:3000/sports/45","data":[{"name":"id","value":45},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":true},{"name":"has_shootouts","value":false},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Petanque"},{"name":"overtime_abbrev","value":"TB"},{"name":"overtime_label","value":"Tie-break"},{"name":"shootout_abbrev","value":null},{"name":"shootout_label","value":null},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":true},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-petanque.png"}],"rel":"sport-45"},{"href":"http://localhost:3000/sports/46","data":[{"name":"id","value":46},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":true},{"name":"has_shootouts","value":false},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":true},{"name":"name","value":"Golf"},{"name":"overtime_abbrev","value":"OT"},{"name":"overtime_label","value":"Playoff"},{"name":"shootout_abbrev","value":null},{"name":"shootout_label","value":null},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":true},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-golf.png"}],"rel":"sport-46"},{"href":"http://localhost:3000/sports/47","data":[{"name":"id","value":47},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":false},{"name":"has_shootouts","value":false},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Sailing"},{"name":"overtime_abbrev","value":null},{"name":"overtime_label","value":null},{"name":"shootout_abbrev","value":null},{"name":"shootout_label","value":null},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":false},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-sailing.png"}],"rel":"sport-47"},{"href":"http://localhost:3000/sports/48","data":[{"name":"id","value":48},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":true},{"name":"has_shootouts","value":false},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Roller
|
663
|
+
Derby"},{"name":"overtime_abbrev","value":"OT"},{"name":"overtime_label","value":"Overtime"},{"name":"shootout_abbrev","value":null},{"name":"shootout_label","value":null},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":true},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-roller_derby.png"}],"rel":"sport-48"},{"href":"http://localhost:3000/sports/49","data":[{"name":"id","value":49},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":true},{"name":"has_shootouts","value":false},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Wrestling"},{"name":"overtime_abbrev","value":"OT"},{"name":"overtime_label","value":"Overtime"},{"name":"shootout_abbrev","value":null},{"name":"shootout_label","value":null},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":true},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-wrestling.png"}],"rel":"sport-49"},{"href":"http://localhost:3000/sports/50","data":[{"name":"id","value":50},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":false},{"name":"has_shootouts","value":false},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Ki-O-Rahi"},{"name":"overtime_abbrev","value":null},{"name":"overtime_label","value":null},{"name":"shootout_abbrev","value":null},{"name":"shootout_label","value":null},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":true},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-ki-o-rahi.png"}],"rel":"sport-50"},{"href":"http://localhost:3000/sports/51","data":[{"name":"id","value":51},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":true},{"name":"has_shootouts","value":false},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Ringette"},{"name":"overtime_abbrev","value":"OT"},{"name":"overtime_label","value":"Overtime"},{"name":"shootout_abbrev","value":null},{"name":"shootout_label","value":null},{"name":"tracks_overtime_losses","value":true},{"name":"tracks_points","value":true},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-ringette.png"}],"rel":"sport-51"},{"href":"http://localhost:3000/sports/52","data":[{"name":"id","value":52},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":false},{"name":"has_shootouts","value":false},{"name":"is_non_sport","value":true},{"name":"low_score_wins","value":false},{"name":"name","value":"Non-Sport
|
664
|
+
Group"},{"name":"overtime_abbrev","value":null},{"name":"overtime_label","value":null},{"name":"shootout_abbrev","value":null},{"name":"shootout_label","value":null},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":false},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-non-sport_group.png"}],"rel":"sport-52"},{"href":"http://localhost:3000/sports/53","data":[{"name":"id","value":53},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":false},{"name":"has_shootouts","value":false},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Outrigger"},{"name":"overtime_abbrev","value":null},{"name":"overtime_label","value":null},{"name":"shootout_abbrev","value":null},{"name":"shootout_label","value":null},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":false},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-outrigger.png"}],"rel":"sport-53"},{"href":"http://localhost:3000/sports/54","data":[{"name":"id","value":54},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":true},{"name":"has_shootouts","value":false},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Cow
|
665
|
+
Tipping"},{"name":"overtime_abbrev","value":"ET"},{"name":"overtime_label","value":"Extra
|
666
|
+
Tips"},{"name":"shootout_abbrev","value":null},{"name":"shootout_label","value":null},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":true},{"name":"has_statistic_template","value":true},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-cow_tipping.png"}],"rel":"sport-54"},{"href":"http://localhost:3000/sports/55","data":[{"name":"id","value":55},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":false},{"name":"has_shootouts","value":false},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Racquetball"},{"name":"overtime_abbrev","value":null},{"name":"overtime_label","value":null},{"name":"shootout_abbrev","value":null},{"name":"shootout_label","value":null},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":true},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-racquetball.png"}],"rel":"sport-55"},{"href":"http://localhost:3000/sports/56","data":[{"name":"id","value":56},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":true},{"name":"has_shootouts","value":false},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Gymnastics-Men"},{"name":"overtime_abbrev","value":"TB"},{"name":"overtime_label","value":"Tie-Break"},{"name":"shootout_abbrev","value":null},{"name":"shootout_label","value":null},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":false},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-gymnastics-men.png"}],"rel":"sport-56"},{"href":"http://localhost:3000/sports/57","data":[{"name":"id","value":57},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":true},{"name":"has_shootouts","value":false},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Gymnastics-Women"},{"name":"overtime_abbrev","value":"TB"},{"name":"overtime_label","value":"Tie-Break"},{"name":"shootout_abbrev","value":null},{"name":"shootout_label","value":null},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":false},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-gymnastics-women.png"}],"rel":"sport-57"},{"href":"http://localhost:3000/sports/58","data":[{"name":"id","value":58},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":false},{"name":"has_shootouts","value":false},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Track
|
667
|
+
And Field"},{"name":"overtime_abbrev","value":null},{"name":"overtime_label","value":null},{"name":"shootout_abbrev","value":null},{"name":"shootout_label","value":null},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":false},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-track_and_field.png"}],"rel":"sport-58"},{"href":"http://localhost:3000/sports/59","data":[{"name":"id","value":59},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":true},{"name":"has_shootouts","value":false},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Archery"},{"name":"overtime_abbrev","value":"TB"},{"name":"overtime_label","value":"Tie-Break"},{"name":"shootout_abbrev","value":null},{"name":"shootout_label","value":null},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":false},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-archery.png"}],"rel":"sport-59"},{"href":"http://localhost:3000/sports/60","data":[{"name":"id","value":60},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":true},{"name":"has_shootouts","value":true},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Floor
|
668
|
+
Hockey"},{"name":"overtime_abbrev","value":"OT"},{"name":"overtime_label","value":"Overtime"},{"name":"shootout_abbrev","value":"SO"},{"name":"shootout_label","value":"Shootout"},{"name":"tracks_overtime_losses","value":true},{"name":"tracks_points","value":true},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-floor_hockey.png"}],"rel":"sport-60"},{"href":"http://localhost:3000/sports/61","data":[{"name":"id","value":61},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":false},{"name":"has_shootouts","value":false},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Slo-pitch"},{"name":"overtime_abbrev","value":null},{"name":"overtime_label","value":null},{"name":"shootout_abbrev","value":null},{"name":"shootout_label","value":null},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":true},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-slo-pitch.png"}],"rel":"sport-61"},{"href":"http://localhost:3000/sports/62","data":[{"name":"id","value":62},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":true},{"name":"has_shootouts","value":true},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Street
|
669
|
+
Hockey"},{"name":"overtime_abbrev","value":"OT"},{"name":"overtime_label","value":"Overtime"},{"name":"shootout_abbrev","value":"SO"},{"name":"shootout_label","value":"Shootout"},{"name":"tracks_overtime_losses","value":true},{"name":"tracks_points","value":true},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-street_hockey.png"}],"rel":"sport-62"},{"href":"http://localhost:3000/sports/63","data":[{"name":"id","value":63},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":false},{"name":"has_shootouts","value":false},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Pickleball"},{"name":"overtime_abbrev","value":null},{"name":"overtime_label","value":null},{"name":"shootout_abbrev","value":null},{"name":"shootout_label","value":null},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":true},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-pickleball.png"}],"rel":"sport-63"},{"href":"http://localhost:3000/sports/64","data":[{"name":"id","value":64},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":true},{"name":"has_shootouts","value":false},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Wheelchair
|
670
|
+
Basketball"},{"name":"overtime_abbrev","value":"OT"},{"name":"overtime_label","value":"Overtime"},{"name":"shootout_abbrev","value":null},{"name":"shootout_label","value":null},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":true},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-wheelchair_basketball.png"}],"rel":"sport-64"},{"href":"http://localhost:3000/sports/65","data":[{"name":"id","value":65},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":true},{"name":"has_shootouts","value":true},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Sled
|
671
|
+
Hockey"},{"name":"overtime_abbrev","value":"OT"},{"name":"overtime_label","value":"Overtime"},{"name":"shootout_abbrev","value":"SO"},{"name":"shootout_label","value":"Shootout"},{"name":"tracks_overtime_losses","value":true},{"name":"tracks_points","value":true},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-sled_hockey.png"}],"rel":"sport-65"},{"href":"http://localhost:3000/sports/66","data":[{"name":"id","value":66},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":false},{"name":"has_shootouts","value":false},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Wheelchair
|
672
|
+
Softball"},{"name":"overtime_abbrev","value":null},{"name":"overtime_label","value":null},{"name":"shootout_abbrev","value":null},{"name":"shootout_label","value":null},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":true},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-wheelchair_softball.png"}],"rel":"sport-66"},{"href":"http://localhost:3000/sports/67","data":[{"name":"id","value":67},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":true},{"name":"has_shootouts","value":true},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Quad
|
673
|
+
Rugby"},{"name":"overtime_abbrev","value":"ET"},{"name":"overtime_label","value":"Extra
|
674
|
+
Time"},{"name":"shootout_abbrev","value":"KC"},{"name":"shootout_label","value":"Kicking
|
675
|
+
Competition"},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":true},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-quad_rugby.png"}],"rel":"sport-67"},{"href":"http://localhost:3000/sports/68","data":[{"name":"id","value":68},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":false},{"name":"has_shootouts","value":false},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Handcycling"},{"name":"overtime_abbrev","value":null},{"name":"overtime_label","value":null},{"name":"shootout_abbrev","value":null},{"name":"shootout_label","value":null},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":false},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-handcycling.png"}],"rel":"sport-68"},{"href":"http://localhost:3000/sports/69","data":[{"name":"id","value":69},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":false},{"name":"has_shootouts","value":false},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Adaptive
|
676
|
+
Sports"},{"name":"overtime_abbrev","value":null},{"name":"overtime_label","value":null},{"name":"shootout_abbrev","value":null},{"name":"shootout_label","value":null},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":false},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-adaptive_sports.png"}],"rel":"sport-69"},{"href":"http://localhost:3000/sports/70","data":[{"name":"id","value":70},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":false},{"name":"has_shootouts","value":false},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Cross
|
677
|
+
Country"},{"name":"overtime_abbrev","value":null},{"name":"overtime_label","value":null},{"name":"shootout_abbrev","value":null},{"name":"shootout_label","value":null},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":false},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-cross_country.png"}],"rel":"sport-70"},{"href":"http://localhost:3000/sports/71","data":[{"name":"id","value":71},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":false},{"name":"has_shootouts","value":false},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Cross
|
678
|
+
Country Skiing"},{"name":"overtime_abbrev","value":null},{"name":"overtime_label","value":null},{"name":"shootout_abbrev","value":null},{"name":"shootout_label","value":null},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":false},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-cross_country_skiing.png"}],"rel":"sport-71"},{"href":"http://localhost:3000/sports/72","data":[{"name":"id","value":72},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":false},{"name":"has_shootouts","value":false},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Alpine
|
679
|
+
Skiing"},{"name":"overtime_abbrev","value":null},{"name":"overtime_label","value":null},{"name":"shootout_abbrev","value":null},{"name":"shootout_label","value":null},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":false},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-alpine_skiing.png"}],"rel":"sport-72"},{"href":"http://localhost:3000/sports/73","data":[{"name":"id","value":73},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":true},{"name":"has_shootouts","value":true},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Wheelchair
|
680
|
+
Hockey"},{"name":"overtime_abbrev","value":"OT"},{"name":"overtime_label","value":"Overtime"},{"name":"shootout_abbrev","value":"SO"},{"name":"shootout_label","value":"Shootout"},{"name":"tracks_overtime_losses","value":true},{"name":"tracks_points","value":true},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-wheelchair_hockey.png"}],"rel":"sport-73"},{"href":"http://localhost:3000/sports/74","data":[{"name":"id","value":74},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":false},{"name":"has_shootouts","value":false},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Wheelchair
|
681
|
+
Volleyball"},{"name":"overtime_abbrev","value":null},{"name":"overtime_label","value":null},{"name":"shootout_abbrev","value":null},{"name":"shootout_label","value":null},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":true},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-wheelchair_volleyball.png"}],"rel":"sport-74"},{"href":"http://localhost:3000/sports/75","data":[{"name":"id","value":75},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":true},{"name":"has_shootouts","value":false},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Wheelchair
|
682
|
+
Lacrosse"},{"name":"overtime_abbrev","value":"OT"},{"name":"overtime_label","value":"Overtime"},{"name":"shootout_abbrev","value":null},{"name":"shootout_label","value":null},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":true},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-wheelchair_lacrosse.png"}],"rel":"sport-75"},{"href":"http://localhost:3000/sports/76","data":[{"name":"id","value":76},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":false},{"name":"has_shootouts","value":false},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Horseback
|
683
|
+
Riding"},{"name":"overtime_abbrev","value":null},{"name":"overtime_label","value":null},{"name":"shootout_abbrev","value":null},{"name":"shootout_label","value":null},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":true},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-horseback_riding.png"}],"rel":"sport-76"},{"href":"http://localhost:3000/sports/77","data":[{"name":"id","value":77},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":false},{"name":"has_shootouts","value":false},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Diving"},{"name":"overtime_abbrev","value":null},{"name":"overtime_label","value":null},{"name":"shootout_abbrev","value":null},{"name":"shootout_label","value":null},{"name":"tracks_overtime_losses","value":true},{"name":"tracks_points","value":true},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-diving.png"}],"rel":"sport-77"},{"href":"http://localhost:3000/sports/78","data":[{"name":"id","value":78},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":true},{"name":"has_shootouts","value":false},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Quidditch"},{"name":"overtime_abbrev","value":"OT"},{"name":"overtime_label","value":"Overtime"},{"name":"shootout_abbrev","value":null},{"name":"shootout_label","value":null},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":true},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-quidditch.png"}],"rel":"sport-78"},{"href":"http://localhost:3000/sports/79","data":[{"name":"id","value":79},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":false},{"name":"has_shootouts","value":false},{"name":"is_non_sport","value":true},{"name":"low_score_wins","value":false},{"name":"name","value":"Musical
|
684
|
+
Group"},{"name":"overtime_abbrev","value":null},{"name":"overtime_label","value":null},{"name":"shootout_abbrev","value":null},{"name":"shootout_label","value":null},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":false},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-musical_group.png"}],"rel":"sport-79"},{"href":"http://localhost:3000/sports/80","data":[{"name":"id","value":80},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":true},{"name":"has_shootouts","value":false},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Dance"},{"name":"overtime_abbrev","value":"TB"},{"name":"overtime_label","value":"Tie-Break"},{"name":"shootout_abbrev","value":null},{"name":"shootout_label","value":null},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":false},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-dance.png"}],"rel":"sport-80"},{"href":"http://localhost:3000/sports/81","data":[{"name":"id","value":81},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":true},{"name":"has_shootouts","value":false},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Gymnastics-Coed"},{"name":"overtime_abbrev","value":"TB"},{"name":"overtime_label","value":"Tie-Break"},{"name":"shootout_abbrev","value":null},{"name":"shootout_label","value":null},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":false},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-gymnastics-coed.png"}],"rel":"sport-81"},{"href":"http://localhost:3000/sports/82","data":[{"name":"id","value":82},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":true},{"name":"has_shootouts","value":false},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Flying"},{"name":"overtime_abbrev","value":"TB"},{"name":"overtime_label","value":"Tie-Break"},{"name":"shootout_abbrev","value":null},{"name":"shootout_label","value":null},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":true},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-flying.png"}],"rel":"sport-82"},{"href":"http://localhost:3000/sports/83","data":[{"name":"id","value":83},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":true},{"name":"has_shootouts","value":false},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":true},{"name":"name","value":"Darts"},{"name":"overtime_abbrev","value":"TB"},{"name":"overtime_label","value":"Tie-Break"},{"name":"shootout_abbrev","value":null},{"name":"shootout_label","value":null},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":true},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-darts.png"}],"rel":"sport-83"},{"href":"http://localhost:3000/sports/84","data":[{"name":"id","value":84},{"name":"type","value":"sport"},{"name":"has_customized_language","value":false},{"name":"has_overtime","value":false},{"name":"has_shootouts","value":false},{"name":"is_non_sport","value":false},{"name":"low_score_wins","value":false},{"name":"name","value":"Pool
|
685
|
+
and Billiards"},{"name":"overtime_abbrev","value":null},{"name":"overtime_label","value":null},{"name":"shootout_abbrev","value":null},{"name":"shootout_label","value":null},{"name":"tracks_overtime_losses","value":false},{"name":"tracks_points","value":true},{"name":"has_statistic_template","value":false},{"name":"created_at","value":"2016-03-28T22:30:43Z","type":"DateTime"},{"name":"updated_at","value":"2016-03-28T22:30:43Z","type":"DateTime"}],"links":[{"rel":"sport_logo","href":"http://9720728c11b014fc3f7c-401599d8c2efd31ed32bcf970d759503.r67.cf1.rackcdn.com/sport_logos/logo-pool_and_billiards.png"}],"rel":"sport-84"}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/statistics","rel":"statistics","template":{"data":[{"name":"acronym","value":null},{"name":"always_display_decimals","value":null},{"name":"formula","value":null},{"name":"is_in_descending_order","value":null},{"name":"display_zero_totals","value":null},{"name":"is_percentage","value":null},{"name":"is_private","value":null},{"name":"is_team_statistic","value":null},{"name":"is_top_statistic","value":null},{"name":"name","value":null},{"name":"precision","value":null},{"name":"statistic_group_id","value":null},{"name":"team_id","value":null},{"name":"type","value":"statistic"}]},"links":[{"rel":"event_statistics","href":"http://localhost:3000/event_statistics"},{"rel":"member_statistics","href":"http://localhost:3000/member_statistics"},{"rel":"statistic_aggregates","href":"http://localhost:3000/statistic_aggregates"},{"rel":"statistic_data","href":"http://localhost:3000/statistic_data"},{"rel":"statistic_group","href":"http://localhost:3000/statistic_groups"},{"rel":"team","href":"http://localhost:3000/teams"},{"rel":"team_statistics","href":"http://localhost:3000/team_statistics"},{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/statistics"}],"queries":[{"rel":"search","href":"http://localhost:3000/statistics/search","data":[{"name":"statistic_group_id","value":null},{"name":"team_id","value":null},{"name":"id","value":null},{"name":"page_size","value":null,"prompt":"The
|
686
|
+
number of items to return for each page. Sending this parameter with the query
|
687
|
+
will enable paging for the returned collection."},{"name":"page_number","value":null,"prompt":"The
|
688
|
+
number of the page to be returned. This requires that paging be turned on
|
689
|
+
by also providing the page_size parameter."}]}],"commands":[{"rel":"reorder_statistics","href":"http://localhost:3000/statistics/reorder","prompt":"reorder
|
690
|
+
the statistics based on the sorted_ids provided","data":[{"name":"team_id","value":null},{"name":"sorted_ids","value":null,"prompt":"An
|
691
|
+
array of the ids in the order that they are to be moved to"}]},{"rel":"import_from_template","href":"http://localhost:3000/statistics/import_from_template","prompt":"import
|
692
|
+
all statistics and statistic groups from a template of a sport_id to a specified
|
693
|
+
destination_team_id","data":[{"name":"destination_team_id","value":null},{"name":"sport_id","value":null}]},{"rel":"import_from_team","href":"http://localhost:3000/statistics/import_from_team","prompt":"import
|
694
|
+
all statistics and statistic groups from a source_team_id to a destination_team_id","data":[{"name":"source_team_id","value":null},{"name":"destination_team_id","value":null}]}]}},{"collection":{"version":"3.228.1","prompt":"Aggregate
|
695
|
+
data for a team''s statistics, including team_statistics and member_statistics","href":"http://localhost:3000/statistic_aggregates","rel":"statistic_aggregates","links":[{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/statistic_aggregates"},{"rel":"statistic","href":"http://localhost:3000/statistics"},{"rel":"team","href":"http://localhost:3000/teams"}],"queries":[{"rel":"search","href":"http://localhost:3000/statistic_aggregates/search","data":[{"name":"id","value":null},{"name":"team_id","value":null},{"name":"statistic_id","value":null},{"name":"page_size","value":null,"prompt":"The
|
696
|
+
number of items to return for each page. Sending this parameter with the query
|
697
|
+
will enable paging for the returned collection."},{"name":"page_number","value":null,"prompt":"The
|
698
|
+
number of the page to be returned. This requires that paging be turned on
|
699
|
+
by also providing the page_size parameter."}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/statistic_data","rel":"statistic_data","template":{"data":[{"name":"team_id","value":null},{"name":"member_id","value":null},{"name":"event_id","value":null},{"name":"statistic_id","value":null},{"name":"value","value":null},{"name":"type","value":"statistic_datum"}]},"links":[{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/statistic_data"},{"rel":"event","href":"http://localhost:3000/events"},{"rel":"member","href":"http://localhost:3000/members"},{"rel":"statistic","href":"http://localhost:3000/statistics"},{"rel":"team","href":"http://localhost:3000/teams"}],"queries":[{"rel":"search","href":"http://localhost:3000/statistic_data/search","data":[{"name":"id","value":null},{"name":"event_id","value":null},{"name":"statistic_id","value":null},{"name":"team_id","value":null},{"name":"member_id","value":null},{"name":"page_size","value":null,"prompt":"The
|
700
|
+
number of items to return for each page. Sending this parameter with the query
|
701
|
+
will enable paging for the returned collection."},{"name":"page_number","value":null,"prompt":"The
|
702
|
+
number of the page to be returned. This requires that paging be turned on
|
703
|
+
by also providing the page_size parameter."}]}],"commands":[{"rel":"bulk_update_statistic_data","href":"http://localhost:3000/statistic_data/bulk_update","prompt":"translation
|
704
|
+
missing: en.prompts.statistic_data.commands.bulk_update","data":[{"name":"templates","value":null,"prompt":"translation
|
705
|
+
missing: en.prompts.statistic_data.commands.parameters.bulk_update.templates"}]},{"rel":"bulk_delete_statistic_data","href":"http://localhost:3000/statistic_data/bulk_delete","prompt":"translation
|
706
|
+
missing: en.prompts.statistic_data.commands.bulk_delete","data":[{"name":"member_id","value":null},{"name":"event_id","value":null}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/statistic_groups","rel":"statistic_groups","template":{"data":[{"name":"team_id","value":null},{"name":"name","value":null},{"name":"type","value":"statistic_group"}]},"links":[{"rel":"statistics","href":"http://localhost:3000/teams"},{"rel":"team","href":"http://localhost:3000/teams"},{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/statistic_groups"}],"queries":[{"rel":"search","href":"http://localhost:3000/statistic_groups/search","data":[{"name":"team_id","value":null},{"name":"id","value":null},{"name":"page_size","value":null,"prompt":"The
|
707
|
+
number of items to return for each page. Sending this parameter with the query
|
708
|
+
will enable paging for the returned collection."},{"name":"page_number","value":null,"prompt":"The
|
709
|
+
number of the page to be returned. This requires that paging be turned on
|
710
|
+
by also providing the page_size parameter."}]}],"commands":[{"rel":"reorder_statistic_groups","href":"http://localhost:3000/statistic_groups/reorder","prompt":"reorder
|
711
|
+
the statistic groups based on the sorted_ids provided","data":[{"name":"team_id","value":null},{"name":"sorted_ids","value":null,"prompt":"An
|
712
|
+
array of the ids in the order that they are to be moved to"}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/team_fees","rel":"team_fees","template":{"data":[{"name":"description","value":null},{"name":"amount","value":null},{"name":"notes","value":null},{"name":"team_id","value":null},{"name":"type","value":"team_fee"}]},"links":[{"rel":"member_payments","href":"http://localhost:3000/member_payments"},{"rel":"team","href":"http://localhost:3000/teams"},{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/team_fees"}],"queries":[{"rel":"search","href":"http://localhost:3000/team_fees/search","data":[{"name":"team_id","value":null},{"name":"id","value":null},{"name":"page_size","value":null,"prompt":"The
|
713
|
+
number of items to return for each page. Sending this parameter with the query
|
714
|
+
will enable paging for the returned collection."},{"name":"page_number","value":null,"prompt":"The
|
715
|
+
number of the page to be returned. This requires that paging be turned on
|
716
|
+
by also providing the page_size parameter."}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/team_media","rel":"team_media","template":{"data":[{"name":"description","value":null},{"name":"team_media_group_id","value":null},{"name":"type","value":"team_medium"}]},"links":[{"rel":"member","href":"http://localhost:3000/members"},{"rel":"team","href":"http://localhost:3000/teams"},{"rel":"team_media_group","href":"http://localhost:3000/team_media_groups"},{"rel":"team_medium_comments","href":"http://localhost:3000/team_medium_comments"},{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/team_media"}],"queries":[{"rel":"search","href":"http://localhost:3000/team_media/search","data":[{"name":"team_id","value":null},{"name":"team_media_group_id","value":null},{"name":"member_id","value":null},{"name":"id","value":null},{"name":"page_size","value":null,"prompt":"The
|
717
|
+
number of items to return for each page. Sending this parameter with the query
|
718
|
+
will enable paging for the returned collection."},{"name":"page_number","value":null,"prompt":"The
|
719
|
+
number of the page to be returned. This requires that paging be turned on
|
720
|
+
by also providing the page_size parameter."}]}],"commands":[{"rel":"upload_team_medium","href":"http://localhost:3000/team_media/upload_team_medium","prompt":"Upload
|
721
|
+
a team media file. This must be a multi-part POST.","data":[{"name":"team_id","value":null},{"name":"member_id","value":null},{"name":"media_format","value":null,"prompt":"The
|
722
|
+
format of the media, either \"image\" or \"file\""},{"name":"team_media_group_id","value":null},{"name":"description","value":null},{"name":"position","value":null},{"name":"file","value":null}]},{"rel":"assign_media_to_group","href":"http://localhost:3000/team_media/assign_media_to_group","prompt":"Assign
|
723
|
+
the specified team_medium_ids to the team_media_group_id","data":[{"name":"team_medium_ids","value":null,"prompt":"A
|
724
|
+
comma delimited list of team medium ids"},{"name":"team_media_group_id","value":null}]},{"rel":"rotate_team_medium_image","href":"http://localhost:3000/team_media/rotate_image","prompt":"Rotate
|
725
|
+
an image with specified team_medium_id in the specified rotate_direction","data":[{"name":"team_medium_id","value":null},{"name":"rotate_direction","value":null,"prompt":"The
|
726
|
+
direction to rotate the image, valid valiuse are \"clockwise\" or \"counterclockwise\""}]},{"rel":"set_medium_as_team_photo","href":"http://localhost:3000/team_media/set_as_team_photo","prompt":"Set
|
727
|
+
the specified team medium image as the team photo","data":[{"name":"team_medium_id","value":null}]},{"rel":"set_medium_as_member_photo","href":"http://localhost:3000/team_media/set_as_member_photo","prompt":"Set
|
728
|
+
the specified team medium image as the specified member_id''s photo","data":[{"name":"team_medium_id","value":null},{"name":"member_id","value":null}]},{"rel":"bulk_delete_team_media","href":"http://localhost:3000/team_media/bulk_delete","prompt":"Deletes
|
729
|
+
the specified team_medium_ids","data":[{"name":"team_medium_ids","value":null,"prompt":"A
|
730
|
+
comma delimited list of team medium ids"}]},{"rel":"create_team_video_link","href":"http://localhost:3000/team_media/create_video_link","prompt":"Add
|
731
|
+
a link to a YouTube or Vimeo video.","data":[{"name":"team_id","value":null},{"name":"member_id","value":null},{"name":"team_media_group_id","value":null},{"name":"description","value":null},{"name":"position","value":null},{"name":"video_url","value":null}]},{"rel":"facebook_share_team_medium","href":"http://localhost:3000/team_media/facebook_share","prompt":"Share
|
732
|
+
a specified image or video type medium on facebook.","data":[{"name":"team_medium_id","value":null},{"name":"is_suppressed_from_feed","value":null,"prompt":"translation
|
733
|
+
missing: en.prompts.team_media.commands.parameters.is_suppressed_from_feed"},{"name":"caption","value":null,"prompt":"translation
|
734
|
+
missing: en.prompts.team_media.commands.parameters.caption"},{"name":"facebook_page_id","value":null,"prompt":"translation
|
735
|
+
missing: en.prompts.team_media.commands.parameters.facebook_page_id"}]},{"rel":"reorder_team_media","href":"http://localhost:3000/team_media/reorder","prompt":"Reorder
|
736
|
+
the team media based on the sorted_ids provided.","data":[{"name":"team_id","value":null},{"name":"sorted_ids","value":null,"prompt":"An
|
737
|
+
array of the ids in the order that they are to be moved to."}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/team_medium_comments","rel":"team_medium_comments","template":{"data":[{"name":"comment","value":null},{"name":"member_id","value":null},{"name":"team_medium_id","value":null},{"name":"type","value":"team_medium_comment"}]},"links":[{"rel":"team","href":"http://localhost:3000/teams"},{"rel":"member","href":"http://localhost:3000/members"},{"rel":"team_medium","href":"http://localhost:3000/team_media"},{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/team_medium_comments"}],"queries":[{"rel":"search","href":"http://localhost:3000/team_medium_comments/search","data":[{"name":"team_media_group_id","value":null},{"name":"team_medium_id","value":null},{"name":"member_id","value":null},{"name":"team_id","value":null},{"name":"id","value":null},{"name":"page_size","value":null,"prompt":"The
|
738
|
+
number of items to return for each page. Sending this parameter with the query
|
739
|
+
will enable paging for the returned collection."},{"name":"page_number","value":null,"prompt":"The
|
740
|
+
number of the page to be returned. This requires that paging be turned on
|
741
|
+
by also providing the page_size parameter."}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/team_media_groups","rel":"team_media_groups","template":{"data":[{"name":"is_private","value":null},{"name":"name","value":null},{"name":"media_format","value":null},{"name":"team_id","value":null},{"name":"type","value":"team_media_group"}]},"links":[{"rel":"team","href":"http://localhost:3000/teams"},{"rel":"team_media","href":"http://localhost:3000/team_media"},{"rel":"self","href":"http://localhost:3000/team_media_groups"}],"queries":[{"rel":"search","href":"http://localhost:3000/team_media_groups/search","data":[{"name":"team_id","value":null},{"name":"id","value":null},{"name":"page_size","value":null,"prompt":"The
|
742
|
+
number of items to return for each page. Sending this parameter with the query
|
743
|
+
will enable paging for the returned collection."},{"name":"page_number","value":null,"prompt":"The
|
744
|
+
number of the page to be returned. This requires that paging be turned on
|
745
|
+
by also providing the page_size parameter."}]}],"commands":[{"rel":"reorder_team_media_groups","href":"http://localhost:3000/team_media_groups/reorder","prompt":"translation
|
746
|
+
missing: en.prompts.team_media_groups.commands.reorder","data":[{"name":"team_id","value":null},{"name":"sorted_ids","value":null,"prompt":"translation
|
747
|
+
missing: en.prompts.team_media_groups.commands.parameters.reorder.sorted_ids"}]},{"rel":"facebook_share_team_media_group","href":"http://localhost:3000/team_media_groups/facebook_share","prompt":"translation
|
748
|
+
missing: en.prompts.team_media_group.commands.facebook_share_team_media_group","data":[{"name":"team_media_group_id","value":null},{"name":"is_suppressed_from_feed","value":null,"prompt":"translation
|
749
|
+
missing: en.prompts.team_media_group.commands.parameters.is_suppressed_from_feed"},{"name":"album_name","value":null,"prompt":"translation
|
750
|
+
missing: en.prompts.team_media_group.commands.parameters.caption"},{"name":"facebook_page_id","value":null,"prompt":"translation
|
751
|
+
missing: en.prompts.team_media_group.commands.parameters.facebook_page_id"}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/team_public_sites","rel":"team_public_sites","template":{"data":[{"name":"custom_domain","value":null},{"name":"enable_assignments","value":null},{"name":"enable_availabilities","value":null},{"name":"enable_events","value":null},{"name":"enable_files","value":null},{"name":"enable_games","value":null},{"name":"enable_marketplace","value":null},{"name":"enable_members","value":null},{"name":"enable_messages","value":null},{"name":"enable_payments","value":null},{"name":"enable_photos","value":null},{"name":"enable_public_contact","value":null},{"name":"enable_public_email","value":null},{"name":"enable_schedule","value":null},{"name":"enable_statistics","value":null},{"name":"enabled","value":null},{"name":"hide_old_events","value":null},{"name":"hide_win_loss_record","value":null},{"name":"public_email_manager_only","value":null},{"name":"public_email_reply_to_list","value":null},{"name":"subdomain","value":null},{"name":"team_headline","value":null},{"name":"team_message","value":null},{"name":"type","value":"team_public_site"}]},"links":[{"rel":"team","href":"http://localhost:3000/teams"},{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/team_public_sites"}],"queries":[{"rel":"search","href":"http://localhost:3000/team_public_sites/search","data":[{"name":"id","value":null},{"name":"team_id","value":null},{"name":"page_size","value":null,"prompt":"The
|
752
|
+
number of items to return for each page. Sending this parameter with the query
|
753
|
+
will enable paging for the returned collection."},{"name":"page_number","value":null,"prompt":"The
|
754
|
+
number of the page to be returned. This requires that paging be turned on
|
755
|
+
by also providing the page_size parameter."}]}],"commands":[{"rel":"upload_team_public_photo","href":"http://localhost:3000/team_public_sites/upload_team_public_photo","prompt":"Upload
|
756
|
+
a team public photo. This must be a multi-part POST.","data":[{"name":"team_public_site_id","value":null},{"name":"file","value":null}]},{"rel":"remove_team_public_photo","href":"http://localhost:3000/team_public_sites/remove_team_public_photo","prompt":"Remove
|
757
|
+
a team public photo.","data":[{"name":"team_public_site_id","value":null}]},{"rel":"validate_subdomain","href":"http://localhost:3000/team_public_sites/validate_subdomain","prompt":"Check
|
758
|
+
to see if a subdomain is available and valid.","data":[{"name":"subdomain","value":null}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/teams","rel":"teams","template":{"data":[{"name":"name","value":null},{"name":"location_country","value":null},{"name":"location_postal_code","value":null},{"name":"time_zone","value":null,"prompt":"The
|
759
|
+
time_zone parameter is required when creating a team, but for changing a team''s
|
760
|
+
time_zone, use the update_time_zone command"},{"name":"sport_id","value":null},{"name":"division_name","value":null},{"name":"season_name","value":null},{"name":"league_name","value":null},{"name":"league_url","value":null},{"name":"type","value":"team"}]},"links":[{"rel":"active_season_team","href":"http://localhost:3000/teams"},{"rel":"assignments","href":"http://localhost:3000/assignments"},{"rel":"availabilities","href":"http://localhost:3000/availabilities"},{"rel":"broadcast_email_attachments","href":"http://localhost:3000/broadcast_email_attachments"},{"rel":"broadcast_emails","href":"http://localhost:3000/broadcast_emails"},{"rel":"broadcast_alerts","href":"http://localhost:3000/broadcast_alerts"},{"rel":"contact_email_addresses","href":"http://localhost:3000/contact_email_addresses"},{"rel":"contact_phone_numbers","href":"http://localhost:3000/contact_phone_numbers"},{"rel":"contacts","href":"http://localhost:3000/contacts"},{"rel":"custom_data","href":"http://localhost:3000/custom_data"},{"rel":"custom_fields","href":"http://localhost:3000/custom_fields"},{"rel":"division_contact_email_addresses","href":"http://localhost:3000/division_contact_email_addresses"},{"rel":"division_contact_phone_numbers","href":"http://localhost:3000/division_contact_phone_numbers"},{"rel":"division_contacts","href":"http://localhost:3000/division_contacts"},{"rel":"division_locations","href":"http://localhost:3000/division_locations"},{"rel":"division_member_email_addresses","href":"http://localhost:3000/division_member_email_addresses"},{"rel":"division_member_phone_numbers","href":"http://localhost:3000/division_member_phone_numbers"},{"rel":"division_members","href":"http://localhost:3000/division_members"},{"rel":"division_members_preferences","href":"http://localhost:3000/division_members_preferences"},{"rel":"division_team_standings","href":"http://localhost:3000/division_team_standings"},{"rel":"event_statistics","href":"http://localhost:3000/event_statistics"},{"rel":"events","href":"http://localhost:3000/events"},{"rel":"events_overview","href":"http://localhost:3000/events/overview"},{"rel":"forum_posts","href":"http://localhost:3000/forum_posts"},{"rel":"forum_subscriptions","href":"http://localhost:3000/forum_subscriptions"},{"rel":"forum_topics","href":"http://localhost:3000/forum_topics"},{"rel":"league_custom_data","href":"http://localhost:3000/league_custom_data"},{"rel":"league_custom_fields","href":"http://localhost:3000/league_custom_fields"},{"rel":"league_registrant_documents","href":"http://localhost:3000/league_registrant_documents"},{"rel":"locations","href":"http://localhost:3000/locations"},{"rel":"managers","href":"http://localhost:3000/members"},{"rel":"member_balances","href":"http://localhost:3000/member_balances"},{"rel":"member_email_addresses","href":"http://localhost:3000/member_email_addresses"},{"rel":"member_files","href":"http://localhost:3000/member_files"},{"rel":"member_links","href":"http://localhost:3000/member_links"},{"rel":"member_payments","href":"http://localhost:3000/member_payments"},{"rel":"member_phone_numbers","href":"http://localhost:3000/member_phone_numbers"},{"rel":"member_statistics","href":"http://localhost:3000/member_statistics"},{"rel":"members","href":"http://localhost:3000/members"},{"rel":"members_preferences","href":"http://localhost:3000/members_preferences"},{"rel":"message_data","href":"http://localhost:3000/message_data"},{"rel":"messages","href":"http://localhost:3000/messages"},{"rel":"opponents","href":"http://localhost:3000/opponents"},{"rel":"opponents_results","href":"http://localhost:3000/opponents_results"},{"rel":"owner","href":"http://localhost:3000/members"},{"rel":"payment_notes","href":"http://localhost:3000/payment_notes"},{"rel":"paypal_currency","href":"http://localhost:3000/paypal_currencies"},{"rel":"plan","href":"http://localhost:3000/plans"},{"rel":"sponsors","href":"http://localhost:3000/sponsors"},{"rel":"sport","href":"http://localhost:3000/sports"},{"rel":"statistic","href":"http://localhost:3000/statistics"},{"rel":"statistic_aggregates","href":"http://localhost:3000/statistic_aggregates"},{"rel":"statistic_data","href":"http://localhost:3000/statistic_data"},{"rel":"statistic_group","href":"http://localhost:3000/statistic_groups"},{"rel":"team_fees","href":"http://localhost:3000/team_fees"},{"rel":"team_media","href":"http://localhost:3000/team_media"},{"rel":"team_medium_comments","href":"http://localhost:3000/team_medium_comments"},{"rel":"team_media_groups","href":"http://localhost:3000/team_media_groups"},{"rel":"team_paypal_preferences","href":"http://localhost:3000/teams_paypal_preferences"},{"rel":"team_preferences","href":"http://localhost:3000/teams_preferences"},{"rel":"team_public_site","href":"http://localhost:3000/team_public_sites"},{"rel":"team_results","href":"http://localhost:3000/teams_results"},{"rel":"team_statistics","href":"http://localhost:3000/team_statistics"},{"rel":"tracked_item_statuses","href":"http://localhost:3000/tracked_item_statuses"},{"rel":"tracked_items","href":"http://localhost:3000/tracked_items"},{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/teams"}],"queries":[{"rel":"search","href":"http://localhost:3000/teams/search","data":[{"name":"id","value":null},{"name":"team_id","value":null},{"name":"user_id","value":null},{"name":"division_id","value":null},{"name":"page_size","value":null,"prompt":"The
|
761
|
+
number of items to return for each page. Sending this parameter with the query
|
762
|
+
will enable paging for the returned collection."},{"name":"page_number","value":null,"prompt":"The
|
763
|
+
number of the page to be returned. This requires that paging be turned on
|
764
|
+
by also providing the page_size parameter."}]},{"rel":"available_for_statistic_import","href":"http://localhost:3000/teams/available_for_statistic_import","prompt":"Finds
|
765
|
+
all teams accessible to current user that have the provided sport_id and have
|
766
|
+
at least one statistic to import","data":[{"name":"sport_id","value":null}]},{"rel":"active_teams","href":"http://localhost:3000/teams/active","prompt":"Finds
|
767
|
+
all active teams for a given user. Excludes archived seasons and retired teams.","data":[{"name":"user_id","value":null}]}],"commands":[{"rel":"invite","href":"http://localhost:3000/teams/invite","prompt":"invite
|
768
|
+
team members or contacts to join TeamSnap.","data":[{"name":"team_id","value":null},{"name":"contact_id","value":null},{"name":"member_id","value":null},{"name":"introduction","value":null},{"name":"notify_as_member_id","value":null}]},{"rel":"update_time_zone","href":"http://localhost:3000/teams/update_time_zone","prompt":"Update
|
769
|
+
team''s time zone. This is currently the only method of updating a team''s
|
770
|
+
time zone.","data":[{"name":"team_id","value":null},{"name":"time_zone","value":null},{"name":"offset_team_times","value":null}]},{"rel":"reset_statistics","href":"http://localhost:3000/teams/reset_statistics","prompt":"Deletes
|
771
|
+
all data, categories and groups for a given team_id","data":[{"name":"team_id","value":null}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/teams_paypal_preferences","rel":"teams_paypal_preferences","template":{"data":[{"name":"is_paypal_active","value":null},{"name":"is_paypal_allowed","value":null},{"name":"paypal_currency_id","value":null},{"name":"paypal_email","value":null},{"name":"paypal_first_name","value":null},{"name":"paypal_last_name","value":null},{"name":"type","value":"team_paypal_preferences"}]},"links":[{"rel":"team","href":"http://localhost:3000/teams"},{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/teams_paypal_preferences"}],"queries":[{"rel":"search","href":"http://localhost:3000/teams_paypal_preferences/search","data":[{"name":"team_id","value":null},{"name":"id","value":null},{"name":"page_size","value":null,"prompt":"The
|
772
|
+
number of items to return for each page. Sending this parameter with the query
|
773
|
+
will enable paging for the returned collection."},{"name":"page_number","value":null,"prompt":"The
|
774
|
+
number of the page to be returned. This requires that paging be turned on
|
775
|
+
by also providing the page_size parameter."}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/teams_preferences","rel":"teams_preferences","template":{"data":[{"name":"age_group","value":null},{"name":"alternate_sport_name","value":null},{"name":"announcement_above_home_photo","value":null},{"name":"assignments_enable_for_code","value":null},{"name":"assignments_show_tab","value":null},{"name":"availabilities_show_tab","value":null},{"name":"availabilities_sort_order","value":null},{"name":"availability_event_cutoff","value":null},{"name":"availability_game_cutoff","value":null},{"name":"color_scheme_cd","value":null},{"name":"currency_symbol","value":null},{"name":"files_show_tab","value":null,"deprecated":true,"prompt":"files_show_tab
|
776
|
+
is deprecated and will be removed in a future version, use team_media_show_tab
|
777
|
+
instead."},{"name":"team_media_show_tab","value":null},{"name":"gender","value":null},{"name":"global_uniform_away","value":null},{"name":"global_uniform_home","value":null},{"name":"global_use_international_date","value":null},{"name":"global_use_international_time","value":null},{"name":"hide_header","value":null},{"name":"introduction_text","value":null,"deprecated":true,"prompt":"introduction_text
|
778
|
+
is deprecated and has been removed. Continued use of introduction_text is
|
779
|
+
not recommended it will no longer be stored."},{"name":"is_coed","value":null},{"name":"is_payments_private","value":null},{"name":"is_tracked_items_private","value":null},{"name":"is_youth","value":null},{"name":"manager_default_availability","value":null},{"name":"marketplace_show_tab","value":null},{"name":"member_sort_order","value":null},{"name":"payments_ignore_non_players","value":null},{"name":"payments_show_tab","value":null},{"name":"reminders_send_event","value":null},{"name":"reminders_send_game","value":null},{"name":"skill_level","value":null},{"name":"share_availability_notes","value":null},{"name":"show_division_standings","value":null},{"name":"statistics_show_tab","value":null},{"name":"team_headline","value":null},{"name":"team_message","value":null},{"name":"tracked_items_ignore_non_players","value":null},{"name":"tracked_items_is_private","value":null,"deprecated":true,"prompt":"tracked_items_is_private
|
780
|
+
is deprecated and will be removed in a future version, use is_tracked_items_private
|
781
|
+
instead."},{"name":"tracked_items_show_tab","value":null},{"name":"tracks_points","value":null},{"name":"type","value":"team_preferences"}]},"links":[{"rel":"team","href":"http://localhost:3000/teams"},{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/teams_preferences"}],"queries":[{"rel":"search","href":"http://localhost:3000/teams_preferences/search","data":[{"name":"id","value":null},{"name":"team_id","value":null},{"name":"user_id","value":null},{"name":"page_size","value":null,"prompt":"The
|
782
|
+
number of items to return for each page. Sending this parameter with the query
|
783
|
+
will enable paging for the returned collection."},{"name":"page_number","value":null,"prompt":"The
|
784
|
+
number of the page to be returned. This requires that paging be turned on
|
785
|
+
by also providing the page_size parameter."}]}],"commands":[{"rel":"upload_team_logo","href":"http://localhost:3000/teams_preferences/upload_team_logo","prompt":"Upload
|
786
|
+
a team logo. This must be a multi-part POST.","data":[{"name":"team_preferences_id","value":null},{"name":"file","value":null}]},{"rel":"remove_team_logo","href":"http://localhost:3000/teams_preferences/remove_team_logo","prompt":"Remove
|
787
|
+
a team logo.","data":[{"name":"team_preferences_id","value":null}]},{"rel":"upload_team_photo","href":"http://localhost:3000/teams_preferences/upload_team_photo","prompt":"Upload
|
788
|
+
a team photo. This must be a multi-part POST.","data":[{"name":"team_preferences_id","value":null},{"name":"file","value":null}]},{"rel":"remove_team_photo","href":"http://localhost:3000/teams_preferences/remove_team_photo","prompt":"Remove
|
789
|
+
a team photo.","data":[{"name":"team_preferences_id","value":null}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/teams_results","rel":"teams_results","links":[{"rel":"team","href":"http://localhost:3000/teams"},{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/teams_results"}],"queries":[{"rel":"search","href":"http://localhost:3000/teams_results/search","data":[{"name":"team_id","value":null},{"name":"id","value":null},{"name":"page_size","value":null,"prompt":"The
|
790
|
+
number of items to return for each page. Sending this parameter with the query
|
791
|
+
will enable paging for the returned collection."},{"name":"page_number","value":null,"prompt":"The
|
792
|
+
number of the page to be returned. This requires that paging be turned on
|
793
|
+
by also providing the page_size parameter."}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/team_statistics","rel":"team_statistics","links":[{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/team_statistics"},{"rel":"statistic","href":"http://localhost:3000/statistics"},{"rel":"team","href":"http://localhost:3000/teams"}],"queries":[{"rel":"search","href":"http://localhost:3000/team_statistics/search","data":[{"name":"id","value":null},{"name":"statistic_id","value":null},{"name":"team_id","value":null}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/time_zones","rel":"time_zones","links":[{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/time_zones"}],"queries":[{"rel":"search","href":"http://localhost:3000/time_zones/search","data":[{"name":"id","value":null},{"name":"team_id","value":null}]}],"items":[{"href":"http://localhost:3000/time_zones/american-samoa","data":[{"name":"id","value":"american-samoa"},{"name":"type","value":"TimeZone"},{"name":"description","value":"American
|
794
|
+
Samoa"},{"name":"iana_name","value":"Pacific/Pago_Pago"},{"name":"offset","value":"-11:00"}],"rel":"TimeZone-american-samoa"},{"href":"http://localhost:3000/time_zones/international-date-line-west","data":[{"name":"id","value":"international-date-line-west"},{"name":"type","value":"TimeZone"},{"name":"description","value":"International
|
795
|
+
Date Line West"},{"name":"iana_name","value":"Pacific/Midway"},{"name":"offset","value":"-11:00"}],"rel":"TimeZone-international-date-line-west"},{"href":"http://localhost:3000/time_zones/midway-island","data":[{"name":"id","value":"midway-island"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Midway
|
796
|
+
Island"},{"name":"iana_name","value":"Pacific/Midway"},{"name":"offset","value":"-11:00"}],"rel":"TimeZone-midway-island"},{"href":"http://localhost:3000/time_zones/hawaii","data":[{"name":"id","value":"hawaii"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Hawaii"},{"name":"iana_name","value":"Pacific/Honolulu"},{"name":"offset","value":"-10:00"}],"rel":"TimeZone-hawaii"},{"href":"http://localhost:3000/time_zones/alaska","data":[{"name":"id","value":"alaska"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Alaska"},{"name":"iana_name","value":"America/Juneau"},{"name":"offset","value":"-09:00"}],"rel":"TimeZone-alaska"},{"href":"http://localhost:3000/time_zones/pacific-time-us-canada","data":[{"name":"id","value":"pacific-time-us-canada"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Pacific
|
797
|
+
Time (US & Canada)"},{"name":"iana_name","value":"America/Los_Angeles"},{"name":"offset","value":"-08:00"}],"rel":"TimeZone-pacific-time-us-canada"},{"href":"http://localhost:3000/time_zones/tijuana","data":[{"name":"id","value":"tijuana"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Tijuana"},{"name":"iana_name","value":"America/Tijuana"},{"name":"offset","value":"-08:00"}],"rel":"TimeZone-tijuana"},{"href":"http://localhost:3000/time_zones/arizona","data":[{"name":"id","value":"arizona"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Arizona"},{"name":"iana_name","value":"America/Phoenix"},{"name":"offset","value":"-07:00"}],"rel":"TimeZone-arizona"},{"href":"http://localhost:3000/time_zones/chihuahua","data":[{"name":"id","value":"chihuahua"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Chihuahua"},{"name":"iana_name","value":"America/Chihuahua"},{"name":"offset","value":"-07:00"}],"rel":"TimeZone-chihuahua"},{"href":"http://localhost:3000/time_zones/mazatlan","data":[{"name":"id","value":"mazatlan"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Mazatlan"},{"name":"iana_name","value":"America/Mazatlan"},{"name":"offset","value":"-07:00"}],"rel":"TimeZone-mazatlan"},{"href":"http://localhost:3000/time_zones/mountain-time-us-canada","data":[{"name":"id","value":"mountain-time-us-canada"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Mountain
|
798
|
+
Time (US & Canada)"},{"name":"iana_name","value":"America/Denver"},{"name":"offset","value":"-07:00"}],"rel":"TimeZone-mountain-time-us-canada"},{"href":"http://localhost:3000/time_zones/central-america","data":[{"name":"id","value":"central-america"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Central
|
799
|
+
America"},{"name":"iana_name","value":"America/Guatemala"},{"name":"offset","value":"-06:00"}],"rel":"TimeZone-central-america"},{"href":"http://localhost:3000/time_zones/central-time-us-canada","data":[{"name":"id","value":"central-time-us-canada"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Central
|
800
|
+
Time (US & Canada)"},{"name":"iana_name","value":"America/Chicago"},{"name":"offset","value":"-06:00"}],"rel":"TimeZone-central-time-us-canada"},{"href":"http://localhost:3000/time_zones/guadalajara","data":[{"name":"id","value":"guadalajara"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Guadalajara"},{"name":"iana_name","value":"America/Mexico_City"},{"name":"offset","value":"-06:00"}],"rel":"TimeZone-guadalajara"},{"href":"http://localhost:3000/time_zones/mexico-city","data":[{"name":"id","value":"mexico-city"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Mexico
|
801
|
+
City"},{"name":"iana_name","value":"America/Mexico_City"},{"name":"offset","value":"-06:00"}],"rel":"TimeZone-mexico-city"},{"href":"http://localhost:3000/time_zones/monterrey","data":[{"name":"id","value":"monterrey"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Monterrey"},{"name":"iana_name","value":"America/Monterrey"},{"name":"offset","value":"-06:00"}],"rel":"TimeZone-monterrey"},{"href":"http://localhost:3000/time_zones/saskatchewan","data":[{"name":"id","value":"saskatchewan"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Saskatchewan"},{"name":"iana_name","value":"America/Regina"},{"name":"offset","value":"-06:00"}],"rel":"TimeZone-saskatchewan"},{"href":"http://localhost:3000/time_zones/bogota","data":[{"name":"id","value":"bogota"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Bogota"},{"name":"iana_name","value":"America/Bogota"},{"name":"offset","value":"-05:00"}],"rel":"TimeZone-bogota"},{"href":"http://localhost:3000/time_zones/eastern-time-us-canada","data":[{"name":"id","value":"eastern-time-us-canada"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Eastern
|
802
|
+
Time (US & Canada)"},{"name":"iana_name","value":"America/New_York"},{"name":"offset","value":"-05:00"}],"rel":"TimeZone-eastern-time-us-canada"},{"href":"http://localhost:3000/time_zones/indiana-east","data":[{"name":"id","value":"indiana-east"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Indiana
|
803
|
+
(East)"},{"name":"iana_name","value":"America/Indiana/Indianapolis"},{"name":"offset","value":"-05:00"}],"rel":"TimeZone-indiana-east"},{"href":"http://localhost:3000/time_zones/lima","data":[{"name":"id","value":"lima"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Lima"},{"name":"iana_name","value":"America/Lima"},{"name":"offset","value":"-05:00"}],"rel":"TimeZone-lima"},{"href":"http://localhost:3000/time_zones/quito","data":[{"name":"id","value":"quito"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Quito"},{"name":"iana_name","value":"America/Lima"},{"name":"offset","value":"-05:00"}],"rel":"TimeZone-quito"},{"href":"http://localhost:3000/time_zones/caracas","data":[{"name":"id","value":"caracas"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Caracas"},{"name":"iana_name","value":"America/Caracas"},{"name":"offset","value":"-04:30"}],"rel":"TimeZone-caracas"},{"href":"http://localhost:3000/time_zones/atlantic-time-canada","data":[{"name":"id","value":"atlantic-time-canada"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Atlantic
|
804
|
+
Time (Canada)"},{"name":"iana_name","value":"America/Halifax"},{"name":"offset","value":"-04:00"}],"rel":"TimeZone-atlantic-time-canada"},{"href":"http://localhost:3000/time_zones/georgetown","data":[{"name":"id","value":"georgetown"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Georgetown"},{"name":"iana_name","value":"America/Guyana"},{"name":"offset","value":"-04:00"}],"rel":"TimeZone-georgetown"},{"href":"http://localhost:3000/time_zones/la-paz","data":[{"name":"id","value":"la-paz"},{"name":"type","value":"TimeZone"},{"name":"description","value":"La
|
805
|
+
Paz"},{"name":"iana_name","value":"America/La_Paz"},{"name":"offset","value":"-04:00"}],"rel":"TimeZone-la-paz"},{"href":"http://localhost:3000/time_zones/newfoundland","data":[{"name":"id","value":"newfoundland"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Newfoundland"},{"name":"iana_name","value":"America/St_Johns"},{"name":"offset","value":"-03:30"}],"rel":"TimeZone-newfoundland"},{"href":"http://localhost:3000/time_zones/brasilia","data":[{"name":"id","value":"brasilia"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Brasilia"},{"name":"iana_name","value":"America/Sao_Paulo"},{"name":"offset","value":"-03:00"}],"rel":"TimeZone-brasilia"},{"href":"http://localhost:3000/time_zones/buenos-aires","data":[{"name":"id","value":"buenos-aires"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Buenos
|
806
|
+
Aires"},{"name":"iana_name","value":"America/Argentina/Buenos_Aires"},{"name":"offset","value":"-03:00"}],"rel":"TimeZone-buenos-aires"},{"href":"http://localhost:3000/time_zones/greenland","data":[{"name":"id","value":"greenland"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Greenland"},{"name":"iana_name","value":"America/Godthab"},{"name":"offset","value":"-03:00"}],"rel":"TimeZone-greenland"},{"href":"http://localhost:3000/time_zones/montevideo","data":[{"name":"id","value":"montevideo"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Montevideo"},{"name":"iana_name","value":"America/Montevideo"},{"name":"offset","value":"-03:00"}],"rel":"TimeZone-montevideo"},{"href":"http://localhost:3000/time_zones/santiago","data":[{"name":"id","value":"santiago"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Santiago"},{"name":"iana_name","value":"America/Santiago"},{"name":"offset","value":"-03:00"}],"rel":"TimeZone-santiago"},{"href":"http://localhost:3000/time_zones/mid-atlantic","data":[{"name":"id","value":"mid-atlantic"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Mid-Atlantic"},{"name":"iana_name","value":"Atlantic/South_Georgia"},{"name":"offset","value":"-02:00"}],"rel":"TimeZone-mid-atlantic"},{"href":"http://localhost:3000/time_zones/azores","data":[{"name":"id","value":"azores"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Azores"},{"name":"iana_name","value":"Atlantic/Azores"},{"name":"offset","value":"-01:00"}],"rel":"TimeZone-azores"},{"href":"http://localhost:3000/time_zones/cape-verde-is","data":[{"name":"id","value":"cape-verde-is"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Cape
|
807
|
+
Verde Is."},{"name":"iana_name","value":"Atlantic/Cape_Verde"},{"name":"offset","value":"-01:00"}],"rel":"TimeZone-cape-verde-is"},{"href":"http://localhost:3000/time_zones/casablanca","data":[{"name":"id","value":"casablanca"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Casablanca"},{"name":"iana_name","value":"Africa/Casablanca"},{"name":"offset","value":"+00:00"}],"rel":"TimeZone-casablanca"},{"href":"http://localhost:3000/time_zones/dublin","data":[{"name":"id","value":"dublin"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Dublin"},{"name":"iana_name","value":"Europe/Dublin"},{"name":"offset","value":"+00:00"}],"rel":"TimeZone-dublin"},{"href":"http://localhost:3000/time_zones/lisbon","data":[{"name":"id","value":"lisbon"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Lisbon"},{"name":"iana_name","value":"Europe/Lisbon"},{"name":"offset","value":"+00:00"}],"rel":"TimeZone-lisbon"},{"href":"http://localhost:3000/time_zones/london","data":[{"name":"id","value":"london"},{"name":"type","value":"TimeZone"},{"name":"description","value":"London"},{"name":"iana_name","value":"Europe/London"},{"name":"offset","value":"+00:00"}],"rel":"TimeZone-london"},{"href":"http://localhost:3000/time_zones/monrovia","data":[{"name":"id","value":"monrovia"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Monrovia"},{"name":"iana_name","value":"Africa/Monrovia"},{"name":"offset","value":"+00:00"}],"rel":"TimeZone-monrovia"},{"href":"http://localhost:3000/time_zones/utc","data":[{"name":"id","value":"utc"},{"name":"type","value":"TimeZone"},{"name":"description","value":"UTC"},{"name":"iana_name","value":"Etc/UTC"},{"name":"offset","value":"+00:00"}],"rel":"TimeZone-utc"},{"href":"http://localhost:3000/time_zones/amsterdam","data":[{"name":"id","value":"amsterdam"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Amsterdam"},{"name":"iana_name","value":"Europe/Amsterdam"},{"name":"offset","value":"+01:00"}],"rel":"TimeZone-amsterdam"},{"href":"http://localhost:3000/time_zones/belgrade","data":[{"name":"id","value":"belgrade"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Belgrade"},{"name":"iana_name","value":"Europe/Belgrade"},{"name":"offset","value":"+01:00"}],"rel":"TimeZone-belgrade"},{"href":"http://localhost:3000/time_zones/berlin","data":[{"name":"id","value":"berlin"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Berlin"},{"name":"iana_name","value":"Europe/Berlin"},{"name":"offset","value":"+01:00"}],"rel":"TimeZone-berlin"},{"href":"http://localhost:3000/time_zones/bern","data":[{"name":"id","value":"bern"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Bern"},{"name":"iana_name","value":"Europe/Berlin"},{"name":"offset","value":"+01:00"}],"rel":"TimeZone-bern"},{"href":"http://localhost:3000/time_zones/bratislava","data":[{"name":"id","value":"bratislava"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Bratislava"},{"name":"iana_name","value":"Europe/Bratislava"},{"name":"offset","value":"+01:00"}],"rel":"TimeZone-bratislava"},{"href":"http://localhost:3000/time_zones/brussels","data":[{"name":"id","value":"brussels"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Brussels"},{"name":"iana_name","value":"Europe/Brussels"},{"name":"offset","value":"+01:00"}],"rel":"TimeZone-brussels"},{"href":"http://localhost:3000/time_zones/budapest","data":[{"name":"id","value":"budapest"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Budapest"},{"name":"iana_name","value":"Europe/Budapest"},{"name":"offset","value":"+01:00"}],"rel":"TimeZone-budapest"},{"href":"http://localhost:3000/time_zones/copenhagen","data":[{"name":"id","value":"copenhagen"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Copenhagen"},{"name":"iana_name","value":"Europe/Copenhagen"},{"name":"offset","value":"+01:00"}],"rel":"TimeZone-copenhagen"},{"href":"http://localhost:3000/time_zones/ljubljana","data":[{"name":"id","value":"ljubljana"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Ljubljana"},{"name":"iana_name","value":"Europe/Ljubljana"},{"name":"offset","value":"+01:00"}],"rel":"TimeZone-ljubljana"},{"href":"http://localhost:3000/time_zones/madrid","data":[{"name":"id","value":"madrid"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Madrid"},{"name":"iana_name","value":"Europe/Madrid"},{"name":"offset","value":"+01:00"}],"rel":"TimeZone-madrid"},{"href":"http://localhost:3000/time_zones/paris","data":[{"name":"id","value":"paris"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Paris"},{"name":"iana_name","value":"Europe/Paris"},{"name":"offset","value":"+01:00"}],"rel":"TimeZone-paris"},{"href":"http://localhost:3000/time_zones/prague","data":[{"name":"id","value":"prague"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Prague"},{"name":"iana_name","value":"Europe/Prague"},{"name":"offset","value":"+01:00"}],"rel":"TimeZone-prague"},{"href":"http://localhost:3000/time_zones/rome","data":[{"name":"id","value":"rome"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Rome"},{"name":"iana_name","value":"Europe/Rome"},{"name":"offset","value":"+01:00"}],"rel":"TimeZone-rome"},{"href":"http://localhost:3000/time_zones/sarajevo","data":[{"name":"id","value":"sarajevo"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Sarajevo"},{"name":"iana_name","value":"Europe/Sarajevo"},{"name":"offset","value":"+01:00"}],"rel":"TimeZone-sarajevo"},{"href":"http://localhost:3000/time_zones/skopje","data":[{"name":"id","value":"skopje"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Skopje"},{"name":"iana_name","value":"Europe/Skopje"},{"name":"offset","value":"+01:00"}],"rel":"TimeZone-skopje"},{"href":"http://localhost:3000/time_zones/stockholm","data":[{"name":"id","value":"stockholm"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Stockholm"},{"name":"iana_name","value":"Europe/Stockholm"},{"name":"offset","value":"+01:00"}],"rel":"TimeZone-stockholm"},{"href":"http://localhost:3000/time_zones/vienna","data":[{"name":"id","value":"vienna"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Vienna"},{"name":"iana_name","value":"Europe/Vienna"},{"name":"offset","value":"+01:00"}],"rel":"TimeZone-vienna"},{"href":"http://localhost:3000/time_zones/warsaw","data":[{"name":"id","value":"warsaw"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Warsaw"},{"name":"iana_name","value":"Europe/Warsaw"},{"name":"offset","value":"+01:00"}],"rel":"TimeZone-warsaw"},{"href":"http://localhost:3000/time_zones/west-central-africa","data":[{"name":"id","value":"west-central-africa"},{"name":"type","value":"TimeZone"},{"name":"description","value":"West
|
808
|
+
Central Africa"},{"name":"iana_name","value":"Africa/Algiers"},{"name":"offset","value":"+01:00"}],"rel":"TimeZone-west-central-africa"},{"href":"http://localhost:3000/time_zones/zagreb","data":[{"name":"id","value":"zagreb"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Zagreb"},{"name":"iana_name","value":"Europe/Zagreb"},{"name":"offset","value":"+01:00"}],"rel":"TimeZone-zagreb"},{"href":"http://localhost:3000/time_zones/amman","data":[{"name":"id","value":"amman"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Amman"},{"name":"iana_name","value":"Asia/Amman"},{"name":"offset","value":"+02:00"}],"rel":"TimeZone-amman"},{"href":"http://localhost:3000/time_zones/athens","data":[{"name":"id","value":"athens"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Athens"},{"name":"iana_name","value":"Europe/Athens"},{"name":"offset","value":"+02:00"}],"rel":"TimeZone-athens"},{"href":"http://localhost:3000/time_zones/bucharest","data":[{"name":"id","value":"bucharest"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Bucharest"},{"name":"iana_name","value":"Europe/Bucharest"},{"name":"offset","value":"+02:00"}],"rel":"TimeZone-bucharest"},{"href":"http://localhost:3000/time_zones/cairo","data":[{"name":"id","value":"cairo"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Cairo"},{"name":"iana_name","value":"Africa/Cairo"},{"name":"offset","value":"+02:00"}],"rel":"TimeZone-cairo"},{"href":"http://localhost:3000/time_zones/harare","data":[{"name":"id","value":"harare"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Harare"},{"name":"iana_name","value":"Africa/Harare"},{"name":"offset","value":"+02:00"}],"rel":"TimeZone-harare"},{"href":"http://localhost:3000/time_zones/helsinki","data":[{"name":"id","value":"helsinki"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Helsinki"},{"name":"iana_name","value":"Europe/Helsinki"},{"name":"offset","value":"+02:00"}],"rel":"TimeZone-helsinki"},{"href":"http://localhost:3000/time_zones/istanbul","data":[{"name":"id","value":"istanbul"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Istanbul"},{"name":"iana_name","value":"Europe/Istanbul"},{"name":"offset","value":"+02:00"}],"rel":"TimeZone-istanbul"},{"href":"http://localhost:3000/time_zones/jerusalem","data":[{"name":"id","value":"jerusalem"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Jerusalem"},{"name":"iana_name","value":"Asia/Jerusalem"},{"name":"offset","value":"+02:00"}],"rel":"TimeZone-jerusalem"},{"href":"http://localhost:3000/time_zones/kaliningrad","data":[{"name":"id","value":"kaliningrad"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Kaliningrad"},{"name":"iana_name","value":"Europe/Kaliningrad"},{"name":"offset","value":"+02:00"}],"rel":"TimeZone-kaliningrad"},{"href":"http://localhost:3000/time_zones/kyiv","data":[{"name":"id","value":"kyiv"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Kyiv"},{"name":"iana_name","value":"Europe/Kiev"},{"name":"offset","value":"+02:00"}],"rel":"TimeZone-kyiv"},{"href":"http://localhost:3000/time_zones/pretoria","data":[{"name":"id","value":"pretoria"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Pretoria"},{"name":"iana_name","value":"Africa/Johannesburg"},{"name":"offset","value":"+02:00"}],"rel":"TimeZone-pretoria"},{"href":"http://localhost:3000/time_zones/riga","data":[{"name":"id","value":"riga"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Riga"},{"name":"iana_name","value":"Europe/Riga"},{"name":"offset","value":"+02:00"}],"rel":"TimeZone-riga"},{"href":"http://localhost:3000/time_zones/sofia","data":[{"name":"id","value":"sofia"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Sofia"},{"name":"iana_name","value":"Europe/Sofia"},{"name":"offset","value":"+02:00"}],"rel":"TimeZone-sofia"},{"href":"http://localhost:3000/time_zones/tallinn","data":[{"name":"id","value":"tallinn"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Tallinn"},{"name":"iana_name","value":"Europe/Tallinn"},{"name":"offset","value":"+02:00"}],"rel":"TimeZone-tallinn"},{"href":"http://localhost:3000/time_zones/vilnius","data":[{"name":"id","value":"vilnius"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Vilnius"},{"name":"iana_name","value":"Europe/Vilnius"},{"name":"offset","value":"+02:00"}],"rel":"TimeZone-vilnius"},{"href":"http://localhost:3000/time_zones/baghdad","data":[{"name":"id","value":"baghdad"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Baghdad"},{"name":"iana_name","value":"Asia/Baghdad"},{"name":"offset","value":"+03:00"}],"rel":"TimeZone-baghdad"},{"href":"http://localhost:3000/time_zones/kuwait","data":[{"name":"id","value":"kuwait"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Kuwait"},{"name":"iana_name","value":"Asia/Kuwait"},{"name":"offset","value":"+03:00"}],"rel":"TimeZone-kuwait"},{"href":"http://localhost:3000/time_zones/minsk","data":[{"name":"id","value":"minsk"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Minsk"},{"name":"iana_name","value":"Europe/Minsk"},{"name":"offset","value":"+03:00"}],"rel":"TimeZone-minsk"},{"href":"http://localhost:3000/time_zones/moscow","data":[{"name":"id","value":"moscow"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Moscow"},{"name":"iana_name","value":"Europe/Moscow"},{"name":"offset","value":"+03:00"}],"rel":"TimeZone-moscow"},{"href":"http://localhost:3000/time_zones/nairobi","data":[{"name":"id","value":"nairobi"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Nairobi"},{"name":"iana_name","value":"Africa/Nairobi"},{"name":"offset","value":"+03:00"}],"rel":"TimeZone-nairobi"},{"href":"http://localhost:3000/time_zones/riyadh","data":[{"name":"id","value":"riyadh"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Riyadh"},{"name":"iana_name","value":"Asia/Riyadh"},{"name":"offset","value":"+03:00"}],"rel":"TimeZone-riyadh"},{"href":"http://localhost:3000/time_zones/st-petersburg","data":[{"name":"id","value":"st-petersburg"},{"name":"type","value":"TimeZone"},{"name":"description","value":"St.
|
809
|
+
Petersburg"},{"name":"iana_name","value":"Europe/Moscow"},{"name":"offset","value":"+03:00"}],"rel":"TimeZone-st-petersburg"},{"href":"http://localhost:3000/time_zones/volgograd","data":[{"name":"id","value":"volgograd"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Volgograd"},{"name":"iana_name","value":"Europe/Volgograd"},{"name":"offset","value":"+03:00"}],"rel":"TimeZone-volgograd"},{"href":"http://localhost:3000/time_zones/tehran","data":[{"name":"id","value":"tehran"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Tehran"},{"name":"iana_name","value":"Asia/Tehran"},{"name":"offset","value":"+03:30"}],"rel":"TimeZone-tehran"},{"href":"http://localhost:3000/time_zones/abu-dhabi","data":[{"name":"id","value":"abu-dhabi"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Abu
|
810
|
+
Dhabi"},{"name":"iana_name","value":"Asia/Muscat"},{"name":"offset","value":"+04:00"}],"rel":"TimeZone-abu-dhabi"},{"href":"http://localhost:3000/time_zones/baku","data":[{"name":"id","value":"baku"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Baku"},{"name":"iana_name","value":"Asia/Baku"},{"name":"offset","value":"+04:00"}],"rel":"TimeZone-baku"},{"href":"http://localhost:3000/time_zones/muscat","data":[{"name":"id","value":"muscat"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Muscat"},{"name":"iana_name","value":"Asia/Muscat"},{"name":"offset","value":"+04:00"}],"rel":"TimeZone-muscat"},{"href":"http://localhost:3000/time_zones/samara","data":[{"name":"id","value":"samara"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Samara"},{"name":"iana_name","value":"Europe/Samara"},{"name":"offset","value":"+04:00"}],"rel":"TimeZone-samara"},{"href":"http://localhost:3000/time_zones/tbilisi","data":[{"name":"id","value":"tbilisi"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Tbilisi"},{"name":"iana_name","value":"Asia/Tbilisi"},{"name":"offset","value":"+04:00"}],"rel":"TimeZone-tbilisi"},{"href":"http://localhost:3000/time_zones/yerevan","data":[{"name":"id","value":"yerevan"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Yerevan"},{"name":"iana_name","value":"Asia/Yerevan"},{"name":"offset","value":"+04:00"}],"rel":"TimeZone-yerevan"},{"href":"http://localhost:3000/time_zones/kabul","data":[{"name":"id","value":"kabul"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Kabul"},{"name":"iana_name","value":"Asia/Kabul"},{"name":"offset","value":"+04:30"}],"rel":"TimeZone-kabul"},{"href":"http://localhost:3000/time_zones/ekaterinburg","data":[{"name":"id","value":"ekaterinburg"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Ekaterinburg"},{"name":"iana_name","value":"Asia/Yekaterinburg"},{"name":"offset","value":"+05:00"}],"rel":"TimeZone-ekaterinburg"},{"href":"http://localhost:3000/time_zones/islamabad","data":[{"name":"id","value":"islamabad"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Islamabad"},{"name":"iana_name","value":"Asia/Karachi"},{"name":"offset","value":"+05:00"}],"rel":"TimeZone-islamabad"},{"href":"http://localhost:3000/time_zones/karachi","data":[{"name":"id","value":"karachi"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Karachi"},{"name":"iana_name","value":"Asia/Karachi"},{"name":"offset","value":"+05:00"}],"rel":"TimeZone-karachi"},{"href":"http://localhost:3000/time_zones/tashkent","data":[{"name":"id","value":"tashkent"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Tashkent"},{"name":"iana_name","value":"Asia/Tashkent"},{"name":"offset","value":"+05:00"}],"rel":"TimeZone-tashkent"},{"href":"http://localhost:3000/time_zones/chennai","data":[{"name":"id","value":"chennai"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Chennai"},{"name":"iana_name","value":"Asia/Kolkata"},{"name":"offset","value":"+05:30"}],"rel":"TimeZone-chennai"},{"href":"http://localhost:3000/time_zones/kolkata","data":[{"name":"id","value":"kolkata"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Kolkata"},{"name":"iana_name","value":"Asia/Kolkata"},{"name":"offset","value":"+05:30"}],"rel":"TimeZone-kolkata"},{"href":"http://localhost:3000/time_zones/mumbai","data":[{"name":"id","value":"mumbai"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Mumbai"},{"name":"iana_name","value":"Asia/Kolkata"},{"name":"offset","value":"+05:30"}],"rel":"TimeZone-mumbai"},{"href":"http://localhost:3000/time_zones/new-delhi","data":[{"name":"id","value":"new-delhi"},{"name":"type","value":"TimeZone"},{"name":"description","value":"New
|
811
|
+
Delhi"},{"name":"iana_name","value":"Asia/Kolkata"},{"name":"offset","value":"+05:30"}],"rel":"TimeZone-new-delhi"},{"href":"http://localhost:3000/time_zones/sri-jayawardenepura","data":[{"name":"id","value":"sri-jayawardenepura"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Sri
|
812
|
+
Jayawardenepura"},{"name":"iana_name","value":"Asia/Colombo"},{"name":"offset","value":"+05:30"}],"rel":"TimeZone-sri-jayawardenepura"},{"href":"http://localhost:3000/time_zones/kathmandu","data":[{"name":"id","value":"kathmandu"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Kathmandu"},{"name":"iana_name","value":"Asia/Kathmandu"},{"name":"offset","value":"+05:45"}],"rel":"TimeZone-kathmandu"},{"href":"http://localhost:3000/time_zones/almaty","data":[{"name":"id","value":"almaty"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Almaty"},{"name":"iana_name","value":"Asia/Almaty"},{"name":"offset","value":"+06:00"}],"rel":"TimeZone-almaty"},{"href":"http://localhost:3000/time_zones/astana","data":[{"name":"id","value":"astana"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Astana"},{"name":"iana_name","value":"Asia/Dhaka"},{"name":"offset","value":"+06:00"}],"rel":"TimeZone-astana"},{"href":"http://localhost:3000/time_zones/dhaka","data":[{"name":"id","value":"dhaka"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Dhaka"},{"name":"iana_name","value":"Asia/Dhaka"},{"name":"offset","value":"+06:00"}],"rel":"TimeZone-dhaka"},{"href":"http://localhost:3000/time_zones/novosibirsk","data":[{"name":"id","value":"novosibirsk"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Novosibirsk"},{"name":"iana_name","value":"Asia/Novosibirsk"},{"name":"offset","value":"+06:00"}],"rel":"TimeZone-novosibirsk"},{"href":"http://localhost:3000/time_zones/urumqi","data":[{"name":"id","value":"urumqi"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Urumqi"},{"name":"iana_name","value":"Asia/Urumqi"},{"name":"offset","value":"+06:00"}],"rel":"TimeZone-urumqi"},{"href":"http://localhost:3000/time_zones/rangoon","data":[{"name":"id","value":"rangoon"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Rangoon"},{"name":"iana_name","value":"Asia/Rangoon"},{"name":"offset","value":"+06:30"}],"rel":"TimeZone-rangoon"},{"href":"http://localhost:3000/time_zones/bangkok","data":[{"name":"id","value":"bangkok"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Bangkok"},{"name":"iana_name","value":"Asia/Bangkok"},{"name":"offset","value":"+07:00"}],"rel":"TimeZone-bangkok"},{"href":"http://localhost:3000/time_zones/hanoi","data":[{"name":"id","value":"hanoi"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Hanoi"},{"name":"iana_name","value":"Asia/Bangkok"},{"name":"offset","value":"+07:00"}],"rel":"TimeZone-hanoi"},{"href":"http://localhost:3000/time_zones/jakarta","data":[{"name":"id","value":"jakarta"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Jakarta"},{"name":"iana_name","value":"Asia/Jakarta"},{"name":"offset","value":"+07:00"}],"rel":"TimeZone-jakarta"},{"href":"http://localhost:3000/time_zones/krasnoyarsk","data":[{"name":"id","value":"krasnoyarsk"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Krasnoyarsk"},{"name":"iana_name","value":"Asia/Krasnoyarsk"},{"name":"offset","value":"+07:00"}],"rel":"TimeZone-krasnoyarsk"},{"href":"http://localhost:3000/time_zones/beijing","data":[{"name":"id","value":"beijing"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Beijing"},{"name":"iana_name","value":"Asia/Shanghai"},{"name":"offset","value":"+08:00"}],"rel":"TimeZone-beijing"},{"href":"http://localhost:3000/time_zones/chongqing","data":[{"name":"id","value":"chongqing"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Chongqing"},{"name":"iana_name","value":"Asia/Chongqing"},{"name":"offset","value":"+08:00"}],"rel":"TimeZone-chongqing"},{"href":"http://localhost:3000/time_zones/hong-kong","data":[{"name":"id","value":"hong-kong"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Hong
|
813
|
+
Kong"},{"name":"iana_name","value":"Asia/Hong_Kong"},{"name":"offset","value":"+08:00"}],"rel":"TimeZone-hong-kong"},{"href":"http://localhost:3000/time_zones/irkutsk","data":[{"name":"id","value":"irkutsk"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Irkutsk"},{"name":"iana_name","value":"Asia/Irkutsk"},{"name":"offset","value":"+08:00"}],"rel":"TimeZone-irkutsk"},{"href":"http://localhost:3000/time_zones/kuala-lumpur","data":[{"name":"id","value":"kuala-lumpur"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Kuala
|
814
|
+
Lumpur"},{"name":"iana_name","value":"Asia/Kuala_Lumpur"},{"name":"offset","value":"+08:00"}],"rel":"TimeZone-kuala-lumpur"},{"href":"http://localhost:3000/time_zones/perth","data":[{"name":"id","value":"perth"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Perth"},{"name":"iana_name","value":"Australia/Perth"},{"name":"offset","value":"+08:00"}],"rel":"TimeZone-perth"},{"href":"http://localhost:3000/time_zones/singapore","data":[{"name":"id","value":"singapore"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Singapore"},{"name":"iana_name","value":"Asia/Singapore"},{"name":"offset","value":"+08:00"}],"rel":"TimeZone-singapore"},{"href":"http://localhost:3000/time_zones/taipei","data":[{"name":"id","value":"taipei"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Taipei"},{"name":"iana_name","value":"Asia/Taipei"},{"name":"offset","value":"+08:00"}],"rel":"TimeZone-taipei"},{"href":"http://localhost:3000/time_zones/ulaanbaatar","data":[{"name":"id","value":"ulaanbaatar"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Ulaanbaatar"},{"name":"iana_name","value":"Asia/Ulaanbaatar"},{"name":"offset","value":"+08:00"}],"rel":"TimeZone-ulaanbaatar"},{"href":"http://localhost:3000/time_zones/osaka","data":[{"name":"id","value":"osaka"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Osaka"},{"name":"iana_name","value":"Asia/Tokyo"},{"name":"offset","value":"+09:00"}],"rel":"TimeZone-osaka"},{"href":"http://localhost:3000/time_zones/sapporo","data":[{"name":"id","value":"sapporo"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Sapporo"},{"name":"iana_name","value":"Asia/Tokyo"},{"name":"offset","value":"+09:00"}],"rel":"TimeZone-sapporo"},{"href":"http://localhost:3000/time_zones/seoul","data":[{"name":"id","value":"seoul"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Seoul"},{"name":"iana_name","value":"Asia/Seoul"},{"name":"offset","value":"+09:00"}],"rel":"TimeZone-seoul"},{"href":"http://localhost:3000/time_zones/tokyo","data":[{"name":"id","value":"tokyo"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Tokyo"},{"name":"iana_name","value":"Asia/Tokyo"},{"name":"offset","value":"+09:00"}],"rel":"TimeZone-tokyo"},{"href":"http://localhost:3000/time_zones/yakutsk","data":[{"name":"id","value":"yakutsk"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Yakutsk"},{"name":"iana_name","value":"Asia/Yakutsk"},{"name":"offset","value":"+09:00"}],"rel":"TimeZone-yakutsk"},{"href":"http://localhost:3000/time_zones/adelaide","data":[{"name":"id","value":"adelaide"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Adelaide"},{"name":"iana_name","value":"Australia/Adelaide"},{"name":"offset","value":"+09:30"}],"rel":"TimeZone-adelaide"},{"href":"http://localhost:3000/time_zones/darwin","data":[{"name":"id","value":"darwin"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Darwin"},{"name":"iana_name","value":"Australia/Darwin"},{"name":"offset","value":"+09:30"}],"rel":"TimeZone-darwin"},{"href":"http://localhost:3000/time_zones/brisbane","data":[{"name":"id","value":"brisbane"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Brisbane"},{"name":"iana_name","value":"Australia/Brisbane"},{"name":"offset","value":"+10:00"}],"rel":"TimeZone-brisbane"},{"href":"http://localhost:3000/time_zones/canberra","data":[{"name":"id","value":"canberra"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Canberra"},{"name":"iana_name","value":"Australia/Melbourne"},{"name":"offset","value":"+10:00"}],"rel":"TimeZone-canberra"},{"href":"http://localhost:3000/time_zones/guam","data":[{"name":"id","value":"guam"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Guam"},{"name":"iana_name","value":"Pacific/Guam"},{"name":"offset","value":"+10:00"}],"rel":"TimeZone-guam"},{"href":"http://localhost:3000/time_zones/hobart","data":[{"name":"id","value":"hobart"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Hobart"},{"name":"iana_name","value":"Australia/Hobart"},{"name":"offset","value":"+10:00"}],"rel":"TimeZone-hobart"},{"href":"http://localhost:3000/time_zones/magadan","data":[{"name":"id","value":"magadan"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Magadan"},{"name":"iana_name","value":"Asia/Magadan"},{"name":"offset","value":"+10:00"}],"rel":"TimeZone-magadan"},{"href":"http://localhost:3000/time_zones/melbourne","data":[{"name":"id","value":"melbourne"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Melbourne"},{"name":"iana_name","value":"Australia/Melbourne"},{"name":"offset","value":"+10:00"}],"rel":"TimeZone-melbourne"},{"href":"http://localhost:3000/time_zones/port-moresby","data":[{"name":"id","value":"port-moresby"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Port
|
815
|
+
Moresby"},{"name":"iana_name","value":"Pacific/Port_Moresby"},{"name":"offset","value":"+10:00"}],"rel":"TimeZone-port-moresby"},{"href":"http://localhost:3000/time_zones/sydney","data":[{"name":"id","value":"sydney"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Sydney"},{"name":"iana_name","value":"Australia/Sydney"},{"name":"offset","value":"+10:00"}],"rel":"TimeZone-sydney"},{"href":"http://localhost:3000/time_zones/vladivostok","data":[{"name":"id","value":"vladivostok"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Vladivostok"},{"name":"iana_name","value":"Asia/Vladivostok"},{"name":"offset","value":"+10:00"}],"rel":"TimeZone-vladivostok"},{"href":"http://localhost:3000/time_zones/new-caledonia","data":[{"name":"id","value":"new-caledonia"},{"name":"type","value":"TimeZone"},{"name":"description","value":"New
|
816
|
+
Caledonia"},{"name":"iana_name","value":"Pacific/Noumea"},{"name":"offset","value":"+11:00"}],"rel":"TimeZone-new-caledonia"},{"href":"http://localhost:3000/time_zones/solomon-is","data":[{"name":"id","value":"solomon-is"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Solomon
|
817
|
+
Is."},{"name":"iana_name","value":"Pacific/Guadalcanal"},{"name":"offset","value":"+11:00"}],"rel":"TimeZone-solomon-is"},{"href":"http://localhost:3000/time_zones/srednekolymsk","data":[{"name":"id","value":"srednekolymsk"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Srednekolymsk"},{"name":"iana_name","value":"Asia/Srednekolymsk"},{"name":"offset","value":"+11:00"}],"rel":"TimeZone-srednekolymsk"},{"href":"http://localhost:3000/time_zones/auckland","data":[{"name":"id","value":"auckland"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Auckland"},{"name":"iana_name","value":"Pacific/Auckland"},{"name":"offset","value":"+12:00"}],"rel":"TimeZone-auckland"},{"href":"http://localhost:3000/time_zones/fiji","data":[{"name":"id","value":"fiji"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Fiji"},{"name":"iana_name","value":"Pacific/Fiji"},{"name":"offset","value":"+12:00"}],"rel":"TimeZone-fiji"},{"href":"http://localhost:3000/time_zones/kamchatka","data":[{"name":"id","value":"kamchatka"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Kamchatka"},{"name":"iana_name","value":"Asia/Kamchatka"},{"name":"offset","value":"+12:00"}],"rel":"TimeZone-kamchatka"},{"href":"http://localhost:3000/time_zones/marshall-is","data":[{"name":"id","value":"marshall-is"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Marshall
|
818
|
+
Is."},{"name":"iana_name","value":"Pacific/Majuro"},{"name":"offset","value":"+12:00"}],"rel":"TimeZone-marshall-is"},{"href":"http://localhost:3000/time_zones/wellington","data":[{"name":"id","value":"wellington"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Wellington"},{"name":"iana_name","value":"Pacific/Auckland"},{"name":"offset","value":"+12:00"}],"rel":"TimeZone-wellington"},{"href":"http://localhost:3000/time_zones/chatham-is","data":[{"name":"id","value":"chatham-is"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Chatham
|
819
|
+
Is."},{"name":"iana_name","value":"Pacific/Chatham"},{"name":"offset","value":"+12:45"}],"rel":"TimeZone-chatham-is"},{"href":"http://localhost:3000/time_zones/nuku-alofa","data":[{"name":"id","value":"nuku-alofa"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Nuku''alofa"},{"name":"iana_name","value":"Pacific/Tongatapu"},{"name":"offset","value":"+13:00"}],"rel":"TimeZone-nuku-alofa"},{"href":"http://localhost:3000/time_zones/samoa","data":[{"name":"id","value":"samoa"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Samoa"},{"name":"iana_name","value":"Pacific/Apia"},{"name":"offset","value":"+13:00"}],"rel":"TimeZone-samoa"},{"href":"http://localhost:3000/time_zones/tokelau-is","data":[{"name":"id","value":"tokelau-is"},{"name":"type","value":"TimeZone"},{"name":"description","value":"Tokelau
|
820
|
+
Is."},{"name":"iana_name","value":"Pacific/Fakaofo"},{"name":"offset","value":"+13:00"}],"rel":"TimeZone-tokelau-is"}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/tracked_item_statuses","rel":"tracked_item_statuses","template":{"data":[{"name":"status_code","value":null},{"name":"tracked_item_id","value":null},{"name":"member_id","value":null},{"name":"type","value":"tracked_item_status"}]},"links":[{"rel":"member","href":"http://localhost:3000/members"},{"rel":"team","href":"http://localhost:3000/teams"},{"rel":"tracked_item","href":"http://localhost:3000/tracked_items"},{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/tracked_item_statuses"}],"queries":[{"rel":"search","href":"http://localhost:3000/tracked_item_statuses/search","data":[{"name":"team_id","value":null},{"name":"member_id","value":null},{"name":"tracked_item_id","value":null},{"name":"id","value":null},{"name":"page_size","value":null,"prompt":"The
|
821
|
+
number of items to return for each page. Sending this parameter with the query
|
822
|
+
will enable paging for the returned collection."},{"name":"page_number","value":null,"prompt":"The
|
823
|
+
number of the page to be returned. This requires that paging be turned on
|
824
|
+
by also providing the page_size parameter."}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/tracked_items","rel":"tracked_items","template":{"data":[{"name":"name","value":null},{"name":"team_id","value":null},{"name":"type","value":"tracked_item"}]},"links":[{"rel":"team","href":"http://localhost:3000/teams"},{"rel":"tracked_item_statuses","href":"http://localhost:3000/tracked_item_statuses"},{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/tracked_items"}],"queries":[{"rel":"search","href":"http://localhost:3000/tracked_items/search","data":[{"name":"team_id","value":null},{"name":"id","value":null},{"name":"page_size","value":null,"prompt":"The
|
825
|
+
number of items to return for each page. Sending this parameter with the query
|
826
|
+
will enable paging for the returned collection."},{"name":"page_number","value":null,"prompt":"The
|
827
|
+
number of the page to be returned. This requires that paging be turned on
|
828
|
+
by also providing the page_size parameter."}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/tsl_metadata","rel":"tsl_metadata","template":{"data":[{"name":"user_id","value":null},{"name":"type","value":"tsl_metadatum"}]},"links":[{"rel":"user","href":"http://localhost:3000/users"},{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/tsl_metadata"}],"queries":[{"rel":"search","href":"http://localhost:3000/tsl_metadata/search","data":[{"name":"user_id","value":null},{"name":"id","value":null},{"name":"version","value":null},{"name":"page_size","value":null,"prompt":"The
|
829
|
+
number of items to return for each page. Sending this parameter with the query
|
830
|
+
will enable paging for the returned collection."},{"name":"page_number","value":null,"prompt":"The
|
831
|
+
number of the page to be returned. This requires that paging be turned on
|
832
|
+
by also providing the page_size parameter."}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/tsl_chats","rel":"tsl_chats","links":[{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/tsl_chats"}],"commands":[{"rel":"send_push","href":"http://localhost:3000/tsl_chats/send_push","data":[{"name":"device_token","value":null},{"name":"event_id","value":null},{"name":"firebase_id","value":null},{"name":"member_id","value":null},{"name":"message","value":null},{"name":"team_id","value":null},{"name":"timestamp","value":null},{"name":"type","value":null},{"name":"url","value":null}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/tsl_scores","rel":"tsl_scores","links":[{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/tsl_scores"}],"commands":[{"rel":"send_push","href":"http://localhost:3000/tsl_scores/send_push","data":[{"name":"device_token","value":null},{"name":"event_id","value":null},{"name":"firebase_id","value":null},{"name":"game_state","value":null},{"name":"member_id","value":null},{"name":"opponent_name","value":null},{"name":"score_for","value":null},{"name":"score_against","value":null},{"name":"sport_score_style","value":null},{"name":"team_id","value":null},{"name":"team_name","value":null},{"name":"timestamp","value":null}]}]}},{"collection":{"version":"3.228.1","href":"http://localhost:3000/users","rel":"users","template":{"data":[{"name":"first_name","value":null},{"name":"last_name","value":null},{"name":"password","value":null},{"name":"birthday","value":null},{"name":"email","value":null},{"name":"facebook_id","value":null},{"name":"facebook_access_token","value":null},{"name":"type","value":"user"}]},"links":[{"rel":"members","href":"http://localhost:3000/members"},{"rel":"message_data","href":"http://localhost:3000/message_data"},{"rel":"messages","href":"http://localhost:3000/messages"},{"rel":"teams","href":"http://localhost:3000/teams"},{"rel":"teams_preferences","href":"http://localhost:3000/teams_preferences"},{"rel":"root","href":"http://localhost:3000/"},{"rel":"self","href":"http://localhost:3000/users"}],"queries":[{"rel":"search","href":"http://localhost:3000/users/search","data":[{"name":"id","value":null},{"name":"page_size","value":null,"prompt":"The
|
833
|
+
number of items to return for each page. Sending this parameter with the query
|
834
|
+
will enable paging for the returned collection."},{"name":"page_number","value":null,"prompt":"The
|
835
|
+
number of the page to be returned. This requires that paging be turned on
|
836
|
+
by also providing the page_size parameter."}]}]}}]'
|
837
|
+
http_version: '1.1'
|
838
|
+
adapter_metadata:
|
839
|
+
effective_url: http://localhost:3000/schemas?hmac_client_id=classic&hmac_nonce=c0e2cb4a-82a3-448d-919a-74473797f2e9&hmac_timestamp=1459886787
|
840
|
+
recorded_at: Tue, 05 Apr 2016 20:06:27 GMT
|
841
|
+
recorded_with: VCR 2.9.3
|