POST api/cimexportlogs/datafileurl

Gets a download url to a data file.

Request Information

URI Parameters

None.

Body Parameters

File download request.

FileDownloadRequest
NameDescriptionTypeAdditional 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

string

Response Formats

application/json, text/json, text/html

Sample:
"sample string 1"