GET api/schemes/plansuboption/file_schedule
Schedule to Get the Active Substances File
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
FileScheduleResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| DataError | string |
None. |
|
| Token | globally unique identifier |
None. |
|
| FetchAfterDateUtc | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"DataError": "sample string 1",
"Token": "7f11218e-a828-48ce-afb6-6670e3d9de4d",
"FetchAfterDateUtc": "2026-07-27T05:53:48.6025154+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>2026-07-27T05:53:48.6025154+02:00</FetchAfterDateUtc> <Token>7f11218e-a828-48ce-afb6-6670e3d9de4d</Token> </FileScheduleResponseModel>