posts
Search for team posts
Search posts in the team and from the provided terms string.
Permissions
Must be authenticated and have the view_team permission.
post/api/v4/teams/{team_id}/posts/search
Path parameters
team_idstring required
Team GUID
Request body
Response
Post list retrieval successful
Example response
{
"order": [
"post_id1",
"post_id12"
],
"matches": {
"post_id1": [
"search match 1",
"search match 2"
]
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.