Show/Hide Toolbars

Gets requested properties for an existing document given its unique key.

Parameters

readDocument Parameter Descriptions

Parameter Name

Data Type

Description

uniqueKey

string

Unique key of the record to read.

properties

List<String>

A list of String values that identify the property names whose values to return with the resulting document record.

Response

readDocument Response Descriptions

Parameter Name

Data Type

Description

document

document

A document record. Only specified property values are returned with the record.