Skip to main content

Get Document Tags

GET 

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

Return all Tag assigned to a specific Document.

Request

Path Parameters

    document_id int64required

    The unique identifier of the document.

Responses

List of tags assigned to a specific Document.

Schema
    anyOf
    tags object[]required

    The list of tags.

  • Array [
  • id integerrequired

    The unique identifier of the tag.

    name stringrequired

    The value of the tag.

  • ]
Loading...