Search Content Summaries

Version 4.0.24.16 (latest)

Get Content Summary

Retrieves a collection of content items related to user activity and engagement, such as recently viewed content, favorites and scheduled items.

Request

GET /content_summary
Datatype
Description
Request
HTTP Request
query
HTTP Query
Expand HTTP Query definition...
fields
string
Comma-delimited names of fields to return in responses. Omit for all fields
limit
integer
Number of results to return. (used with offset)
offset
integer
Number of results to skip before returning any. (used with limit)
target_group_id
string
Match group id
target_user_id
string
Match user id
target_content_type
string
Content type to match, options are: look, dashboard. Can be provided as a comma delimited list.
sorts
string
Fields to sort by

Response

200: Content Summary

Datatype
Description
(array)
can
object
Operations the current user is able to perform on this object
id
string
Unique id
content_type
string
Content type
content_id
string
Content id
content_slug
string
Content slug
title
string
Content title
description
string
Content Description
last_viewed_at
string
Last time viewed by current user
user_id
string
ID of user who created the content
user_full_name
string
Full name of user who created the content
is_scheduled
boolean
If the content is scheduled by the current user
favorite_count
integer
Number of favorites
view_count
integer
Number of views
favorite_id
string
Corresponding favorite id if item is favorited by current user
weighted_score
number
group_weighted_score
number
suggestion_score
number
preferred_viewer
string
The preferred route for viewing this content (ie: dashboards or dashboards-next)

400: Bad Request

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link

404: Not Found

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link

422: Validation Error

Datatype
Description
(object)
message
string
Error details
Expand ValidationErrorDetail definition...
field
string
Field with error
code
string
Error code
message
string
Error info message
documentation_url
string
Documentation link
documentation_url
string
Documentation link

429: Too Many Requests

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link