Page tree

Versions Compared

Key

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

...

Create a termcollection

Request

POST /editor/termcollection

Paramsname Required. Human-readable name for the TermCollection, up to 1024 characters.

customerIds Required. Comma-separated list of customers ids for this TermCollection to be associated with.


Code Block
languagejs
titleResponse
collapsetrue
{
    "rows": {
        "id": 13,
        "entityVersion": "0",
        "langResUuid": "4df34ca9-5e2f-42ad-a31e-946990bb135a",
        "name": "Some new termcollection",
        "color": "19737d",
        "resourceId": "editor_Services_TermCollection",
        "serviceType": "editor_Services_TermCollection",
        "serviceName": "TermCollection",
        "specificData": null,
        "timestamp": "2025-06-17 12:18:31",
        "resourceType": "termcollection",
        "writeSource": "0",
        "specificId": null
    }
}



Delete

termcollection

TermCollection

Request

DELETE /editor/termcollection/ID 

URI ParamsID Required. Id of a termcollection TermCollection to be deleted

Note: Deleting term collection TermCollection will remove all terms themselves, all term entries those terms are contained in, and all attributes on entry, language and term entry attributes assigned to this term collectionlevels

Code Block
languagejs
titleResponse
collapsetrue
{
    "success": true
}


...