record
Get record
Retrieve a single record by its ID with options to specify field projections and output format.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
If you want to get only some fields, pass in this parameter, otherwise all visible fields will be obtained, The parameter value depends on the specified fieldKeyType to determine whether it is name or id
Define the return value formate, you can set it to text if you only need simple string value
Available options:
json
, text
Define the key type of record.fields[key], You can click "systemInfo" in the field edit box to get fieldId or enter the table design screen with all the field details
Available options:
id
, name
, dbFieldName
Response
200 - application/json
Success
The response is of type object
.