findById method retrieves a single record by its unique identifier.
Configuration Example
Implementation Examples
REST API Mapping Implementation (Recommended)
File:find-by-id.rest.yml
Operation Mapping Implementation
File:find-by-id.yml
JavaScript Implementation
File:find-by-id.js
Input
| Property | Type | Description |
|---|---|---|
id | string | The ID of the record to retrieve |
credentials | object | Authentication credentials |
parameters | object | Method-specific parameters |
Return Value
| Property | Type | Description |
|---|---|---|
record | object | The record in API format (before fieldsFromApi) |