Tags (Categories)

In Comindwork world we use term "Tag", while in other systems they can be named as "Categories".

RETRIEVE

Get All Tags

  • GET /projects/{project_id}/categories.xml
    • ?type=[post|attachment]
  • GET /projects/{project_id}/post_categories
  • GET /projects/{project_id}/attachment_categories

Get One Tag

  • GET /categories/{id}.xml

CREATE

  • POST /projects/{project_id}/categories.xml

UPDATE

  • PUT /categories/{id}.xml

DELETE

  • DELETE /categories/{id}.xml