GET waterbodies/{id}/Photos?s={s}&t={t}&random={random}&limit={limit}
Get Photos for a water body
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Waterbody Id |
integer |
Required |
| s |
Site Id |
integer |
Required |
| t |
Waterbody Type |
string |
None. |
| random |
Randomize the results |
boolean |
Default value is False |
| limit |
Maximum number of results to return |
integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
WaterbodyDetailsSectionViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| WbodyId |
Water Body Id |
integer |
None. |
| SiteId |
Site Id |
integer |
None. |
| Components |
List of Components (usually Parameters) |
Collection of WaterbodyComponent |
None. |
| Links |
List of Links grouped by components within the section |
Collection of WaterbodyDetailsComponentLinks |
None. |
Response Formats
application/json, text/json, text/javascript, application/javascript, application/json-p
Sample:
Sample not available.