MediaObjectResponse

Property Reference

This object contains all the properties of a MediaObject, extended with these additional properties:

Field Type Description

location

String

Will be used in the next calls which pump data.

Example: "https://platform.limecraft.com/data/194/4369?access_token=eyJ1c2"

createdObjects

Array of Objects

A list of objects created as a result of the call. To get the MediaObject created for your upload, search for an object with type equal to 'MediaObject' in the 'createdObjects' field.

Example:

[
    {
        "type": "MediaObject",
        "id": 13
    }
]

workflowId

String

An ingest workflow starts on Limecraft Flow. This is the id of that workflow. You do not need to wait for it to finish before doing the other calls.

Example: "83d71901-377c-4689-9a41-c2878787fecf"

syncReport

SyncReport

Report of synchronization

syncReport

Field Name Required Type Description Format

annotationResolve

List of ResolveReport

collectionResolve

List of ResolveReport

createdComponents

List of ComponentObject

materialInstanceResolve

List of ResolveReport

mediaObjectInstanceResolve

List of ResolveReport

mediaObjectResolve

MediaObjectResolveReport

timings

String

trackResolve

List of ResolveReport