GET api/Transfer?benutzername={benutzername}&passwort={passwort}&exportProfileName={exportProfileName}&transferStatus={transferStatus}&dateVon={dateVon}&dateBis={dateBis}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
benutzername

string

Required

passwort

string

Required

exportProfileName

string

Required

transferStatus

integer

Required

dateVon

date

Required

dateBis

date

Required

Body Parameters

None.

Response Information

Resource Description

ResultOfDownloadDto
NameDescriptionTypeAdditional information
Value

DownloadDto

None.

Success

boolean

None.

Alerts

Collection of Alert

None.

Response Formats

application/json, text/json

Sample:
{
  "Value": {
    "FileName": "sample string 1",
    "Data": "QEA="
  },
  "Success": true,
  "Alerts": null
}

application/xml, text/xml

Sample:
<ResultOfDownloadDtoQ4WjWnJz xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PDZeiterfassungCommonComponents.Helpers">
  <Alerts i:nil="true" />
  <Success>true</Success>
  <Value xmlns:d2p1="http://schemas.datacontract.org/2004/07/PDZeiterfassungCommonComponents.Dto">
    <d2p1:Data>QEA=</d2p1:Data>
    <d2p1:FileName>sample string 1</d2p1:FileName>
  </Value>
</ResultOfDownloadDtoQ4WjWnJz>