WordPress Connector Objects

NameDescription
CategoriesCreate, update, delete, and query Categories to use for categorizing your posts.
CommentsCreate, update, delete, and query Comments associated with a post.
MediaCreate, update, delete, and query Media to attach in your posts.
MembersCreate, update, delete, and list the Members of the website.
PagesCreate, update, delete, and query Wordpress Pages.
PluginsCreate, update, delete, and query Plugins.
PostsCreate, update, delete, and query Wordpress Posts.
TagsCreate, update, delete, and query Tags to associate with your posts.
TaxonomiesList all the taxonomies.
TaxonomyTermsList all terms of the taxonomies.
UsersCreate, update, delete, and list the Users of the website.
NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]IntegerTrueNoUnique identifier for the term.
CountIntegerTrueNoNumber of published posts for the term.
DescriptionStringFalseNoHTML description of the term.
LinkStringTrueNoURL of the term.
NameStringFalseNoHTML title for the term.
TaxonomyStringTrueNoType attribution for the term.
ParentIntegerFalseNoThe parent term ID.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]IntegerTrueNoUnique identifier for the object.
AuthorIntegerFalseNoThe ID of the user object, if author was a user.
AuthorEmailStringFalseNoEmail address for the object author. To retrieve and filter the values for this column, use context=edit in the WHERE clause.
AuthorIpStringFalseNoIP address for the object author. To retrieve the values for this column, use context=edit in the WHERE clause.
AuthorNameStringFalseNoDisplay name for the object author.
AuthorUrlStringFalseNoURL for the object author.
DateDatetimeFalseNoThe date the object was published.
DateGMTDatetimeFalseNoThe date the object was published as GMT.
StatusStringFalseNoState of the object.
TypeStringTrueNoType of Comment for the object.
ParentIntegerFalseNoThe ID for the parent of the object.
ContentStringFalseNoThe content for the object.
PostIdIntegerFalseNoThe ID of the associated post object.
LinkStringTrueNoURL to the object.
ContextStringFalseYesScope under which the request is made; determines fields present in response.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]IntegerTrueNoUnique identifier for the object.
TitleStringFalseNoThe title for the object.
DateDatetimeFalseNoThe date the object was published, in the site's timezone.
DateGMTDatetimeFalseNoThe date the object was published, as GMT.
ModifiedDatetimeTrueNoThe date the object was last modified, in the site's timezone.
ModifiedGMTDatetimeTrueNoThe date the object was last modified, as GMT.
StatusStringFalseNoA named status for the object.
TypeStringTrueNoType of Post for the object.
AuthorIdIntegerFalseNoThe ID for the author of the object.
CommentStatusStringFalseNoWhether or not comments are open on the object.
PingStatusStringFalseNoWhether or not the object can be pinged.
CaptionStringFalseNoThe attachment caption.
DescriptionStringFalseNoThe attachment description.
MediaTypeStringTrueNoAttachment type.
MimeTypeStringTrueNoThe attachment MIME type.
PostIdIntegerFalseNoThe ID for the associated post of the attachment.
SourceUrlStringTrueNoURL to the original attachment file.
LinkStringTrueNoURL to the object.
FileLocationStringFalseYesThe location of the file to be uploaded.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]IntegerTrueNoUnique identifier for the post
DateDatetimeFalseNoThe date the post was created in the site's timezone
DateGMTDatetimeFalseNoDate in the GMT format
SlugStringFalseNoSlug Type
StatusStringFalseNoA named status for the post
TitleObjectFalseNoThe title for the post
LinkStringFalseNoMember link

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]IntegerTrueNoUnique identifier for the object.
AuthorIntegerFalseNoThe ID for the author of the object.
TitleStringFalseNoThe title for the object.
DateDatetimeFalseNoThe date the object was published, in the site's timezone.
DateGMTDatetimeFalseNoThe date the object was published, as GMT.
LinkStringTrueNoURL to the object.
ModifiedDatetimeTrueNoThe date the object was last modified, in the site's timezone.
ModifiedGMTDatetimeTrueNoThe date the object was last modified, as GMT.
StatusStringFalseNoA named status for the object. One of: publish, future, draft, pending, private.
TypeStringTrueNoType of Post for the object.
ParentIntegerFalseNoThe ID for the parent of the object.
ContentStringFalseNoThe content for the object.
MediaIdIntegerFalseNoThe ID of the featured media for the object.
CommentStatusStringFalseNoWhether or not comments are open on the object.
PingStatusStringFalseNoWhether or not the object can be pinged.
MenuOrderIntegerFalseNoThe order of the object in relation to other object of its type.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Plugin [KEY]StringTrueNoThe plugin file.
NameStringTrueNoThe plugin name.
AuthorStringTrueNoThe plugin author.
DescriptionRawStringTrueNoThe plugin description.
DescriptionRenderedStringTrueNoThe plugin description.
NetworkOnlyBooleanTrueNoWhether the plugin can only be activated network-wide.
RequiresPhpStringTrueNoMinimum required version of PHP.
RequiresWpStringTrueNoMinimum required version of WordPress.
StatusStringFalseNoThe plugin activation status.
TextDomainStringTrueNoThe plugin's text domain.
VersionStringTrueNoThe plugin version number.
AuthorUriStringTrueNoPlugin author's website address.
PluginUriStringTrueNoThe plugin's website address.
SlugStringFalseYesWordPress.org plugin directory slug. This column is only required for INSERT and it is not included in the SELECT response.
ContextStringFalseYesScope under which the request is made; determines fields present in response.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]IntegerTrueNoUnique identifier for the object.
TitleStringFalseNoThe title for the object.
CommentStatusStringFalseNoWhether or not comments are open on the object.
CategoriesStringFalseNoCategories assigned to the post in comma separated values
TagsStringFalseNoTags assigned to the post in comma separated values.
AuthorIntegerFalseNoThe ID for the author of the object.
DateDatetimeFalseNoThe date the object was published, in the site's timezone.
DateGMTDatetimeFalseNoThe date the object was published, as GMT.
ModifiedDatetimeTrueNoThe date the object was last modified, in the site's timezone.
ModifiedGMTDatetimeTrueNoThe date the object was last modified, as GMT.
StatusStringFalseNoA named status for the object. One of: publish, future, draft, pending, private.
TypeStringTrueNoType of Post for the object.
ContentStringFalseNoThe content for the object.
ExcerptStringFalseNoThe excerpt for the object.
PingStatusStringFalseNoWhether or not the object can be pinged.
FormatStringFalseNoThe format for the object.
StickyBooleanFalseNoWhether or not the object should be treated as sticky.
UrlStringTrueNoURL to the object.
MediaIdIntegerFalseNoThe ID of the featured media for the object.
TaxonomyTermsStringFalseYesTerms of the taxonomy that needs to be assigned to the post
ContextStringFalseYesScope under which the request is made; determines fields present in response.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]IntegerTrueNoUnique identifier for the term.
CountIntegerTrueNoNumber of published posts for the term.
DescriptionStringFalseNoHTML description of the term.
LinkStringTrueNoURL of the term.
NameStringFalseNoHTML title for the term.
TaxonomyStringTrueNoType attribution for the term.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
HierarchicalBooleanTrueNoWhether or not the taxonomy should have children.
NameStringTrueNoThe title for the taxonomy.
Slug [KEY]StringTrueNoAn alphanumeric identifier for the taxonomy.
RestBaseStringTrueNoREST base route for the taxonomy.
DescriptionStringTrueNoA description of the taxonomy.
ContextStringFalseYesScope under which the request is made; determines fields present in response.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
idIntegerTrueNoThe id of the term in the taxonomy.
CountIntegerTrueNoCount of it's presence.
LinkStringTrueNoLabels for the taxonomy for various contexts.
NameStringTrueNoThe title for the taxonomy term.
SlugStringTrueNoAn alphanumeric identifier for the taxonomy term.
TaxonomyStringTrueNoTaxonomy in which this term is present
ParentIntegerTrueNoThe id of the parent taxonomy
DescriptionStringTrueNoA description of the taxonomy term.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]IntegerTrueNoUnique identifier for the user.
UsernameStringFalseNoLogin name for the user.
NameStringFalseNoDisplay name for the user.
FirstNameStringFalseNoFirst name for the user.
LastNameStringFalseNoLast name for the user.
EmailStringFalseNoThe email address for the user.
RolesStringFalseNoRoles assigned to the user. Use this with IN operator. To retrieve and filter the values for this column, use context=edit in the WHERE clause.
DescriptionStringFalseNoDescription of the user.
LocaleStringFalseNoLocale for the user.
NicknameStringFalseNoThe nickname for the user.
RegisteredDateDatetimeTrueNoRegistration date for the user.
LinkStringTrueNoAuthor URL of the user.
UrlStringFalseNoURL of the user.
AdministratorBooleanTrueNoWhether or not the user is Administrator.
EditPostsBooleanTrueNoWhether or not the user can edit posts.
PublishPostsBooleanTrueNoWhether or not the user can publish posts.
DeletePostsBooleanTrueNoWhether or not the user can delete posts.
EditPagesBooleanTrueNoWhether or not the user can edit pages.
PublishPagesBooleanTrueNoWhether or not the user can publish pages.
DeletePagesBooleanTrueNoWhether or not the user can delete pages.
EditUsersBooleanTrueNoWhether or not the user can edit users.
CreateUsersBooleanTrueNoWhether or not the user can create users.
PromoteUsersBooleanTrueNoWhether or not the user can promote users.
DeleteUsersBooleanTrueNoWhether or not the user can delete users.
EditThemesBooleanTrueNoWhether or not the user can edit themes.
UpdateThemesBooleanTrueNoWhether or not the user can update themes.
InstallThemesBooleanTrueNoWhether or not the user can install themes.
DeleteThemesBooleanTrueNoWhether or not the user can delete themes.
SwitchThemesBooleanTrueNoWhether or not the user can switch themes.
ActivatePluginsBooleanTrueNoWhether or not the user can activate plugins.
UpdatePluginsBooleanTrueNoWhether or not the user can update plugins.
EditPluginsBooleanTrueNoWhether or not the user can edit plugins.
DeletePluginsBooleanTrueNoWhether or not the user can delete plugins.
EditFilesBooleanTrueNoWhether or not the user can edit files.
UploadFilesBooleanTrueNoWhether or not the user can upload files.
ManageOptionsBooleanTrueNoWhether or not the user can manage options.
ManageCategoriesBooleanTrueNoWhether or not the user can manage categories.
EditDashboardBooleanTrueNoWhether or not the user can edit dashboard.
PasswordStringFalseYesPassword for the user (never included).
ContextStringFalseYesScope under which the request is made; determines fields present in response.

Return to Top