GET /API/v1/Tasks/Get/{taskId}
タスクIDを指定して、タスク(Task)を取得します。
Request Information
URI Parameters
UriModel of Tasks.Get
Name | Description | Type | Additional information |
---|---|---|---|
taskId | taskId |
String |
Required |
Body Parameters
None.
Response Information
Resource Description
Name | Description | Type | Additional information |
---|---|---|---|
taskId | タスクID |
String |
Required |
taskName | タスク名 |
String |
Required |
dealNo | 取引管理番号 |
String |
Required |
dealName | 取引名 |
String, Null |
None. |
businessPattern | 業務パターン |
String |
Required |
dealReportId | 取引・帳票ID |
String, Null |
None. |
owner |
Required |
||
assignee |
Required |
||
report |
Required |
||
createdAt | 作成日時 |
String |
Required Format : date-time |
status | ステータス |
String |
Required |
createOrganizationId | 作成組織ID |
String |
Required |
partitionNo | パーティション番号 |
Integer |
Required |
createBusinessTypeId | 作成事業種別ID |
String |
Required |
updatedAt | 更新日時 |
String |
Required Format : date-time |
taskType | 種別 |
String, Null |
None. |
updateOrganizationId | 更新組織ID |
String |
Required |
updateBusinessTypeId | 更新事業種別ID |
String |
Required |