Endpoint /log/{marker}
This endpoint returns the Log File for a station. This endpoint only works on DWG Node.
The parameter is mandatory, 4Marker or 9Marker can be used, and you can used multiple markers on same time.
marker
The marker of the station
- CASC00PRT
- FUNC00PRT
- MIRA00PRT
- FUNC00PRT,MIRA00PRT
Example Links
- https://gnssdata-epos.oca.eu/GlassFramework/webresources/log/ABDZ00GLP
- https://gnssdata-epos.oca.eu/GlassFramework/webresources/log/FUNC00PRT,MIRA00PRT
Endpoint /log/geodesyml/{marker}
This endpoint returns the Geodesy File for a station. This endpoint only works on DWG Node.
The parameter is mandatory, 4Marker or 9Marker can be used.
marker
The marker of the station
- CASC
- FUNC00PRT
- MIRA00PRT
- FUNC00PRT,MIRA00PRT
Example Links
- https://gnssdata-epos.oca.eu/GlassFramework/webresources/log/geodesyml/FUNC00PRT,MIRA00PRT
- https://gnssdata-epos.oca.eu/GlassFramework/webresources/log/geodesyml/ANAY00FRA
Type of Errors Explanation
Code 200
- Ok -> Everything went well and results returned
Code 204
The request made has a response without content, in this case as the response is a file it may not exist on the machine on which the request is made. - Something went wrong -> A Java error in the construction of the file name. Try placing the order again or something may be wrong with the code.
- Couldn’t determine file name for this station -> Unable to get the name of the station, check if it really exists, try it with 4Marker and 9Marker
Code 500
- Missing constant in config file. -> Your Glass.conf file is not configured correctly. Please check the same.
- IOException -> It was not possible to create the file to send the response, possibly an error in the functions to create the files for the response.
- ZipException -> It was not possible to compress the various requested files into a single zip file, try requesting the files individually, otherwise something might be wrong with the API.