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 termcollectionTermCollection, up to 1024 characters.

customerIds Required. Comma-separated list of customers ids for this termcollection 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
    }
}


...