GET api/v2/SisaguaConfigurations/{id}/Systems/{cityId}
Request
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
|
cityId | integer |
Required |
Response
Collection of InfoIdentificationName | Description | Type | Additional information |
---|---|---|---|
Id | integer | ||
Identification | string |
Response Format
application/json, text/json
Sample:
[ { "Id": 1, "Identification": "sample string 2" }, { "Id": 1, "Identification": "sample string 2" } ]
text/html
Sample:
[{"Id":1,"Identification":"sample string 2"},{"Id":1,"Identification":"sample string 2"}]