Request export

Initiates an export of comments, users, and ranks by Conversation ID or date range.

Body Params
string
required

Start date of the export date range in YYYY-MM-DDTHH:MM:SSZ RFC3339 format

string
required

End date of the export date range in YYYY-MM-DDTHH:MM:SSZ RFC3339 format

string

ID of the Conversation from which data is requested

Use one of these approaches to obtain this value:

Article Card

  1. From your OpenWeb Admin Panel, click Moderation > Articles.
  2. Search for a comment associated with the Conversation.
  3. On the comment card, click More > Copy conversation ID to clipboard.

Code

  1. Locate the spot ID. Contact your OpenWeb representative if you do not know this value.
  2. Identify the post ID. This is the unique article identifier assigned to the article page when it is created.
  3. Concatenate the spot ID and postID with an underscore
spotID_postID

Comment Card

  1. From your OpenWeb Admin Panel, click Moderation > Comments.
  2. Search for a comment associated with the Conversation.
  3. On the comment card, click More > Copy conversation ID to clipboard.
string
enum

Character that separates individual data fields within each row of the .csv file

By default, OpenWeb uses ,.

Allowed:
integer
≤ 100000

Number of records per one .csv file

Headers
string
required

JWT token to be used for OpenWeb API

You must obtain the JWT token by making a POST /v1/publisher/auth call.

In the API call, the JWT token must be preceded by the word Bearer.

Example: Authorization: Bearer JWT_TOKEN

string
required

Unique OpenWeb identifier for the property from which data is requested

If you do not know your OpenWeb spot ID, please contact your OpenWeb representative.

Responses

409

Same request already in progress

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json