Files
walkup/backend/tests/fixtures/teamsnap/root.json
2026-04-22 06:46:23 -05:00

55 lines
1.4 KiB
JSON

{
"collection": {
"version": "1.0",
"href": "https://apiv3.teamsnap.com/",
"links": [
{
"rel": "self",
"href": "https://apiv3.teamsnap.com/"
}
],
"queries": [
{
"rel": "me",
"href": "https://apiv3.teamsnap.com/me",
"prompt": "Current user"
},
{
"rel": "teams",
"href": "https://apiv3.teamsnap.com/teams{?userId}",
"prompt": "Teams"
},
{
"rel": "members",
"href": "https://apiv3.teamsnap.com/members{?teamId,userId,memberId}",
"prompt": "Members"
},
{
"rel": "events",
"href": "https://apiv3.teamsnap.com/events{?teamId,eventId,contactId}",
"prompt": "Events"
},
{
"rel": "availabilities",
"href": "https://apiv3.teamsnap.com/availabilities{?teamId,eventId,memberId}",
"prompt": "Availabilities"
},
{
"rel": "assignments",
"href": "https://apiv3.teamsnap.com/assignments{?teamId,eventId,memberId}",
"prompt": "Assignments"
},
{
"rel": "eventLineups",
"href": "https://apiv3.teamsnap.com/eventLineups{?eventId}",
"prompt": "Event lineups"
},
{
"rel": "eventLineupEntries",
"href": "https://apiv3.teamsnap.com/eventLineupEntries{?eventLineupId}",
"prompt": "Event lineup entries"
}
]
}
}