Ghost integration (Productivity, Marketing). Imported from open-connector.
{site_url}/ghost/api/content/v5.0/posts/
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of resources to request from Ghost. |
| page | integer | optional | The one-based page number to request from Ghost. |
| include | string | optional | Comma-separated Ghost include expression, such as authors,tags or count.posts. |
| fields | string | optional | Comma-separated Ghost field list to return. |
| formats | string | optional | Comma-separated Ghost formats to return, such as html,plaintext. |
| filter | string | optional | Ghost Content API filter expression. |
| order | string | optional | Ghost Content API order expression. |
/posts/{id}/
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Ghost resource ID. |
| slug | string | optional | The Ghost resource slug. |
| include | string | optional | Comma-separated Ghost include expression, such as authors,tags or count.posts. |
| fields | string | optional | Comma-separated Ghost field list to return. |
| formats | string | optional | Comma-separated Ghost formats to return, such as html,plaintext. |
/pages/
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of resources to request from Ghost. |
| page | integer | optional | The one-based page number to request from Ghost. |
| include | string | optional | Comma-separated Ghost include expression, such as authors,tags or count.posts. |
| fields | string | optional | Comma-separated Ghost field list to return. |
| formats | string | optional | Comma-separated Ghost formats to return, such as html,plaintext. |
| filter | string | optional | Ghost Content API filter expression. |
| order | string | optional | Ghost Content API order expression. |
/pages/{id}/
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Ghost resource ID. |
| slug | string | optional | The Ghost resource slug. |
| include | string | optional | Comma-separated Ghost include expression, such as authors,tags or count.posts. |
| fields | string | optional | Comma-separated Ghost field list to return. |
| formats | string | optional | Comma-separated Ghost formats to return, such as html,plaintext. |
/tags/
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of resources to request from Ghost. |
| page | integer | optional | The one-based page number to request from Ghost. |
| include | string | optional | Comma-separated Ghost include expression, such as authors,tags or count.posts. |
| fields | string | optional | Comma-separated Ghost field list to return. |
| formats | string | optional | Comma-separated Ghost formats to return, such as html,plaintext. |
| filter | string | optional | Ghost Content API filter expression. |
| order | string | optional | Ghost Content API order expression. |
/tags/{id}/
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Ghost resource ID. |
| slug | string | optional | The Ghost resource slug. |
| include | string | optional | Comma-separated Ghost include expression, such as authors,tags or count.posts. |
| fields | string | optional | Comma-separated Ghost field list to return. |
| formats | string | optional | Comma-separated Ghost formats to return, such as html,plaintext. |
/authors/
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of resources to request from Ghost. |
| page | integer | optional | The one-based page number to request from Ghost. |
| include | string | optional | Comma-separated Ghost include expression, such as authors,tags or count.posts. |
| fields | string | optional | Comma-separated Ghost field list to return. |
| formats | string | optional | Comma-separated Ghost formats to return, such as html,plaintext. |
| filter | string | optional | Ghost Content API filter expression. |
| order | string | optional | Ghost Content API order expression. |
/authors/{id}/
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Ghost resource ID. |
| slug | string | optional | The Ghost resource slug. |
| include | string | optional | Comma-separated Ghost include expression, such as authors,tags or count.posts. |
| fields | string | optional | Comma-separated Ghost field list to return. |
| formats | string | optional | Comma-separated Ghost formats to return, such as html,plaintext. |
/settings/