GET /API/v1/Tasks/GetCount?filter={filter}
検索条件を指定して、条件に該当するタスク(Task)の件数を取得します。
Request Information
URI Parameters
UriModel of Tasks.GetCount
| Name | Description | Type | Additional information |
|---|---|---|---|
| filter | filter |
String |
Required |
Body Parameters
None.
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| count | 件数 |
Integer |
Required |