GET api/schemes/administrator/file_get?token={token}
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": "bbd76b6e-da7e-4666-8724-6874a1c8a747",
"FetchAfterDateUtc": "2026-02-23T16:33:13.6999747+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-02-23T16:33:13.6999747+02:00</FetchAfterDateUtc> <Token>bbd76b6e-da7e-4666-8724-6874a1c8a747</Token> </FileScheduleResponseModel>