WordPress Connector Objects
Name | Description |
---|---|
Categories | Create, update, delete, and query Categories to use for categorizing your posts. |
Comments | Create, update, delete, and query Comments associated with a post. |
Media | Create, update, delete, and query Media to attach in your posts. |
Members | Create, update, delete, and list the Members of the website. |
Pages | Create, update, delete, and query Wordpress Pages. |
Plugins | Create, update, delete, and query Plugins. |
Posts | Create, update, delete, and query Wordpress Posts. |
Tags | Create, update, delete, and query Tags to associate with your posts. |
Taxonomies | List all the taxonomies. |
TaxonomyTerms | List all terms of the taxonomies. |
Users | Create, update, delete, and list the Users of the website. |
Name | Type | ReadOnly | References | FilterOnly | Description |
---|---|---|---|---|---|
Id [KEY] | Integer | True | No | Unique identifier for the term. | |
Count | Integer | True | No | Number of published posts for the term. | |
Description | String | False | No | HTML description of the term. | |
Link | String | True | No | URL of the term. | |
Name | String | False | No | HTML title for the term. | |
Taxonomy | String | True | No | Type attribution for the term. | |
Parent | Integer | False | No | The parent term ID. |
Name | Type | ReadOnly | References | FilterOnly | Description |
---|---|---|---|---|---|
Id [KEY] | Integer | True | No | Unique identifier for the object. | |
Author | Integer | False | No | The ID of the user object, if author was a user. | |
AuthorEmail | String | False | No | Email address for the object author. To retrieve and filter the values for this column, use context=edit in the WHERE clause. | |
AuthorIp | String | False | No | IP address for the object author. To retrieve the values for this column, use context=edit in the WHERE clause. | |
AuthorName | String | False | No | Display name for the object author. | |
AuthorUrl | String | False | No | URL for the object author. | |
Date | Datetime | False | No | The date the object was published. | |
DateGMT | Datetime | False | No | The date the object was published as GMT. | |
Status | String | False | No | State of the object. | |
Type | String | True | No | Type of Comment for the object. | |
Parent | Integer | False | No | The ID for the parent of the object. | |
Content | String | False | No | The content for the object. | |
PostId | Integer | False | No | The ID of the associated post object. | |
Link | String | True | No | URL to the object. | |
Context | String | False | Yes | Scope under which the request is made; determines fields present in response. |
Name | Type | ReadOnly | References | FilterOnly | Description |
---|---|---|---|---|---|
Id [KEY] | Integer | True | No | Unique identifier for the object. | |
Title | String | False | No | The title for the object. | |
Date | Datetime | False | No | The date the object was published, in the site's timezone. | |
DateGMT | Datetime | False | No | The date the object was published, as GMT. | |
Modified | Datetime | True | No | The date the object was last modified, in the site's timezone. | |
ModifiedGMT | Datetime | True | No | The date the object was last modified, as GMT. | |
Status | String | False | No | A named status for the object. | |
Type | String | True | No | Type of Post for the object. | |
AuthorId | Integer | False | No | The ID for the author of the object. | |
CommentStatus | String | False | No | Whether or not comments are open on the object. | |
PingStatus | String | False | No | Whether or not the object can be pinged. | |
Caption | String | False | No | The attachment caption. | |
Description | String | False | No | The attachment description. | |
MediaType | String | True | No | Attachment type. | |
MimeType | String | True | No | The attachment MIME type. | |
PostId | Integer | False | No | The ID for the associated post of the attachment. | |
SourceUrl | String | True | No | URL to the original attachment file. | |
Link | String | True | No | URL to the object. | |
FileLocation | String | False | Yes | The location of the file to be uploaded. |
Name | Type | ReadOnly | References | FilterOnly | Description |
---|---|---|---|---|---|
Id [KEY] | Integer | True | No | Unique identifier for the post | |
Date | Datetime | False | No | The date the post was created in the site's timezone | |
DateGMT | Datetime | False | No | Date in the GMT format | |
Slug | String | False | No | Slug Type | |
Status | String | False | No | A named status for the post | |
Title | Object | False | No | The title for the post | |
Link | String | False | No | Member link |
Name | Type | ReadOnly | References | FilterOnly | Description |
---|---|---|---|---|---|
Id [KEY] | Integer | True | No | Unique identifier for the object. | |
Author | Integer | False | No | The ID for the author of the object. | |
Title | String | False | No | The title for the object. | |
Date | Datetime | False | No | The date the object was published, in the site's timezone. | |
DateGMT | Datetime | False | No | The date the object was published, as GMT. | |
Link | String | True | No | URL to the object. | |
Modified | Datetime | True | No | The date the object was last modified, in the site's timezone. | |
ModifiedGMT | Datetime | True | No | The date the object was last modified, as GMT. | |
Status | String | False | No | A named status for the object. One of: publish, future, draft, pending, private. | |
Type | String | True | No | Type of Post for the object. | |
Parent | Integer | False | No | The ID for the parent of the object. | |
Content | String | False | No | The content for the object. | |
MediaId | Integer | False | No | The ID of the featured media for the object. | |
CommentStatus | String | False | No | Whether or not comments are open on the object. | |
PingStatus | String | False | No | Whether or not the object can be pinged. | |
MenuOrder | Integer | False | No | The order of the object in relation to other object of its type. |
Name | Type | ReadOnly | References | FilterOnly | Description |
---|---|---|---|---|---|
Plugin [KEY] | String | True | No | The plugin file. | |
Name | String | True | No | The plugin name. | |
Author | String | True | No | The plugin author. | |
DescriptionRaw | String | True | No | The plugin description. | |
DescriptionRendered | String | True | No | The plugin description. | |
NetworkOnly | Boolean | True | No | Whether the plugin can only be activated network-wide. | |
RequiresPhp | String | True | No | Minimum required version of PHP. | |
RequiresWp | String | True | No | Minimum required version of WordPress. | |
Status | String | False | No | The plugin activation status. | |
TextDomain | String | True | No | The plugin's text domain. | |
Version | String | True | No | The plugin version number. | |
AuthorUri | String | True | No | Plugin author's website address. | |
PluginUri | String | True | No | The plugin's website address. | |
Slug | String | False | Yes | WordPress.org plugin directory slug. This column is only required for INSERT and it is not included in the SELECT response. | |
Context | String | False | Yes | Scope under which the request is made; determines fields present in response. |
Name | Type | ReadOnly | References | FilterOnly | Description |
---|---|---|---|---|---|
Id [KEY] | Integer | True | No | Unique identifier for the object. | |
Title | String | False | No | The title for the object. | |
CommentStatus | String | False | No | Whether or not comments are open on the object. | |
Categories | String | False | No | Categories assigned to the post in comma separated values | |
Tags | String | False | No | Tags assigned to the post in comma separated values. | |
Author | Integer | False | No | The ID for the author of the object. | |
Date | Datetime | False | No | The date the object was published, in the site's timezone. | |
DateGMT | Datetime | False | No | The date the object was published, as GMT. | |
Modified | Datetime | True | No | The date the object was last modified, in the site's timezone. | |
ModifiedGMT | Datetime | True | No | The date the object was last modified, as GMT. | |
Status | String | False | No | A named status for the object. One of: publish, future, draft, pending, private. | |
Type | String | True | No | Type of Post for the object. | |
Content | String | False | No | The content for the object. | |
Excerpt | String | False | No | The excerpt for the object. | |
PingStatus | String | False | No | Whether or not the object can be pinged. | |
Format | String | False | No | The format for the object. | |
Sticky | Boolean | False | No | Whether or not the object should be treated as sticky. | |
Url | String | True | No | URL to the object. | |
MediaId | Integer | False | No | The ID of the featured media for the object. | |
TaxonomyTerms | String | False | Yes | Terms of the taxonomy that needs to be assigned to the post | |
Context | String | False | Yes | Scope under which the request is made; determines fields present in response. |
Name | Type | ReadOnly | References | FilterOnly | Description |
---|---|---|---|---|---|
Id [KEY] | Integer | True | No | Unique identifier for the term. | |
Count | Integer | True | No | Number of published posts for the term. | |
Description | String | False | No | HTML description of the term. | |
Link | String | True | No | URL of the term. | |
Name | String | False | No | HTML title for the term. | |
Taxonomy | String | True | No | Type attribution for the term. |
Name | Type | ReadOnly | References | FilterOnly | Description |
---|---|---|---|---|---|
Hierarchical | Boolean | True | No | Whether or not the taxonomy should have children. | |
Name | String | True | No | The title for the taxonomy. | |
Slug [KEY] | String | True | No | An alphanumeric identifier for the taxonomy. | |
RestBase | String | True | No | REST base route for the taxonomy. | |
Description | String | True | No | A description of the taxonomy. | |
Context | String | False | Yes | Scope under which the request is made; determines fields present in response. |
Name | Type | ReadOnly | References | FilterOnly | Description |
---|---|---|---|---|---|
id | Integer | True | No | The id of the term in the taxonomy. | |
Count | Integer | True | No | Count of it's presence. | |
Link | String | True | No | Labels for the taxonomy for various contexts. | |
Name | String | True | No | The title for the taxonomy term. | |
Slug | String | True | No | An alphanumeric identifier for the taxonomy term. | |
Taxonomy | String | True | No | Taxonomy in which this term is present | |
Parent | Integer | True | No | The id of the parent taxonomy | |
Description | String | True | No | A description of the taxonomy term. |
Name | Type | ReadOnly | References | FilterOnly | Description |
---|---|---|---|---|---|
Id [KEY] | Integer | True | No | Unique identifier for the user. | |
Username | String | False | No | Login name for the user. | |
Name | String | False | No | Display name for the user. | |
FirstName | String | False | No | First name for the user. | |
LastName | String | False | No | Last name for the user. | |
String | False | No | The email address for the user. | ||
Roles | String | False | No | Roles 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. | |
Description | String | False | No | Description of the user. | |
Locale | String | False | No | Locale for the user. | |
Nickname | String | False | No | The nickname for the user. | |
RegisteredDate | Datetime | True | No | Registration date for the user. | |
Link | String | True | No | Author URL of the user. | |
Url | String | False | No | URL of the user. | |
Administrator | Boolean | True | No | Whether or not the user is Administrator. | |
EditPosts | Boolean | True | No | Whether or not the user can edit posts. | |
PublishPosts | Boolean | True | No | Whether or not the user can publish posts. | |
DeletePosts | Boolean | True | No | Whether or not the user can delete posts. | |
EditPages | Boolean | True | No | Whether or not the user can edit pages. | |
PublishPages | Boolean | True | No | Whether or not the user can publish pages. | |
DeletePages | Boolean | True | No | Whether or not the user can delete pages. | |
EditUsers | Boolean | True | No | Whether or not the user can edit users. | |
CreateUsers | Boolean | True | No | Whether or not the user can create users. | |
PromoteUsers | Boolean | True | No | Whether or not the user can promote users. | |
DeleteUsers | Boolean | True | No | Whether or not the user can delete users. | |
EditThemes | Boolean | True | No | Whether or not the user can edit themes. | |
UpdateThemes | Boolean | True | No | Whether or not the user can update themes. | |
InstallThemes | Boolean | True | No | Whether or not the user can install themes. | |
DeleteThemes | Boolean | True | No | Whether or not the user can delete themes. | |
SwitchThemes | Boolean | True | No | Whether or not the user can switch themes. | |
ActivatePlugins | Boolean | True | No | Whether or not the user can activate plugins. | |
UpdatePlugins | Boolean | True | No | Whether or not the user can update plugins. | |
EditPlugins | Boolean | True | No | Whether or not the user can edit plugins. | |
DeletePlugins | Boolean | True | No | Whether or not the user can delete plugins. | |
EditFiles | Boolean | True | No | Whether or not the user can edit files. | |
UploadFiles | Boolean | True | No | Whether or not the user can upload files. | |
ManageOptions | Boolean | True | No | Whether or not the user can manage options. | |
ManageCategories | Boolean | True | No | Whether or not the user can manage categories. | |
EditDashboard | Boolean | True | No | Whether or not the user can edit dashboard. | |
Password | String | False | Yes | Password for the user (never included). | |
Context | String | False | Yes | Scope under which the request is made; determines fields present in response. |