Skip to main content

Get ∀Doc tags

GET 

/api/v8/partner/any-documents/:document_id/tags

Return all tags assigned to a specific ∀Doc.

Request

Path Parameters

    document_id int64required

    The unique identifier of the document.

Responses

List of tags assigned to a specific ∀Doc.

Schema
    tags object[]required

    The list of tags.

  • Array [
  • id integerrequired

    The unique identifier of the tag.

    name stringrequired

    Possible values: non-empty

    The value of the tag.

  • ]
Loading...