GET api/Services/Get?regionVisibility={regionVisibility}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| regionVisibility | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of DbService| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| RegionVisibility | RegionVisibility |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"Name": "sample string 2",
"RegionVisibility": 0
},
{
"Id": 1,
"Name": "sample string 2",
"RegionVisibility": 0
}
]