Observation

APIDescription
GET api/Observation/GetObservation?streamDepthId={streamDepthId}

Method to get observation by id

GET api/Observation/GetObservationBySite?siteId={siteId}&pageSize={pageSize}&pageNumber={pageNumber}

Method to get observations by site

GET api/Observation/GetObservationByUser?userId={userId}&pageSize={pageSize}&pageNumber={pageNumber}&sortKey={sortKey}&sortOrder={sortOrder}

No documentation available.

GET api/Observation/GetCountByUser?userId={userId}

Method to get count of observations by user

POST api/Observation/PostObservation

Method to insert observation by id

PUT api/Observation/PutObservation/{id}

Method to update observation by id

DELETE api/Observation/DeleteObservation/{id}

Method to delete observation by id

Login

APIDescription
POST api/Login/AddBrowserLogin

No documentation available.

Download

APIDescription
GET api/Download/DownloadDischargeChart?siteId={siteId}&fromDate={fromDate}&toDate={toDate}

No documentation available.

GET api/Download/DownloadDepthChart?siteId={siteId}&fromDate={fromDate}&toDate={toDate}

No documentation available.

GET api/Download/DownloadFlowMeasurementBySite?siteId={siteId}

No documentation available.

Watershed

APIDescription
GET api/Watershed/GetObservation?watershedId={watershedId}

No documentation available.

Site

APIDescription
GET api/Site/Get?siteId={siteId}

Method to get site by id

GET api/Site/GetAdditionalDetails?siteId={siteId}

No documentation available.

GET api/Site/GetAllSites

Method to list all sites

GET api/Site/GetByUser?userId={userId}

Method to list all sites by user

GET api/Site/GetUserSiteMapping?siteId={siteId}&userId={userId}

No documentation available.

Shared

APIDescription
POST api/Shared/SearchFileAsync

No documentation available.

GET api/Shared/DownloadFileAsync?fileInfoEncryptId={fileInfoEncryptId}&publicView={publicView}

No documentation available.

GET api/Shared/GetPublicFilePath?fileInfoEncryptId={fileInfoEncryptId}

No documentation available.

POST api/Shared/UploadFileAsync?publicView={publicView}

No documentation available.

DELETE api/Shared/DeleteFileAsync?fileInfoEncryptId={fileInfoEncryptId}

No documentation available.

User

APIDescription
GET api/User/GetAllUsers

No documentation available.

GET api/User/GetUserById?userId={userId}

No documentation available.

GET api/User/GetByEmailAddress?emailAddress={emailAddress}

No documentation available.

Image

APIDescription
GET api/Image/GetImageByUser?userId={userId}&pageSize={pageSize}&pageNumber={pageNumber}&sortKey={sortKey}&sortOrder={sortOrder}

No documentation available.

GET api/Image/GetImageBySite?siteId={siteId}

No documentation available.

GET api/Image/GetAllImageTypes

No documentation available.

POST api/Image/PostImage

No documentation available.

GET api/Image/GetCountByUser?userId={userId}

No documentation available.

AdditionalNavigation

APIDescription
GET api/AdditionalNavigation/GetAdditionalNavigationsBySite?siteId={siteId}

No documentation available.

GET api/AdditionalNavigation/GetAdditionalNavigationsByWatershed?watershedId={watershedId}

No documentation available.

Analytics

APIDescription
GET api/Analytics/GetFlowMeasurementBySite?siteId={siteId}

No documentation available.

GET api/Analytics/GetDepthChartBySite?siteId={siteId}&fromDate={fromDate}&toDate={toDate}

No documentation available.

GET api/Analytics/GetDischargeChartBySite?siteId={siteId}&fromDate={fromDate}&toDate={toDate}

No documentation available.

GET api/Analytics/GetDepthChartDateRangeBySite?siteId={siteId}

No documentation available.

GET api/Analytics/GetDischargeChartDateRangeBySite?siteId={siteId}

No documentation available.