Get multimediasAsk AIget https://api.indigitall.com/v2/chat/{applicationId}/multimediaRetrieve a list of multimedia for a given application.Path ParamsapplicationIdintegerrequiredApplication's IDQuery Paramslimitinteger1 to 100Defaults to 25Limit the number of multimedias returnedpageinteger≥ 0Defaults to 0Page numbertypestringenumFilter by multimedia typeimageimagevideoaudiodocumentAllowed:imagevideoaudiodocumenttitlestringFilter 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. countbooleanDefaults to falseReturns 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.truefalseResponses 200Retrieve information about all multimedias for a given application 403Forbidden 404Not found 500Internal server errorUpdated 15 days ago