POST api/cimexportlogs/datafileurl
Gets a download url to a data file.
Request Information
URI Parameters
None.
Body Parameters
File download request.
FileDownloadRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Url | string |
None. |
|
| ParticipantId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Url": "sample string 1",
"ParticipantId": 2
}
text/html
Sample:
{"Url":"sample string 1","ParticipantId":2}
Response Information
Resource Description
string
stringResponse Formats
application/json, text/json, text/html
Sample:
"sample string 1"