GET api/channels?name={name}&nameContains={nameContains}
Get all Channels optionally filtered by any of the arguments specified in the query string.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
name |
Optional case-insensitive filter on Channels with a name that matches the provided value. |
string |
None. |
nameContains |
Optional case-insensitive filter on Channels with a name containing the provided value. |
string |
None. |
Body Parameters
None.
Response Information
Resource Description
ChannelDtoName | Description | Type | Additional information |
---|---|---|---|
Id |
The primary key of the record in the Hobsons database. |
integer |
None. |
Name | string |
Required String length: inclusive between 0 and 100 |
Response Formats
application/json, text/json
Sample:
{ "Id": 1, "Name": "sample string 2" }