GET api/schemes/plansuboption/file_get?token={token}
Get the Active Substances File
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| token | globally unique identifier |
Required |
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": "aa7111be-eb78-4d83-93c4-0744bab32a37",
"FetchAfterDateUtc": "2026-08-08T11:19:56.8928778+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-08-08T11:19:56.8928778+02:00</FetchAfterDateUtc> <Token>aa7111be-eb78-4d83-93c4-0744bab32a37</Token> </FileScheduleResponseModel>