Get news from open projects
Returns the latest news and activity feed from all projects the user has access to.
Query parameters
-
Filter news by specific project
-
Filter news before this date
-
Filter news after this date
-
Page number for pagination
Default value is
1
. -
Number of news items per page
Default value is
50
. -
Filter news by specific team member
-
Filter news by task type
-
Filter news by task status
-
Filter news by specific episode
-
Show only news related to preview uploads
Default value is
false
.
GET
/data/projects/news
curl \
--request GET 'http://api.example.com/data/projects/news' \
--header "Authorization: $API_KEY"
Response examples (200)
{
"data": [
{}
],
"stats": {},
"total": 42
}