Resolve objects by ids
Returns lightweight object options for the provided record ids.
POST/api/objects/by-handle/{handle}/by-ids Returns lightweight object options for the provided record ids.
handle*string
Stable handle used in routes and lookups.
Request payload for Resolve objects by ids.
ids*array<>
Object record identifiers to resolve.
Example[
"objrec_123",
"objrec_456"
]