...
- return the term collection name,timestamp and customerId for the termcollection with id = 1
"id":1
|
Search term in term collection.
...
URL:
...
editor/termcollection/search
...
Available Methods:
...
Specialities:
...
- Find term/terms in the given term collection by searched string
Resource Layout
...
Name
...
Type
...
Info
...
term
...
string
...
language
...
array
...
Term language/s ids from lek_languages table
...
disableLimit
...
boolean
...
Disable the result limit configured in searchTermsCount config variable.
Search term entry and term attributes in term collection.
...
URL:
...
editor/termcollection/searchattribute
...
Available Methods:
...
Specialities:
...
- Find term entry and term attributes by groupId(termEntry id).
- The result array will return term attributes and term entry attribute values
Info: For search and searchatribute actions, will search in the collection assigned to the customers which customers are assigned to the currently logged user assigned customers.
...
Name
...
Type
...
Info
...
groupId
...
string
...
- Response array example
Code Block |
---|
{
"rows":{
"termAttributes":[
{
"definition":"",
"groupId":"001",
"label":"gravure printing",
"value":"11413",
"desc":"gravure printing",
"termId":"11413",
"collectionId":"122",
"languageId":"5",
"labelId":"323",
"attributeId":"73178",
"parentId":null,
"internalCount":null,
"name":"transac",
"attrType":"origination",
"attrTarget":null,
"attrId":null,
"attrLang":"en",
"attrValue":"origination",
"attrCreated":"2018-05-07 17:32:07",
"attrUpdated":"2018-05-07 17:32:07",
"attrDataType":null,
"language":"en"
}
],
"termEntryAttributes":[
{
"id":"8737",
"labelId":"331",
"collectionId":"122",
"termEntryId":"4965",
"parentId":null,
"internalCount":"1",
"language":null,
"name":"note",
"attrType":null,
"attrDataType":null,
"attrTarget":null,
"attrId":null,
"attrLang":null,
"value":"Aleksandar",
"created":"2018-05-07 17:32:07",
"updated":"2018-05-07 17:32:07",
"attributeId":"8737",
"attrValue":"Aleksandar",
"attrCreated":"2018-05-07 17:32:07",
"attrUpdated":"2018-05-07 17:32:07"
}
]
}
} |
Import terms to the term collection
URL: | editor/termcollection/import |
Available Methods: | POST |
Specialities: | Import the provided terms from the tbx file to the term collection |
...