This web service returns the description and metadata of an unstructured document.
Method | Endpoint |
---|---|
GET |
|
Path parameter | Type | Description |
---|---|---|
{docId} |
String | Expects the id associated with the document. Users can get the id by listing documents or searching documents. |
This web service requires authentication on portals with mandatory authentication.
Response body
{
"id": "zDK13oDmZHDXCEPOc4xiyw",
"filename": "FluidTopics-Zoom-KHub-Internals-2015c.pdf",
"title": "FluidTopics-Zoom-KHub-Internals-2015c",
"mimeType": "application/pdf",
"lastEdition": "2023-01-30",
"lastPublication": "2023-01-30T13:32:14.569295",
"baseId": "ft-zoom-khub-internals",
"originId": "documents/FluidTopics-Zoom-KHub-Internals-2015c.pdf",
"clusterId": "ft-zoom-khub-internals",
"description": "Zoom on FT KHub",
"khubVersion": "3.7.6",
"openMode": "FLUIDTOPICS",
"prettyUrl": "/v/u/ft-internal-khub",
"rightsApiEndpoint": "/api/khub/documents/zDK13oDmZHDXCEPOc4xiyw/rights",
"contentApiEndpoint": "/api/khub/documents/zDK13oDmZHDXCEPOc4xiyw/content",
"viewerUrl": "#//v/u/ft-internal-khub",
"metadata": [
{
"key": "author",
"label": "author",
"values": [
"Fabrice LACROIX"
]
}
]
}
Field | Type | Description |
---|---|---|
id |
String | The unique identifier of the document. |
filename |
String | The filename used for this document. |
title |
String | The title used when referencing the document in the Fluid Topics UI. |
mimeType |
String | The MIME type of the document. |
lastEdition |
String | The date of the most recent modification of the document. |
lastPublication |
String | The date of the most recent publication of the document. |
baseId |
String | The baseId of the document. |
originId |
String | The originId of the document. |
clusterId |
String | The clusterId of the document. |
description |
String | The description of the document. |
khubVersion |
String | The version of the processing pipeline last used to publish or reprocess the map. |
openMode |
String | The location where the document opens (in Fluid Topics or externally). |
prettyUrl |
String | The pretty URL of the map (if defined). |
rightsApiEndpoint |
String | The path to follow to get the access rights of a document. |
contentApiEndpoint |
String | The path to follow to retrieve the document content. |
viewerUrl |
String | The URL fragment to use to open the document in a Fluid Topics UI. It is the pretty URL when available. |
metadata |
Array | An array containing the key , values , and label fields. If any of the metadata values follow a hierarchical order, the hierarchical values field is present. |
The description
, khubVersion
, and prettyUrl
fields are optional. An additional optional field, originURL
, is only present when the openMode
object has the value external
.