Skip to main content

Retrieve all posts from WordPress

Retrieve all posts from WordPress.

Application

  • WordPress

Inputs (what you have)

NameDescriptionData TypeRequired?Example
Connected accountThe connected account to use for the requestConnected AccountYes
Return all?Whether to return all results or only up to a given limitTrue/FalseNo
LimitMax number of results to returnNumberNo
AfterLimit response to posts published after a given ISO8601 compliant dateDatetimeNo
Author ID 1Limit result set to posts assigned to a specific authorText (Short)No
Author ID 2Limit result set to posts assigned to a specific authorText (Short)No
Author ID 3Limit result set to posts assigned to a specific authorText (Short)No
BeforeLimit response to posts published before a given ISO8601 compliant dateDatetimeNo
Category ID 1Limit result set to all items that have the specified term assigned in the categories taxonomyText (Short)No
Category ID 2Limit result set to all items that have the specified term assigned in the categories taxonomyText (Short)No
Category ID 3Limit result set to all items that have the specified term assigned in the categories taxonomyText (Short)No
ContextScope under which the request is made; determines fields present in responsePredefined Choice ListNo
Exclude categories 1Limit result set to all items except those that have the specified term assigned in the categories taxonomyText (Short)No
Exclude categories 2Limit result set to all items except those that have the specified term assigned in the categories taxonomyText (Short)No
Exclude categories 3Limit result set to all items except those that have the specified term assigned in the categories taxonomyText (Short)No
Exclude tags 1Limit result set to all items except those that have the specified term assigned in the tags taxonomyText (Short)No
Exclude tags 2Limit result set to all items except those that have the specified term assigned in the tags taxonomyText (Short)No
Exclude tags 3Limit result set to all items except those that have the specified term assigned in the tags taxonomyText (Short)No
OrderOrder sort attribute ascending or descendingPredefined Choice ListNo
Order bySort collection by object attributePredefined Choice ListNo
Search termLimit results to those matching a stringText (Short)No
StatusThe status of the postPredefined Choice ListNo
Sticky?Whether to limit the result set to items that are stickyTrue/FalseNo
Tag ID 1Limit result set to all items that have the specified term assigned in the tags taxonomyText (Short)No
Tag ID 2Limit result set to all items that have the specified term assigned in the tags taxonomyText (Short)No
Tag ID 3Limit result set to all items that have the specified term assigned in the tags taxonomyText (Short)No

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