The READ_DOCUMENT_METADATA action is used to read metadata values of a document within the Nuxeo repository.
The input parameters for READ_DOCUMENT_METADATA are:
Parameter | Type | Required | Description |
---|---|---|---|
documentId | String | Optional | Identifier of a document that exists in the Nuxeo repository. |
documentPath | String | Optional | Identifier of a document path that exists in Nuxeo repository. |
The output parameters from READ_DOCUMENT_METADATA are:
Parameter | Type | Required | Description |
---|---|---|---|
documentMetadata | String | Optional | Document metadata from the Nuxeo repository. |