Acquire a list of receive tasks
This is an API function to acquire contents of the receive task queue from the specified Agent instance. This API function corresponds to the operation when you select the [Manage the Receive Task Queue] by using the [Action] button that is displayed by selecting the [Agent] on the operation screen of Manager.
- Format
- Request parameter (Path format)
- Request parameter (Query format)
- Response
- Response parameter
|
Item name | Request parameter | Type | Value | Default value |
---|---|---|---|---|
Agent ID | agentId | String | Impossible to omit |
Item name | Request parameter | Type | Value | Default value |
---|---|---|---|---|
Number of pages | page | Integer |
Specify a number from zero. If the number of pages is 1, specify 0. |
0 |
Number of items per page | size | Integer | 10 |
|
Item name | Response parameter | Type | Value | |
---|---|---|---|---|
Receiving Task ID | content | receivingTaskId | String | |
File Distribution ID | distributionModuleId | String | ||
File Name at Send Destination | fileName | String | ||
Job | job | String | ||
Created Date and Time | createdDate | Integer |
The value is returned by using a "yyyyMMddHHmmssSSS" format. |
For details about the parameters for page settings (first, last, number, numberOfElements, size, sort, totalElements, totalPages), see Response parameters for page settings.