Skip to main content

Get document tag by key

GET 

/documents/:documentId/tags/:tagKey

Get a document tag by using its key

Request

Path Parameters

    documentId stringrequired

    Document Identifier

    tagKey stringrequired

    Tag Key

Query Parameters

    siteId string

    Site Identifier

    shareKey string

    Share Identifier

Responses

200 OK

Response Headers

  • Access-Control-Allow-Origin

    string

  • Access-Control-Allow-Methods

    string

  • Access-Control-Allow-Headers

    string

Schema

    insertedDate string

    Inserted Timestamp

    documentId string

    Document Identifier

    type string

    Tag type

    userId string

    User who added document

    value string

    Tag value

    values string[]

    Tag values

    key string

    Tag key

Loading...