Get multimedias

Retrieve a list of multimedia for a given application.

Path Params
integer
required

Application's ID

Query Params
integer
1 to 100
Defaults to 25

Limit the number of multimedias returned

integer
≥ 0
Defaults to 0

Page number

string
enum

Filter by multimedia type

Allowed:
string

Filter the multimedias by title. The format is operator:value. Operators:

  • contains Returns multimedias with the word in the title.
  • equals Returns multimedias that are exactly the value.

Examples:

  • contains:day -> Returns multimedias with the word day in the title.
  • equals:day -> Returns multimedias that title is exactly day.

It's mandatory to encode URI components:

  • contains:day%20promo -> Returns multimedias with the text day promo in the title.
boolean
Defaults to false

Returns the number of multimedias that match the specified filter criteria. If set to true, the response will include the count property. If set to false, the response will only include the data property.

Responses

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json