POST api/cimexportlogs/logfileurl

Gets a download url to a log file. This could be an ack, merno or mernoErr file.

Request Information

URI Parameters

None.

Body Parameters

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"