Get document's full-text
GET/documents/:documentId/fulltext
Retrieve an OpenSearch document's details, i.e., metadata
Request
Path Parameters
Document Identifier
Query Parameters
Site Identifier
Share Identifier
Responses
- 200
200 OK
Response Headers
Access-Control-Allow-Origin
string
Access-Control-Allow-Methods
string
Access-Control-Allow-Headers
string
- application/json
- Schema
- Example (from schema)
Schema
Site Identifier
Content of document
Document Content-Type
Path or Name of document
Document Content Width property
Document Content Height property
Path or Name of deep link
Inserted Timestamp
Last Modified Timestamp
Document Identifier
User who added document
Document size
Document checksum, changes when document file changes
The type of checksum to use for file validation
Possible values: [SHA1
, SHA256
]
tags
object
metadata
object
attributes
object
property name*
FulltextAttribute
Attribute with string values
Attribute with number values
Attribute with boolean value
Attribute Value Type
Possible values: [BOOLEAN
, KEY_ONLY
, NUMBER
, STRING
, PUBLICATION
, CLASSIFICATION
, COMPOSITE_STRING
, RELATIONSHIPS
, WATERMARK
]
{
"siteId": "string",
"content": "string",
"contentType": "string",
"path": "string",
"width": "string",
"height": "string",
"deepLinkPath": "string",
"insertedDate": "string",
"lastModifiedDate": "string",
"documentId": "string",
"createdBy": "string",
"contentLength": 0,
"checksum": "string",
"checksumType": "SHA1",
"tags": {},
"metadata": {},
"attributes": {}
}