GET api/BlogSubscribers/GetBlogSubscribers
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of BlogSubscribersName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
string |
None. |
||
IsActive | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[ { "$id": "1", "Id": 1, "Email": "sample string 2", "IsActive": true }, { "$ref": "1" } ]
multipart/form-data
Sample:
[{"$id":"1","Id":1,"Email":"sample string 2","IsActive":true},{"$ref":"1"}]