Api.v 1.videos.index
GET
/videos
Retrieve many Cartender videos by tags and/or type. Ideal for generating dynamic playlists or ingesting videos in bulk. Video meta data that is returned in the response depends on your service license. Additional video types will be available in the future.
https://api.fortellis.io/vehicle-media/cartender/model-videos/v1
/videos
Resource Details
Security |
---|
Request
Path Parameters
Parameter | Type | Description | Required |
---|
Query Parameters
Parameter | Type | Description | Required |
---|---|---|---|
limit | integer | Number of video tags per page | No |
page | integer | Current page number of the result | No |
type | string | Video type | Yes |
tags | string | Video tags separated by comma (","). e.g. 2019,Buick | No |
Header Parameters
Parameter | Type | Description | Required |
---|---|---|---|
Accept-Charset | string | n/a | No |
Accept-Language | string | n/a | No |
If-Match | string | n/a | No |
If-None-Match | string | n/a | No |
Prefer | string | n/a | No |
Request-Id | string | Unique tracking id | No |
Subscription-Id | string | The Fortellis Marketplace subscription identifier between a user entity and the solution. For sample responses use the Subscription-Id 'test'. | Yes |
Authorization | string | Provide authorization to access Fortellis APIs. This must be an OAuth 2.0 token for calling a Fortellis Provider but you may call the simulator platform with basic auth using your API key and secret. | Yes |
Request Body Structure
Request Body Example
Response
Response Body Structure
Response Body Example
Response Error Details
HTTP Code | Description |
---|---|
401 | Not Authorized |
404 | Not Found |
Try It Out
-
limit
(integer) Number of video tags per page
-
page
(integer) Current page number of the result
-
type
(required)(string) Video type
-
tags
(string) Video tags separated by comma (","). e.g. 2019,Buick
-
Accept-Charset
(string)
-
Accept-Language
(string)
-
If-Match
(string)
-
If-None-Match
(string)
-
Prefer
(string)
-
Request-Id
(string) Unique tracking id
-
Subscription-Id
(required)(string) The Fortellis Marketplace subscription identifier between a user entity and the solution. For sample responses use the Subscription-Id 'test'.
-
Authorization
(required)(string) Provide authorization to access Fortellis APIs. This must be an OAuth 2.0 token for calling a Fortellis Provider but you may call the simulator platform with basic auth using your API key and secret.
Working...
x