GET api/tb_Services
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of tb_Services| Name | Description | Type | Additional information |
|---|---|---|---|
| ServiceID | integer |
None. |
|
| ServiceName | string |
String length: inclusive between 0 and 250 |
|
| Username | string |
String length: inclusive between 0 and 200 |
Response Formats
application/json, text/json
Sample:
[
{
"ServiceID": 1,
"ServiceName": "sample string 2",
"Username": "sample string 3"
},
{
"ServiceID": 1,
"ServiceName": "sample string 2",
"Username": "sample string 3"
}
]