Get Record By ID

Returns the specified record from a table.

Authentication

AuthorizationBearer

Access token, prefixed by Bearer .

Path parameters

vaultIDstringRequired
objectNamestringRequired
IDstringRequired

Response

OK
fieldsmap from strings to any or null

Fields and values for the record. For example, {'field_1':'value_1', 'field_2':'value_2'}.

tokensmap from strings to any or null

Fields and tokens for the record. For example, {'field_1':'token_1', 'field_2':'token_2'}.

fileMetadatamap from strings to objects or null
Metadata for the uploaded file, keyed by dynamic column name.

Errors