GET /API/v2/Reports/Tasks/GetAssignedCount?tradeNo=!{tradeNo}&reportId=!{reportId}
指定された条件で、利用者が所属する組織が担当となっているタスクの件数を取得します。 取引管理番号(***tradeNo***)や帳票ID(***reportId***)を指定して、利用者が所属する組織が担当となっているタスクの件数を取得します。 タスクに関する詳細については、[タスクについて]()を参照ください。
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
tradeNo | 取引管理番号 |
String, Null |
Max length: 20 |
reportId | 帳票ID |
String, Null |
Max length: 30 |
Body Parameters
None.
Response Information
Resource Description
Name | Description | Type | Additional information |
---|---|---|---|
count | 件数 |
Integer |
Required |