Get Record By ID
Returns the specified record from a table.
Authentication
AuthorizationBearer
Access token, prefixed by Bearer .
Path parameters
vaultID
objectName
ID
Response
OK
fields
Fields and values for the record. For example, {'field_1':'value_1', 'field_2':'value_2'}.
tokens
Fields and tokens for the record. For example, {'field_1':'token_1', 'field_2':'token_2'}.
fileMetadata
Metadata for the uploaded file, keyed by dynamic column name.