Get one record
productive_getFetch a specific record by ID and include related data in one request, avoiding multiple calls for relationship stubs.
Instructions
Read one record by id, optionally pulling related records in the same call rather than following relationship stubs one at a time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| raw | No | ||
| include | No | ||
| resource | Yes |