GET ContourMapping/ParameterImages/{siteId}/{contourParamterShortName}/{year}
Returns contour parameter information and image URLs for the specified Atlas/site, parameter, and year.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
siteId |
The unique/internal ID of the Atlas/site. |
integer |
Required |
contourParamterShortName |
The short name of the contour parameter. |
string |
Required |
year |
The year for which images are requested. (Optional) |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
Returns an IHttpActionResult containing parameter information and a list of image URLs.
ContourParameterWithImagesName | Description | Type | Additional information |
---|---|---|---|
ImageUrls |
Gets or sets the list of image URLs associated with the contour parameter. |
Collection of string |
None. |
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.