...
Note |
---|
If the API changes in an incompatible manner this is listed explicitly in the "important release notes" section of each releases changelog. |
Get termcollections list | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
Request | GET /editor/termcollection | |||||||||
|
Get an info for a certain termcollection | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
Request | GET /editor/termcollection/ID | |||||||||
URI Params | ID Required. Id of a termcollection | |||||||||
|
Delete termcollection | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
Request | DELETE /editor/termcollection/ID | |||||||||
URI Params | ID Required. Id of a termcollection to be deleted | |||||||||
Note: Deleting term collection will remove all terms, terms attributes and term entry attributes assigned to this term collection
|
Description
The database-side storage of terms is extended by the "TermCollection", which makes it possible, for example, to group terms that belong to a specifc client. This way an end client can be assigned to one or more TermCollections.
...
URL: | /editor/termcollection/[ID] | ||
Available Methods: | GET / POST / DELETE | Specialities: | Deleting term collection will remove all terms, terms attributes and term entry attributes assigned to this term collection |
Resource Layout
Name | Type | Info |
id | int | GET only |
name | string | The name of the term collection (unique) |
timestamp | DateTime | Date and time when the term collection is created |
customerId | integer | Foreign key to the customers table |
...