Recordsets
Returns a single record from a recordset which matches the key value
When called against a binary recordset this returns the binary object as an http attachment
When called against a tabular recordset the object that is returned is dynamically typed using the field definitions for the recordset.
get/api/recordsets/{id}/data/{keyvalue}
Path parameters
idinteger required
The recordset to acquire a record from.
keyvaluestring required
The value of the key for the desired record
Response
Ok