Skip to main content
POST
/
reports
/
content-engagement
/
{from}
/
{until}
Content engagement signals
curl --request POST \
  --url https://reports-latest.continu.co/api/v1/reports/content-engagement/{from}/{until} \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "archived": true,
  "assignments_completed": true,
  "assignments_pending": true,
  "comments": true,
  "created_at": true,
  "created_by": true,
  "creator": true,
  "creator_email": true,
  "creator_first_name": true,
  "creator_image": true,
  "creator_is_manager": true,
  "creator_job_title": true,
  "creator_last_name": true,
  "creator_userid": true,
  "id": true,
  "in_track_title": true,
  "likes": true,
  "linked_categories": true,
  "metadata": true,
  "on_explore": true,
  "privacy_collaborators": true,
  "privacy_departments": true,
  "privacy_grade": true,
  "privacy_locations": true,
  "privacy_org_level": true,
  "privacy_teams": true,
  "published": true,
  "ratings": true,
  "ratings_average": true,
  "shares": true,
  "tags": true,
  "title": true,
  "type": true,
  "updated_at": true,
  "url": true,
  "views": true,
  "content_filter": {
    "archived": "false",
    "categories": "5f8a1c2d4e6b7a9c0d1e2f91",
    "collaborators": "5f8a1c2d4e6b7a9c0d1e2fa2",
    "content_id": "5f8a1c2d4e6b7a9c0d1e2fb3",
    "created_by": "5f8a1c2d4e6b7a9c0d1e2fc4",
    "departments": "5f8a1c2d4e6b7a9c0d1e2f3a",
    "grades": "5f8a1c2d4e6b7a9c0d1e2f7f",
    "locations": "5f8a1c2d4e6b7a9c0d1e2f4c",
    "org_levels": "5f8a1c2d4e6b7a9c0d1e2f80",
    "teams": "5f8a1c2d4e6b7a9c0d1e2f5d"
  }
}
'
[
  {}
]

Documentation Index

Fetch the complete documentation index at: https://reporting.continu.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API token issued by Continu.

Headers

Authorization
string
required

API token issued by Continu. Send the raw token value (confirm with your Continu contact whether your deployment expects 'Bearer ' or the raw token).

Path Parameters

from
string
required

Start of date range, inclusive. Unix epoch seconds in UTC.

until
string
required

End of date range, exclusive. Unix epoch seconds in UTC.

Body

application/json

Field-selection and filter document.

Request body for the Content endpoint. Set field flags to true to include them in the response; provide filter objects to narrow results.

archived
boolean

Set to true to include archived in the response.

Example:

true

assignments_completed
boolean

Set to true to include assignments_completed in the response.

Example:

true

assignments_pending
boolean

Set to true to include assignments_pending in the response.

Example:

true

comments
boolean

Set to true to include comments in the response.

Example:

true

created_at
boolean

Set to true to include created_at in the response.

Example:

true

created_by
boolean

Set to true to include created_by in the response.

Example:

true

creator
boolean

Set to true to include creator in the response.

Example:

true

creator_email
boolean

Set to true to include creator_email in the response.

Example:

true

creator_first_name
boolean

Set to true to include creator_first_name in the response.

Example:

true

creator_image
boolean

Set to true to include creator_image in the response.

Example:

true

creator_is_manager
boolean

Set to true to include creator_is_manager in the response.

Example:

true

creator_job_title
boolean

Set to true to include creator_job_title in the response.

Example:

true

creator_last_name
boolean

Set to true to include creator_last_name in the response.

Example:

true

creator_userid
boolean

Set to true to include creator_userid in the response.

Example:

true

id
boolean

Set to true to include id in the response.

Example:

true

in_track_title
boolean

Set to true to include in_track_title in the response.

Example:

true

likes
boolean

Set to true to include likes in the response.

Example:

true

linked_categories
boolean

Set to true to include linked_categories in the response.

Example:

true

metadata
boolean

Set to true to include metadata in the response.

Example:

true

on_explore
boolean

Set to true to include on_explore in the response.

Example:

true

privacy_collaborators
boolean

Set to true to include privacy_collaborators in the response.

Example:

true

privacy_departments
boolean

Set to true to include privacy_departments in the response.

Example:

true

privacy_grade
boolean

Set to true to include privacy_grade in the response.

Example:

true

privacy_locations
boolean

Set to true to include privacy_locations in the response.

Example:

true

privacy_org_level
boolean

Set to true to include privacy_org_level in the response.

Example:

true

privacy_teams
boolean

Set to true to include privacy_teams in the response.

Example:

true

published
boolean

Set to true to include published in the response.

Example:

true

ratings
boolean

Set to true to include ratings in the response.

Example:

true

ratings_average
boolean

Set to true to include ratings_average in the response.

Example:

true

shares
boolean

Set to true to include shares in the response.

Example:

true

tags
boolean

Set to true to include tags in the response.

Example:

true

title
boolean

Set to true to include title in the response.

Example:

true

type
boolean

Set to true to include type in the response.

Example:

true

updated_at
boolean

Set to true to include updated_at in the response.

Example:

true

url
boolean

Set to true to include url in the response.

Example:

true

views
boolean

Set to true to include views in the response.

Example:

true

content_filter
object

Filter object. All fields optional; values are comma-separated strings.

Response

Success. Returns an array of records.