Page tree

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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 comments of segments.

URL:

/editor/comment/[ID]

Available Methods:

GET / POST / PUT / DELETE

Specialities:

Only possible with a task in edit mode and filtered by GET Parameter segmentId.


Resource Layout

Name

Type

Info

id

int


segmentId

int


userName

string

GET only, set by server

comment

string


isEditable

boolean

GET only, set by server

modified

date

GET only, set by server

created

date

GET only, set by server

  • No labels