Skip to content
APIANT
GuidePlatformv1

Get

Retrieve one record by ID.

The simplest read operation — no filtering, no pagination, one record out. When the API exposes them, Get returns all custom fields on the record alongside the standard ones.

Common usage

  • After Find returns a partial hit — Get pulls the full object.
  • After a trigger fires with only an ID in the payload (common webhook shape) — Get fetches the details.
  • After Add returns only an ID — Get pulls the final record with server-set fields.
Last updated May 4, 2026