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 associations between tasks and language resources.

URL:

/editor/languageresourcetaskassoc/[ID]

Available Methods:

GET / POST / DELETE

Specialities:

Datasets can not be edited, only deleted and created.

Resource Layout

Name

Type

Info

id

integer

(GET,DELETE) auto incremented

languageResourceId

integer

(POST) The language resource which should be assigned to the task. (table name → LEK_languageresources field name → 'id')

taskGuidstring(POST) Unique task guid identifier. (table name → LEK_task field name → taskGuid)

segmentsUpdateable

integer

(POST) Segments will be updated in the language resources. (default is 0)


Post request example

{
	data:{
    	"languageResourceId":1,
	 	"taskGuid":"{341d3dab-8c0b-4469-a8a8-30e9ddb81a26}",
		"segmentsUpdateable":0
	}
}
  • No labels

1 Comment

  1. Aleksandar Mitrev Can you check the indexAction results? I think the deleted GET only fields are only available in the indexAction results. Also the resource is PUT able (adding / removing of the segmentsupdatable flag). Please correct the docu.