List all category callContent server 22.1 rest api

Options

Is there a method to list all the categories of the system without it being associated with a node?

Comments

  • appuq
    edited February 22 #2
    Options

    ?func=attributes.dump this information comes from the table CatRegionmap and a Join to Dtree for subtype131

    Any Table in CS can be shown through a REST API by a WR and a LR combination

  • Is there also a way to get this dump in xml or json format?

  • appuq
    Options

    I would hate to repeat myself that Request Handler runs a simple DTREE /CATREGIONMAP query, if you are an Oscripter you can create a rest api endpoint or ask OT for a feature request.

    If you are in a hurry then a WR/LR can be made and used adhoc.