project_group
Search and list project groups
post/app/v1/project_groups/search
Request body
Example request
{
"page_size": 20,
"sort_by": "start_date",
"sort_direction": "asc",
"filter": {
"name": "Basin"
}
}Response
A successful operation
Example response
{
"page_size": 10,
"total_entries": 58,
"total_pages": 6
}Changes
No recorded changes to this endpoint across all 1 revision of this API.