Movies

List movies

Request

To get a list of movies you need to send the following request:

GET /v1/movies/objects

Headers

API method accepts the following headers:

Name

Type

Required

Description

text

string

no

filters

array of objects

no

sort

array of strings

no

fields

array of strings

no

skip

number

no

limit

number

no

Path parameters

API method accepts the following path parameters:

Name

Type

Required

Description

id

string

yes

Query parameters

API method accepts the following query parameters:

Name

Type

Required

Description

text

string

no

The actual search text to be parsed.

filter

array of objects

no

Specifies query selection criteria. To select all objects in a collection, omit this parameter.

sort

array of strings

no

A list of {key: direction} pairs specifying the sort order for this query.

fields

array of strings

no

A dict specifying the fields to include or exclude from the result set.

skip

number

no

The number of objects to omit (from the start of the result set) when returning the results.

limit

number

no

The maximum number of objects to return.

Response

Headers

Body

Get a movie

Request

GET /v1/movies/objects/{id}

Response

Headers

Body

Create a movie

Request

POST /v1/movies/objects

Response

Headers

Body

Update a movie

Request

PUT /v1/movies/objects/{id}

Response

Headers

Body

Delete a movie

Request

DELETE /v1/movies/objects/{id}

Response

Headers

Body