Skip to content

request.objects[]

← Back to the parameter index

Object and link endpoints passed to the requested backend metamethod.

This is a compact property lookup. Use the contextual guide below for the complete feature model, configuration sequence, interactions, examples, and limitations.

Context
method-based object requests
Accepted value
LinkEndpoint[]
Required
No
Default
No documented default.

User scenarios

  • Resolve method arguments from fixed, selected, or created objects.

Related parameters

Contextual guide and evidence

  • Contextual guide: Open the complete human guide
  • Source: apps/panel/src/features/objects/request/composables/use-build-request-config.ts, symbol buildRequestConfig
  • Example coverage: Complete — The Requests guide shows a fixed objectId endpoint in the full method request.
  • Demo coverage: Complete — The real endpoint resolver sends local-order-001 in the method request objects array. Open the runnable demo .

The panel source named above remains authoritative for runtime behavior. This secondary reference page is generated from the reviewed parameter matrix and does not replace the contextual guide.