Version 4.0.24.18 (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
query
Expand HTTP Query definition...
fields
Comma-delimited names of fields to return in responses. Omit for all fields
limit
Number of results to return. (used with offset)
offset
Number of results to skip before returning any. (used with limit)
target_group_id
Match group id
target_user_id
Match user id
target_content_type
Content type to match, options are: look, dashboard. Can be provided as a comma delimited list.
sorts
Fields to sort by
Response
200: Content Summary
Datatype
Description
(array)
can
lock
Operations the current user is able to perform on this object
id
lock
Unique id
content_type
lock
Content type
content_id
lock
Content id
content_slug
lock
Content slug
content_url
lock
Content url
title
lock
Content title
description
lock
Content Description
last_viewed_at
lock
Last time viewed by current user
user_id
lock
ID of user who created the content
user_full_name
lock
Full name of user who created the content
is_scheduled
lock
If the content is scheduled by the current user
favorite_count
lock
Number of favorites
view_count
lock
Number of views
favorite_id
lock
Corresponding favorite id if item is favorited by current user
weighted_score
lock
group_weighted_score
lock
suggestion_score
lock
preferred_viewer
lock
The preferred route for viewing this content (ie: dashboards or dashboards-next)
400: Bad Request
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link
404: Not Found
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link
422: Validation Error
Datatype
Description
(object)
message
lock
Error details
errors
Expand ValidationErrorDetail definition...
field
lock
Field with error
code
lock
Error code
message
lock
Error info message
documentation_url
lock
Documentation link
documentation_url
lock
Documentation link
429: Too Many Requests
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link