UMN API
api
artists > list
Path Parameters
The following parameters should be included in the URL path.
| Parameter | Description |
|---|---|
version required |
Query Parameters
The following parameters should be included as part of a URL query string.
| Parameter | Description |
|---|---|
limit | Number of results to return per page. |
offset | The initial index from which to return the results. |
search | A search term. |
headliner | |
genres | |
tag | |
ordering | Which field to use when ordering the results. |
artists > name_stat
Path Parameters
The following parameters should be included in the URL path.
| Parameter | Description |
|---|---|
version required |
artists > read
Path Parameters
The following parameters should be included in the URL path.
| Parameter | Description |
|---|---|
version required | |
id required |
Query Parameters
The following parameters should be included as part of a URL query string.
| Parameter | Description |
|---|---|
search | A search term. |
headliner | |
genres | |
tag | |
ordering | Which field to use when ordering the results. |
artists > add_to_favorites
Path Parameters
The following parameters should be included in the URL path.
| Parameter | Description |
|---|---|
version required | |
id required |
Request Body
The request body should be a "application/json" encoded object, containing the following items.
| Parameter | Description |
|---|---|
name required | |
slug | |
description | |
long_description | |
headliner | |
links | |
youtube_links | |
vk_playlist_link | |
vk_playlist_code |
artists > remove_from_favorites
Path Parameters
The following parameters should be included in the URL path.
| Parameter | Description |
|---|---|
version required | |
id required |
Request Body
The request body should be a "application/json" encoded object, containing the following items.
| Parameter | Description |
|---|---|
name required | |
slug | |
description | |
long_description | |
headliner | |
links | |
youtube_links | |
vk_playlist_link | |
vk_playlist_code |
auth > confirm_email > create
Path Parameters
The following parameters should be included in the URL path.
| Parameter | Description |
|---|---|
version required |
Request Body
The request body should be a "application/json" encoded object, containing the following items.
| Parameter | Description |
|---|---|
key required |
auth > facebook > create
Path Parameters
The following parameters should be included in the URL path.
| Parameter | Description |
|---|---|
version required |
Request Body
The request body should be a "application/json" encoded object, containing the following items.
| Parameter | Description |
|---|---|
access_token | |
code |
auth > instagram > create
Path Parameters
The following parameters should be included in the URL path.
| Parameter | Description |
|---|---|
version required |
Request Body
The request body should be a "application/json" encoded object, containing the following items.
| Parameter | Description |
|---|---|
access_token | |
code |
auth > login > create
Check the credentials and return the REST Token if the credentials are valid and authenticated. Calls Django Auth login method to register User ID in Django session framework Accept the following POST parameters: username, password Return the REST Framework Token Object's key.
Path Parameters
The following parameters should be included in the URL path.
| Parameter | Description |
|---|---|
version required |
Request Body
The request body should be a "application/json" encoded object, containing the following items.
| Parameter | Description |
|---|---|
email required | |
password required |
auth > password_reset > create
Calls Django Auth PasswordResetForm save method. Accepts the following POST parameters: email Returns the success/fail message.
Path Parameters
The following parameters should be included in the URL path.
| Parameter | Description |
|---|---|
version required |
Request Body
The request body should be a "application/json" encoded object, containing the following items.
| Parameter | Description |
|---|---|
email required |
auth > password_reset_confirm > create
Path Parameters
The following parameters should be included in the URL path.
| Parameter | Description |
|---|---|
version required |
Request Body
The request body should be a "application/json" encoded object, containing the following items.
| Parameter | Description |
|---|---|
new_password1 required | |
new_password2 required | |
uid required | |
token required |
auth > registration > create
Path Parameters
The following parameters should be included in the URL path.
| Parameter | Description |
|---|---|
version required |
Request Body
The request body should be a "application/json" encoded object, containing the following items.
| Parameter | Description |
|---|---|
email required | |
password1 required | |
password2 required |
auth > registration > verify-email > create
Path Parameters
The following parameters should be included in the URL path.
| Parameter | Description |
|---|---|
version required |
Request Body
The request body should be a "application/json" encoded object, containing the following items.
| Parameter | Description |
|---|---|
key required |
auth > vkontakte > mobile > create
Path Parameters
The following parameters should be included in the URL path.
| Parameter | Description |
|---|---|
version required |
Request Body
The request body should be a "application/json" encoded object, containing the following items.
| Parameter | Description |
|---|---|
access_token required | |
first_name | |
last_name | |
photo | |
friends required |
auth > vkontakte > web > create
Path Parameters
The following parameters should be included in the URL path.
| Parameter | Description |
|---|---|
version required |
Request Body
The request body should be a "application/json" encoded object, containing the following items.
| Parameter | Description |
|---|---|
access_token | |
code |
experts > list
Path Parameters
The following parameters should be included in the URL path.
| Parameter | Description |
|---|---|
version required |
Query Parameters
The following parameters should be included as part of a URL query string.
| Parameter | Description |
|---|---|
limit | Number of results to return per page. |
offset | The initial index from which to return the results. |
search | A search term. |
experts > read
Path Parameters
The following parameters should be included in the URL path.
| Parameter | Description |
|---|---|
version required | |
id required | A unique integer value identifying this expert. |
Query Parameters
The following parameters should be included as part of a URL query string.
| Parameter | Description |
|---|---|
search | A search term. |
genres > list
Path Parameters
The following parameters should be included in the URL path.
| Parameter | Description |
|---|---|
version required |
Query Parameters
The following parameters should be included as part of a URL query string.
| Parameter | Description |
|---|---|
limit | Number of results to return per page. |
offset | The initial index from which to return the results. |
search | A search term. |
genres > read
Path Parameters
The following parameters should be included in the URL path.
| Parameter | Description |
|---|---|
version required | |
id required | A unique integer value identifying this genre. |
Query Parameters
The following parameters should be included as part of a URL query string.
| Parameter | Description |
|---|---|
search | A search term. |
journal_authors > list
Path Parameters
The following parameters should be included in the URL path.
| Parameter | Description |
|---|---|
version required |
Query Parameters
The following parameters should be included as part of a URL query string.
| Parameter | Description |
|---|---|
limit | Number of results to return per page. |
offset | The initial index from which to return the results. |
ordering | Which field to use when ordering the results. |
journal_authors > read
Path Parameters
The following parameters should be included in the URL path.
| Parameter | Description |
|---|---|
version required | |
id required | A unique integer value identifying this journal author. |
Query Parameters
The following parameters should be included as part of a URL query string.
| Parameter | Description |
|---|---|
ordering | Which field to use when ordering the results. |
me > list
Path Parameters
The following parameters should be included in the URL path.
| Parameter | Description |
|---|---|
version required |
me > delete
Path Parameters
The following parameters should be included in the URL path.
| Parameter | Description |
|---|---|
version required |
news > list
Path Parameters
The following parameters should be included in the URL path.
| Parameter | Description |
|---|---|
version required |
Query Parameters
The following parameters should be included as part of a URL query string.
| Parameter | Description |
|---|---|
limit | Number of results to return per page. |
offset | The initial index from which to return the results. |
search | A search term. |
tag | |
author | |
categories | |
promo | |
ordering | Which field to use when ordering the results. |
news > read
Path Parameters
The following parameters should be included in the URL path.
| Parameter | Description |
|---|---|
version required | |
id required |
Query Parameters
The following parameters should be included as part of a URL query string.
| Parameter | Description |
|---|---|
search | A search term. |
tag | |
author | |
categories | |
promo | |
ordering | Which field to use when ordering the results. |
news > comment
Path Parameters
The following parameters should be included in the URL path.
| Parameter | Description |
|---|---|
version required | |
id required |
Request Body
The request body should be a "application/json" encoded object, containing the following items.
| Parameter | Description |
|---|---|
text required |
partner_routes > list
Path Parameters
The following parameters should be included in the URL path.
| Parameter | Description |
|---|---|
version required |
Query Parameters
The following parameters should be included as part of a URL query string.
| Parameter | Description |
|---|---|
limit | Number of results to return per page. |
offset | The initial index from which to return the results. |
search | A search term. |
random_order |
partner_routes > read
Path Parameters
The following parameters should be included in the URL path.
| Parameter | Description |
|---|---|
version required | |
id required |
Query Parameters
The following parameters should be included as part of a URL query string.
| Parameter | Description |
|---|---|
search | A search term. |
random_order |
partner_routes > add_to_favorites
Path Parameters
The following parameters should be included in the URL path.
| Parameter | Description |
|---|---|
version required | |
id required |
Request Body
The request body should be a "application/json" encoded object, containing the following items.
| Parameter | Description |
|---|---|
name required | |
name_preposition | |
description | |
links |
partner_routes > remove_from_favorites
Path Parameters
The following parameters should be included in the URL path.
| Parameter | Description |
|---|---|
version required | |
id required |
Request Body
The request body should be a "application/json" encoded object, containing the following items.
| Parameter | Description |
|---|---|
name required | |
name_preposition | |
description | |
links |
partners > list
Path Parameters
The following parameters should be included in the URL path.
| Parameter | Description |
|---|---|
version required |
Query Parameters
The following parameters should be included as part of a URL query string.
| Parameter | Description |
|---|---|
limit | Number of results to return per page. |
offset | The initial index from which to return the results. |
search | A search term. |
partners > read
Path Parameters
The following parameters should be included in the URL path.
| Parameter | Description |
|---|---|
version required | |
id required | A unique integer value identifying this partner. |
Query Parameters
The following parameters should be included as part of a URL query string.
| Parameter | Description |
|---|---|
search | A search term. |
performances > list
Path Parameters
The following parameters should be included in the URL path.
| Parameter | Description |
|---|---|
version required |
Query Parameters
The following parameters should be included as part of a URL query string.
| Parameter | Description |
|---|---|
limit | Number of results to return per page. |
offset | The initial index from which to return the results. |
search | A search term. |
artist | |
place | |
artist__genres | |
artist__tag | |
datetime | |
favorited | |
ordering | Which field to use when ordering the results. |
performances > get_from_cache
Path Parameters
The following parameters should be included in the URL path.
| Parameter | Description |
|---|---|
version required |
performances > merge_favorites
Path Parameters
The following parameters should be included in the URL path.
| Parameter | Description |
|---|---|
version required |
Request Body
The request body should be a "application/json" encoded object, containing the following items.
| Parameter | Description |
|---|---|
performances required | |
partner_routes required |
performances > read
Path Parameters
The following parameters should be included in the URL path.
| Parameter | Description |
|---|---|
version required | |
id required |
Query Parameters
The following parameters should be included as part of a URL query string.
| Parameter | Description |
|---|---|
search | A search term. |
artist | |
place | |
artist__genres | |
artist__tag | |
datetime | |
favorited | |
ordering | Which field to use when ordering the results. |
performances > add_to_favorites
Path Parameters
The following parameters should be included in the URL path.
| Parameter | Description |
|---|---|
version required | |
id required |
performances > remove_from_favorites
Path Parameters
The following parameters should be included in the URL path.
| Parameter | Description |
|---|---|
version required | |
id required |
performances_lite > list
Path Parameters
The following parameters should be included in the URL path.
| Parameter | Description |
|---|---|
version required |
Query Parameters
The following parameters should be included as part of a URL query string.
| Parameter | Description |
|---|---|
limit | Number of results to return per page. |
offset | The initial index from which to return the results. |
search | A search term. |
artist | |
place | |
artist__genres | |
artist__tag | |
datetime | |
favorited | |
ordering | Which field to use when ordering the results. |
performances_lite > get_from_cache
Path Parameters
The following parameters should be included in the URL path.
| Parameter | Description |
|---|---|
version required |
performances_lite > merge_favorites
Path Parameters
The following parameters should be included in the URL path.
| Parameter | Description |
|---|---|
version required |
Request Body
The request body should be a "application/json" encoded object, containing the following items.
| Parameter | Description |
|---|---|
performances required | |
partner_routes required |
performances_lite > read
Path Parameters
The following parameters should be included in the URL path.
| Parameter | Description |
|---|---|
version required | |
id required |
Query Parameters
The following parameters should be included as part of a URL query string.
| Parameter | Description |
|---|---|
search | A search term. |
artist | |
place | |
artist__genres | |
artist__tag | |
datetime | |
favorited | |
ordering | Which field to use when ordering the results. |
performances_lite > add_to_favorites
Path Parameters
The following parameters should be included in the URL path.
| Parameter | Description |
|---|---|
version required | |
id required |
performances_lite > remove_from_favorites
Path Parameters
The following parameters should be included in the URL path.
| Parameter | Description |
|---|---|
version required | |
id required |
places > list
Path Parameters
The following parameters should be included in the URL path.
| Parameter | Description |
|---|---|
version required |
Query Parameters
The following parameters should be included as part of a URL query string.
| Parameter | Description |
|---|---|
limit | Number of results to return per page. |
offset | The initial index from which to return the results. |
search | A search term. |
genres | |
tag | |
datetime | |
main_platform | |
ordering | Which field to use when ordering the results. |
places > read
Path Parameters
The following parameters should be included in the URL path.
| Parameter | Description |
|---|---|
version required | |
id required |
Query Parameters
The following parameters should be included as part of a URL query string.
| Parameter | Description |
|---|---|
search | A search term. |
genres | |
tag | |
datetime | |
main_platform | |
ordering | Which field to use when ordering the results. |
places_lite > list
Path Parameters
The following parameters should be included in the URL path.
| Parameter | Description |
|---|---|
version required |
Query Parameters
The following parameters should be included as part of a URL query string.
| Parameter | Description |
|---|---|
limit | Number of results to return per page. |
offset | The initial index from which to return the results. |
search | A search term. |
genres | |
tag | |
datetime | |
main_platform | |
ordering | Which field to use when ordering the results. |
places_lite > read
Path Parameters
The following parameters should be included in the URL path.
| Parameter | Description |
|---|---|
version required | |
id required |
Query Parameters
The following parameters should be included as part of a URL query string.
| Parameter | Description |
|---|---|
search | A search term. |
genres | |
tag | |
datetime | |
main_platform | |
ordering | Which field to use when ordering the results. |
profiles > read
Path Parameters
The following parameters should be included in the URL path.
| Parameter | Description |
|---|---|
version required | |
id required | A UUID string identifying this profile. |
profiles > add_to_favorites
Path Parameters
The following parameters should be included in the URL path.
| Parameter | Description |
|---|---|
version required | |
id required | A UUID string identifying this profile. |
profiles > create_device
Path Parameters
The following parameters should be included in the URL path.
| Parameter | Description |
|---|---|
version required | |
id required | A UUID string identifying this profile. |
Request Body
The request body should be a "application/json" encoded object, containing the following items.
| Parameter | Description |
|---|---|
token required | |
platform required |
profiles > get_friends
Path Parameters
The following parameters should be included in the URL path.
| Parameter | Description |
|---|---|
version required | |
id required | A UUID string identifying this profile. |
profiles > remove_device
Path Parameters
The following parameters should be included in the URL path.
| Parameter | Description |
|---|---|
version required | |
id required | A UUID string identifying this profile. |
Request Body
The request body should be a "application/json" encoded object, containing the following items.
| Parameter | Description |
|---|---|
token required |
profiles > remove_from_favorites
Path Parameters
The following parameters should be included in the URL path.
| Parameter | Description |
|---|---|
version required | |
id required | A UUID string identifying this profile. |
profiles > set_coordinates
Path Parameters
The following parameters should be included in the URL path.
| Parameter | Description |
|---|---|
version required | |
id required | A UUID string identifying this profile. |
search > list
Path Parameters
The following parameters should be included in the URL path.
| Parameter | Description |
|---|---|
version required |
Query Parameters
The following parameters should be included as part of a URL query string.
| Parameter | Description |
|---|---|
limit | Number of results to return per page. |
offset | The initial index from which to return the results. |
search | A search term. |
tags > list
Path Parameters
The following parameters should be included in the URL path.
| Parameter | Description |
|---|---|
version required |
Query Parameters
The following parameters should be included as part of a URL query string.
| Parameter | Description |
|---|---|
limit | Number of results to return per page. |
offset | The initial index from which to return the results. |
search | A search term. |
tags > read
Path Parameters
The following parameters should be included in the URL path.
| Parameter | Description |
|---|---|
version required | |
id required | A unique integer value identifying this tag. |
Query Parameters
The following parameters should be included as part of a URL query string.
| Parameter | Description |
|---|---|
search | A search term. |