GET {who}/BrokerService/inbox?fileStatus={fileStatus}&serviceCode={serviceCode}&serviceEditionCode={serviceEditionCode}&minSentDateTime={minSentDateTime}&maxSentDateTime={maxSentDateTime}
Searches for a list of files available for download.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| who | Recipient for the file |
Define this parameter in the request URI. |
| fileStatus | Optional parameter filters based on file status. Default value Uploaded. (Downloaded, Uploaded) |
Define this parameter in the request URI. |
| serviceCode | Optional parameter Service code for the file |
Define this parameter in the request URI. |
| serviceEditionCode | Optional parameter Service edition code for the file |
Define this parameter in the request URI. |
| minSentDateTime | Optional parameter to filter on a minimum SentDate |
Define this parameter in the request URI. |
| maxSentDateTime | Optional parameter to filter on a maximum SentDate |
Define this parameter in the request URI. |
