Movie Mash
Version: 1.0.0
[ Jump to Models ]
Table of Contents
Create a list of movies (createMovieList)
Request body
Body Parameter — Created user object
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the response header.
application/xml
application/json
Responses
405
Invalid input
500
500 Internal server issue
Delete all movies from user's list (deleteMovieEntry)
This can only be done by the logged in user.
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the response header.
application/xml
application/json
Responses
200
200 OK
500
500 Internal server issue
Up
delete /v1/removeMovie
Delete one movie from user's list (deleteMovieList)
Request body
Body Parameter — Created user object
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the response header.
application/xml
application/json
Responses
200
200 OK
500
500 Internal server issue
Get username for profile (featuredMovie)
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the response header.
application/xml
application/json
Responses
200
200 OK
500
500 Internal server issue
Change username (featuredMovie2)
Request body
Body Parameter — Created user object
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the response header.
application/xml
application/json
Responses
200
200 OK
500
500 Internal server issue
Compare list with other user (otherUserList)
Query parameters
id (required)
Query Parameter — The username of the other user
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the response header.
application/xml
application/json
Responses
200
200 OK
405
Invalid input
500
500 Internal server issue
Change the rating of a movie on your list (updateRating)
Request body
Body Parameter — Created user object
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the response header.
application/xml
application/json
Responses
200
200 OK
400
400 Bad Request
500
500 Internal server issue
Get list of movies user can add to list (userMovielist)
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the response header.
application/xml
application/json
Responses
default
successful operation
Get a list of other users (v1GetUsersGet)
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the response header.
application/xml
application/json
Responses
200
200 OK
500
500 Internal server issue
List movies that the user has added to their list (v1ListMoviesGet)
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the response header.
application/xml
application/json
Responses
200
200 OK
500
500 Internal server issue
Create user (createUser)
Create an account.
Request body
Body Parameter — Created user object
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the response header.
application/xml
application/json
Responses
201
201 Created
400
400 Bad Request
409
409 Conflict
500
500 Internal server issue
Logs user into the system (loginUser)
Request body
Body Parameter — Created user object
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the response header.
application/xml
application/json
Responses
200
successful operation
400
Invalid username/password supplied
401
401 Unauthorized
500
500 Internal server issue
[ Jump to Methods ]
Table of Contents
CreateList -
Login -
Profile -
RemoveMovie -
UpdateMovie -
User -
user (optional)
title (optional)
score (optional)
email (optional)
password (optional)
user (optional)
title (optional)
rating (optional)
title (optional)
username (optional)
email (optional)
password (optional)