WordPress integration (Productivity, Marketing). Imported from open-connector.
https://api.wordpress.com/users/me
/posts
| Param | Type | Required | Description |
|---|---|---|---|
| search | string | optional | Limit results to resources matching this search string. |
| page | integer | optional | The page number of WordPress results to return. |
| perPage | integer | optional | The maximum number of WordPress results to return. |
| order | string | optional | The sort direction for WordPress list results. |
| status | array | optional | WordPress statuses to include. |
| categories | array | optional | Category IDs used to filter WordPress posts. |
| tags | array | optional | Tag IDs used to filter WordPress posts. |
| include | array | optional | Post IDs to include in the response. |
| exclude | array | optional | Post IDs to exclude from the response. |
| author | array | optional | Author user IDs used to filter WordPress posts. |
| slug | array | optional | Post slugs used to filter WordPress posts. |
| orderby | string | optional | The field used to sort WordPress posts or pages. |
/posts/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | The numeric WordPress resource ID. |
/posts/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | The numeric WordPress resource ID. |
| force | boolean | optional | Whether to permanently delete the resource instead of moving it to trash. |
/pages
| Param | Type | Required | Description |
|---|---|---|---|
| search | string | optional | Limit results to resources matching this search string. |
| page | integer | optional | The page number of WordPress results to return. |
| perPage | integer | optional | The maximum number of WordPress results to return. |
| order | string | optional | The sort direction for WordPress list results. |
| status | array | optional | WordPress statuses to include. |
| include | array | optional | Page IDs to include in the response. |
| exclude | array | optional | Page IDs to exclude from the response. |
| parent | array | optional | Parent page IDs used to filter WordPress pages. |
| author | array | optional | Author user IDs used to filter WordPress pages. |
| slug | array | optional | Page slugs used to filter WordPress pages. |
| orderby | string | optional | The field used to sort WordPress posts or pages. |
/pages/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | The numeric WordPress resource ID. |
/pages/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | The numeric WordPress resource ID. |
| force | boolean | optional | Whether to permanently delete the resource instead of moving it to trash. |
/categories
| Param | Type | Required | Description |
|---|---|---|---|
| search | string | optional | Limit results to resources matching this search string. |
| page | integer | optional | The page number of WordPress results to return. |
| perPage | integer | optional | The maximum number of WordPress results to return. |
| order | string | optional | The sort direction for WordPress list results. |
| include | array | optional | Term IDs to include in the response. |
| exclude | array | optional | Term IDs to exclude from the response. |
| parent | integer | optional | Parent term ID used to filter child terms. |
| slug | array | optional | Term slugs used to filter WordPress terms. |
| hideEmpty | boolean | optional | Whether to hide terms not assigned to any post. |
| orderby | string | optional | The field used to sort WordPress terms. |
/categories
| Param | Type | Required | Description |
|---|---|---|---|
| name | string | required | The term display name. |
| slug | string | optional | The WordPress URL slug. |
| description | string | optional | The term description. |
| parent | integer | optional | The parent term ID. |
| meta | object | optional | Meta fields to send to WordPress. |
/tags
| Param | Type | Required | Description |
|---|---|---|---|
| search | string | optional | Limit results to resources matching this search string. |
| page | integer | optional | The page number of WordPress results to return. |
| perPage | integer | optional | The maximum number of WordPress results to return. |
| order | string | optional | The sort direction for WordPress list results. |
| include | array | optional | Term IDs to include in the response. |
| exclude | array | optional | Term IDs to exclude from the response. |
| parent | integer | optional | Parent term ID used to filter child terms. |
| slug | array | optional | Term slugs used to filter WordPress terms. |
| hideEmpty | boolean | optional | Whether to hide terms not assigned to any post. |
| orderby | string | optional | The field used to sort WordPress terms. |
/tags
| Param | Type | Required | Description |
|---|---|---|---|
| name | string | required | The term display name. |
| slug | string | optional | The WordPress URL slug. |
| description | string | optional | The term description. |
| parent | integer | optional | The parent term ID. |
| meta | object | optional | Meta fields to send to WordPress. |
/comments
| Param | Type | Required | Description |
|---|---|---|---|
| search | string | optional | Limit results to resources matching this search string. |
| page | integer | optional | The page number of WordPress results to return. |
| perPage | integer | optional | The maximum number of WordPress results to return. |
| order | string | optional | The sort direction for WordPress list results. |
| status | array | optional | WordPress comment statuses to include. |
| post | array | optional | Post IDs used to filter comments. |
| author | array | optional | Author user IDs used to filter comments. |
| parent | array | optional | Parent comment IDs used to filter comments. |
| include | array | optional | Comment IDs to include in the response. |
| exclude | array | optional | Comment IDs to exclude from the response. |
| orderby | string | optional | The field used to sort WordPress comments. |
/comments/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | The numeric WordPress resource ID. |
| force | boolean | optional | Whether to permanently delete the resource instead of moving it to trash. |