Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

URL:

/editor/languageresourceinstance/[ID]

Available Methods:

GET / POST / PUT / DELETE

Specialities:

Non filebased langauge resource can only be added by the "admin" role. Users with the role "pm" can add filebased entries.

Availability:
Note
Only available for supporters of the crowdfunding until the crowdfunding is fully financed.

Special URLs

URLMethodsParametersDescription

/editor/languageresourceinstance/[ID]/query

GET

segmentId: integer; the id of the segment to be queried

returns a list with query results, format see below
/editor/languageresourceinstance/[ID]/searchGET / POST

query: string; the string to be searched in the underlying service
field: string; source or target, determines which field should be searched in a TM
limit: integer; how many results should be returned

returns a list with search results, format see below
/editor/languageresourceinstance/[ID]/downloadGET-Returns the uploaded TM file - if any.
/editor/languageresourceinstance/[ID]/importPOSTtmUpload: TM file uploaded as multipart/form-dataImports the given TM file into the chosen TMMT instance
/editor/languageresourceinstance/[ID]/tasksGET / POST

GET:
id: ID of the task tmmt assocation
taskGuid: TaskGuid of the associated task
taskName: name of the associated task
state: status of the associated task
lockingUser: user who is locking of the associated task - if any
taskNr: task nr of the associated task
tmmtId: associated TM ID

POST:
toReImport: an array of taskGuids. The chosen tasks segment data is reimported into the selected TM.

Gives some status information about the tasks associated to a specific TMMT.

Triggers a reimport of the chosen tasks into the TM.

...