GET api/Fans
Gets all fans.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
A list of fans.
Collection of Fan| Name | Description | Type | Additional information |
|---|---|---|---|
| ID |
The ID of the record. |
integer |
None. |
| Name |
The name of the fan. |
string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"Name": "sample string 2"
},
{
"ID": 1,
"Name": "sample string 2"
}
]