GET ContourMapping/Parameters/{siteId}
Returns a list of contour parameters for the specified Atlas/site
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| siteId |
The unique/internal ID of the Atlas/site. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ContourParameter| Name | Description | Type | Additional information |
|---|---|---|---|
| ContourParameterID |
Gets or sets the unique identifier of the contour parameter. |
integer |
None. |
| SiteID |
Gets or sets the site identifier associated with the parameter. |
integer |
None. |
| ParameterID |
Gets or sets the parameter identifier. |
integer |
None. |
| ParameterName |
Gets or sets the full display name of the parameter. |
string |
None. |
| ParameterShortName |
Gets or sets the contour mapping specific short name of the parameter. |
string |
None. |
| ParameterCode |
Gets or sets the parameter code used by the Water Atlas |
string |
None. |
| Units |
Gets or sets the units. |
string |
None. |
| Precision |
Gets or sets the parameter's precision. |
integer |
None. |
| POR_Min |
Gets or sets the minimum period of record for the parameter. |
date |
None. |
| POR_Max |
Gets or sets the maximum period of record for the parameter. |
date |
None. |
| RelativeDepth |
Gets the relative depth of the contour parameter. |
string |
None. |
| HasRelativeDepth |
Determines whether the contour parameter has relative depth. |
boolean |
None. |
Response Formats
application/json, text/json, text/javascript, application/javascript, application/json-p
Sample not available.