Versions Compared

Key

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

/api/contextual-categories

 


Methods

GET, POST, PUT, DELETE

 


ParameterDescription
idIdentifier, required for PUT/DELETE
nameName of the category
passive1/0 optional. Passive tags are not used for the classification engine

...

Code Block
{
	"response": {
		"status": "OK",
		"contextual_categories": [{
			"id": "1",
			"customer": null,
			"name": "News",
			"passive": "0",
			"deleted": "0",
			"modified": "2017-02-22 13:57:57",
			"created": "2017-02-22 13:57:57"
		}, { ... }]
	}
}

...


/api/contextual-categories-urls

 


Methods

GET, POST, PUT, DELETE 


ParametersDescription
idIdentifier, required for PUT/DELETE
category_idThe identifier of the Contextual Category
urlValid URL

...