Skip to main content

EDAPI_OBJECT_CONTENT

Fetch object content from EDAPI and return it as blob or configured outputs. The content id can be provided via cfg.contentId or via a text input.

At a glance

  • Category EDAPI
  • Version: 1.0.4
  • Applications: all
  • Scope: all

Config Options

NameDescriptionDefaultRequiredResolvedConstraintsConditional Rules
contentIdExplicit content id to fetch. If omitted, the step will try to read the id from the default text input.NonefalsetrueNoneNone
formatFormat of the content to fetch.lowresfalsefalseNoneNone

Inputs

TypeDescriptionDefaultRequiredResolved
textAlternate input path to read the content id from the flow context (used if contentId is not provided).Nonefalsefalse

Outputs

TypeDescriptionOptional
blobThe fetched content blob (default output).false

Examples

Fetch content by id from flowContext

- step: SELECTED_OBJECT
- step: EDAPI_OBJECT_CONTENT
# contentId: "{{ flowContext.text }}"
format: lowres

See Also

General Resources: