curl --request POST \
--url https://api.wirespeed.co/team/log/count \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"size": 123,
"page": 123,
"filter": "<string>",
"search": "<string>",
"orderBy": "<string>",
"orderDir": "asc",
"security": true
}
'{
"totalCount": 123
}curl --request POST \
--url https://api.wirespeed.co/team/log/count \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"size": 123,
"page": 123,
"filter": "<string>",
"search": "<string>",
"orderBy": "<string>",
"orderDir": "asc",
"security": true
}
'{
"totalCount": 123
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Total number of system log entries matching the search criteria