Version 1 (API key)
Last updated
Last updated
The App Academy API version 1 uses the API Key authorization. You need the x-api-key
which you can obtain in this form.
Since the App Academy API was built for educational purposes, the following types of pagination were used:
offset based
page based
has more items based
Each user is granted access to 6 default records that cannot be updated or deleted.
Each user can create up to 14 records, resulting in a total of 20 retrievable records.
The query (parameter q
) has to be written in this format:
all the conditions can be grouped by operator AND
the value in each condition has to be enclosed in quotation marks
supported conditions:
contains
startsWith
endsWith
equal
multiple conditions can be used multiple times within one query
example:
Each user can create 1 webhook.
Please note that the Import endpoint does not upload or store any data. Therefore, the file
you provide will not be returned or stored in the Files endpoint.
Please note that values in custom fields are not stored in movie records. Therefore, the
values you provide will not be returned or stored in the Movies endpoints.
Creates a movie.
API key for authorization.
Iron Man
f841a38b77be
2008
126
Lists movies.
The number of the page to retrieve.
Retrieve records with dates in the provided sort parameter since this time. Default is createdAt. Allowed format YYYY-MM-DDTHH:mm:ssZ.
The order in which the records should be returned. Default is asc.
asc
, desc
The parameter to be used for ordering the records. Available values are createdAt, updatedAt, name, originalPremiere, czechPremiere.
createdAt
, updatedAt
, name
, originalPremiere
, czechPremiere
API key for authorization.
Updates a movie. Without partial update.
ID of the resource to work with.
API key for authorization.
Iron Man
f841a38b77be
2008
126
Updates a movie. With partial update.
ID of the resource to work with.
API key for authorization.
Iron Man
f841a38b77be
2008
126
Searches people involved in movies.
The query to search in records.
contains= \"Rob\" AND startsWith = \"Rob\" AND endsWith = \"Jr.\" AND equals = \"Robert Downey Jr.\"
The number of records to skip.
API key for authorization.
Lists awards that were obtained by a movie.
ID of the movie to work with.
API key for authorization.