GET api/schemes/administrator/file_schedule

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

FileScheduleResponseModel
NameDescriptionTypeAdditional information
DataError

string

None.

Token

globally unique identifier

None.

FetchAfterDateUtc

date

None.

Response Formats

application/json, text/json

Sample:
{
  "DataError": "sample string 1",
  "Token": "c09afb23-a60c-463f-89c8-c9315670b0bd",
  "FetchAfterDateUtc": "2025-12-11T13:02:40.9096857+02:00"
}

application/xml, text/xml

Sample:
<FileScheduleResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Medprax.WebAPI.Models.Models">
  <DataError>sample string 1</DataError>
  <FetchAfterDateUtc>2025-12-11T13:02:40.9096857+02:00</FetchAfterDateUtc>
  <Token>c09afb23-a60c-463f-89c8-c9315670b0bd</Token>
</FileScheduleResponseModel>