Error
A valid request URL is required to generate request examples"<string>"{
"error": {
"code": "<string>",
"message": "<string>"
}
}Return count of requests
Returns count of records from the requests entity that match the specified query parameters. All count will be returned when no parameters are specified.
GET
/
requests
/
$count
Error
A valid request URL is required to generate request examples"<string>"{
"error": {
"code": "<string>",
"message": "<string>"
}
}授权
authtoken_headerbasicauthtoken_query
查询参数
Use this to filter the results by specific property values. For example, you can use the following filter to retrieve records with the name 'John': $filter=Name eq 'John'
响应
The count
The response is of type string<int32>.