POST api/pointData?projectId={projectId}&moduleId={moduleId}&objectId={objectId}&pointId={pointId}&dataStyle={dataStyle}&dateFrom={dateFrom}&dateTo={dateTo}
Main return value is a list of chart data (path-time and/or XY) which can be displayed in different charts. Optionally, a list of additional information can be included.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| projectId |
Project name |
string |
Required |
| moduleId |
Module type [CRM, ENV, GPH, INC, LEV, PEGEL, LH, RAILtrack, RAILpole, STR, TILT, MS, ANC] |
string |
Required |
| objectId |
Object name |
string |
Required |
| pointId |
Point name |
string |
Required |
| dataStyle |
Which data should be returned [GPH: intervalData, eventData / LH: Koordinaten, Schwellen, Masten / ...] |
string |
None. |
| dateFrom |
Data from Date |
string |
None. |
| dateTo |
Data to Date |
string |
None. |
Body Parameters
None.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample Bstring"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample Bstring</string>