Skip to main content
All CollectionsDevelopment & integration
How do I get all the classifications of a document via API
How do I get all the classifications of a document via API
Lucien Berkani avatar
Written by Lucien Berkani
Updated over a week ago

A document can be assigned to the main PIM classification, as well as to one or more distribution channel classifications.

All these classifications can be retrieved via the API :

[GET] /api/documents/{code_document} (documentation: https://docs.quable.com/reference/getdocumentitem).

You'll find these classifications in the "classifications" section of the JSON response:

Keywords : API, documents, classifications, distribution channels

Did this answer your question?