Page tree


If the API changes in an incompatible manner this is listed explicitly in the "important release notes" section of each releases changelog.

Provides access to the segment repetitions in a task

URL:

/editor/alikesegment/[ID]

Available Methods:

GET / PUT

Specialities:

Only possible with a task in edit mode.

PUT only accepts multi parameter "alikes[]", every alike[] parameter contains one repeated segment's id to be processed.

The duration parameter with the editing duration is also needed.

Resource Layout

Name

Type

Info

id

int

GET only, set by server

segmentNrInTask

int

GET only, set by server

source

string

GET only, set by server

source

string

GET only, set by server

sourceMatch

boolean

GET only, set by import

targetMatch

boolean

GET only, set by server

infilter

boolean

GET only, set by server

durationintegerPUT only
alikesstringPUT only, JSON array with segment ids to be processed



Segments contain dynamic fields, defined on import. This dynamic fields contain the segment payload.



  • No labels