Versions Compared

Key

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

Platform URL

https://[enterprise].cvtr.io/v2/system/categories

API Endpoints

To retrieve all content languages in the ‘Add Categories’ and ‘Add subcategories’ modal

GET /api/v4/content-languages

To save new category

POST /api/v4/categories

Editing categories

PUT /api/v4/categories

Listing categories

GET /api/v4/categories

To save new sub category

POST /api/v4/subcategories

List all subcategories

GET /api/v4/subcategories

Editing subcategories

PUT /api/v4/subcategories

PUT /api/v4/subcategory-localiseds

Deleting subcategories: retrieving associated campaigns

GET /api/v4/campaigns

DELETE /api/v4/subcategories

Deleting categories

GET /api/v4/subcategories

DELETE /api/v4/categories

Epic

Jira Legacy
serverSystem JIRA
serverId47839f05-61cf-355f-8da7-a069f30ee70e
keyCON-5010

Document status

Status
colourGreen
titleREVIEWED

Document owner

Danny Hannah Adam Carter

Technical writers

Arunima Kurup Prasad Anu Kalangi

🏠 Feature Overview

...

The ‘Actions’ column provides options for the user to Edit/Delete the category.

There is also an option for pagination below the table.

Data Categories

Add Category

Clicking on Add button opens an ‘Add Category’ modal as shown below.

...

The ‘Actions’ column provides options for the user to Edit/Delete the subcategory.

There is also an option for pagination below the table.

...

Adding a Sub Category

Clicking on ‘Add’ button will open Add Sub Category modal. The user must select the parent category and enter the name of the sub category in different content languages configured for the enterprise, and click Save. New sub category will be added to the ‘Data Sub-Categories’ table.

...