GetOptionsBody

Body for Get Action Field Options. `context` carries any earlier cascading selections (e.g. `{ salesforce_object: "Account" }` for Salesforce field lookups). Resolvers without cascades accept an empty body.

Properties

contextobject

Optional context for cascading resolvers. Keys are snake-cased and match the parent field's public name. Resolvers accept multiple snake-cased spellings — calling without a required key returns 400 listing the accepted spellings.

Example

GetOptionsBody example
{
  "context": {}
}