projects
Get Projects Count
Gets total count of projects for a user with applied filters.
post/projects/count
Request body
Example request
{
"filters": [
{
"value": "ENUM_VALUE"
}
]
}Response
Successful Response
integer required
Gets total count of projects for a user with applied filters.
{
"filters": [
{
"value": "ENUM_VALUE"
}
]
}Successful Response