Skip to main content

Sync structure to iconik

POST 

/api

delayed_job operation

Request

Header Parameters

    Ftrack-Api-Options any
            Api options formatted as key value pairs separated by semicolon. 
    Suported values are:
    - denormalize
    - strict

    denormalize - data is not normalised before sent to client which means there is no need to merge entities client side.
    Must also have strict option enabled.
    strict - only requested data is loaded and returned to the client

    Examples:

    denormalize=1;strict=1
    denormalize=False;strict=True
    denormalize=false;strict=false


    Ftrack-Api-Key any
            API key used to authenticate. API keys are created from Settings under the page API keys.

    Ftrack-User any
            Username used to authenticate.

Body

array

required

  • Array [

  • action Actionrequired

    Possible values: [delayed_job]

    job_type Job Typerequired

    Possible values: [ICONIK_SYNC_STRUCTURE]

    data

    object

    required

    context_id Context Idrequired
    include_children Include Children

    Default value: true

    task_placeholder Task Placeholder

    Default value: false

    include_tasks Include Tasks

    Default value: true

    metadata

    object

    property name* any
  • ]

Responses

Successful Response

Loading...