Skip to main content

Retrieve all assets from Contentful

Retrieve all assets from Contentful.

Application

  • Contentful

Inputs (what you have)

NameDescriptionData TypeRequired?Example
Connected AccountThe connected account to use for the requestConnected AccountYes
SourcePick where your data comes from, delivery or preview APIPredefined Choice ListNo
Environment IDThe ID for the Contentful environment (e.g. master, staging, etc.). Depending on your plan, you might not have environments. In that case use "master"Text (Short)No
Return all?Whether to return all results or only up to a given limitTrue/FalseNo
LimitMax number of results to returnNumberNo
EqualSearch for all data that matches the condition: {attribute}={value}. Attribute can use dot notationText (Short)No
ExcludeSearch for all data that matches the condition: {attribute}[nin]={value}. Attribute can use dot notationText (Short)No
ExistSearch for all data that matches the condition: {attribute}[exists]={value}. Attribute can use dot notationText (Short)No
FieldsThe select operator allows you to choose what fields to return from an entity. You can choose multiple values by combining comma-separated operatorsText (Long)No
IncludeSearch for all data that matches the condition: {attribute}[in]={value}. Attribute can use dot notationText (Short)No
Not equalSearch for all data that matches the condition: {attribute}[ne]={value}. Attribute can use dot notationText (Short)No
OrderYou can order items in the response by specifying the order search parameter. You can use sys properties (such as sys.createdAt) or field values (such as fields.myCustomDateField) for orderingText (Short)No
QueryFull-text search is case insensitive and might return more results than expected. A query will only take values with more than 1 characterText (Long)No
RAW data?Whether the data should be returned RAW instead of parsedTrue/FalseNo

Outputs (what you get)

NameDescriptionData TypeRequired?Example
JSON OutputJSON output returned by the APIText (Long)No

Outcomes

NameDescription
SuccessThis status is selected if the job has successfully completed.
UnsuccessfulThis status is selected if the job has completed unsuccessfully.

Requirements

  • N/A