Teams
Get updates from one of your teams
Paginator of the most recent updates posted by team leaders of a team you have joined.
get/team/updates/{teamId}
Path parameters
teamIdstring required
Example:coders
Query parameters
pageinteger
Example:1
Response
A paginated list of team updates
Example response
{
"updates": {
"currentPage": 4,
"maxPerPage": 15,
"previousPage": 3,
"nextPage": 5
}
}