AssetHoldDurations
Get all Asset Hold Durations GET /assetholddurations/
Description
Get all Asset Hold Durations.
Properties
Title
Get all Asset Hold Durations
URL
/assetholddurations/
Method
GET
Availability
Added in medialoopster 5.4.0
Header
Name | Value | Required | Description |
|---|---|---|---|
Authorization | Token <xxx> | yes | Authorization token required to communicate with the API. |
Accept | application/json; version=1 | no | If a specific medialoopster Web API version is required, this header needs to be set. |
URL Params
| Name | Type | Required | Values | Description |
|---|---|---|---|---|
| asset_type | string | no | [audioasset|imageasset|videoasset|projectasset] | Filter parameter to only list asset hold durations with the given asset_type. |
| context_type | string | no | [device|production] | Filter parameter to only list asset hold durations with the given context_type. |
Success Response
200 - OK
[
{
"id":3,
"asset_type":"imageasset",
"context_type":"device",
"context":"Image",
"duration":6
},
{
"id":1,
"asset_type":"videoasset",
"context_type":"device",
"context":"Demo Content",
"duration":2
},
{
"id":2,
"asset_type":"videoasset",
"context_type":"production",
"context":"nachtblau",
"duration":4
}
]
Sample Call
curl -X GET http://medialoopster-url/api/assetholddurations/