List publications
list_publicationsRetrieve an organization's posts newest first with core fields, and filter by state, date range, network, or text search.
Instructions
Posts of an organization, newest first, as a short projection: id, network, state, date and the first words of the text. States are draft, ready (scheduled), publishing, sended (published) and withErrors. Use get_publication for the full record of one, including why it failed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| state | No | Filter by state. 'ready' is what a user calls 'scheduled'. | |
| offset | No | ||
| search | No | Free text search over the post text. | |
| to_date | No | ISO 8601 date, inclusive. | |
| from_date | No | ISO 8601 date, inclusive. | |
| social_network | No | ||
| id_organization | No | The PlanVortex organization id. Optional. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| total | Yes | ||
| publications | Yes |