Skip to main content

Get document attribute's versions

GET 

/documents/:documentId/attributes/:attributeKey/versions

Get a listing of a document's attribute versions; available as an Add-On Module

Request

Path Parameters

    documentId stringrequired

    Document Identifier

    attributeKey stringrequired

    Attribute Key

Query Parameters

    siteId string

    Site Identifier

    limit string

    Limit Results

    Default value: 10
    next string

    Next page of results token

Responses

200 OK

Response Headers

  • Access-Control-Allow-Origin

    string

  • Access-Control-Allow-Methods

    string

  • Access-Control-Allow-Headers

    string

Schema

    next string

    Next page of results token

    attributes

    object[]

    List of document attribute versions

  • Array [

  • key string

    Attribute key

    stringValue string

    Attribute with string value

    stringValues string[]

    Attribute with string values

    numberValue number

    Attribute with number value

    numberValues number[]

    Attribute with number values

    booleanValue boolean

    Attribute with boolean value

    insertedDate string

    Inserted Timestamp

    userId string

    User who added attribute

    valueType AttributeValueType (string)

    Attribute Value Type

    Possible values: [BOOLEAN, KEY_ONLY, NUMBER, STRING, PUBLICATION, CLASSIFICATION, COMPOSITE_STRING, RELATIONSHIPS, WATERMARK]

  • ]

Loading...