POST /wp-json/wp/v2/posts/{postId}

idUnique identifier for the object.
dateThe date the object was published, in the site's timezone.
date_gmtThe date the object was published, as GMT.
slugAn alphanumeric identifier for the object unique to its type.
statusA named status for the object.
One of: publish, future, draft, pending, private
passwordA password to protect access to the content and excerpt.
titleThe title for the object.
contentThe content for the object.
authorThe ID for the author of the object.
excerptThe excerpt for the object.
featured_mediaThe ID of the featured media for the object.
comment_statusWhether or not comments are open on the object.
One of: open, closed
ping_statusWhether or not the object can be pinged.
One of: open, closed
formatThe format for the object.
One of: standard, aside, chat, gallery, link, image, quote, status, video, audio
metaMeta fields.
stickyWhether or not the object should be treated as sticky.
templateThe theme file to use to display the object.
categoriesThe terms assigned to the object in the category taxonomy.
tagsThe terms assigned to the object in the post_tag taxonomy.

Servers

Path parameters

Name Type Required Description
postId String Yes

Query parameters

Name Type Required Description
content String No
title String No
excerpt String No

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.