Versions Compared

Key

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

...

OPTIONS TREE REST API’S

Expand
titleGet All Options Tree

URL: <jira_base_url>/rest/category-level-rest/1.0/root

Method:

Status
colourGreen
titleGET

Data: -

Result: 

Code Block
[

    {

        "self": "<jira_base_url>/rest/category-level-rest/1.0/root/18",

        "id": 18,

        "value": “Tech”

    }

]

...