GET api/BlogCategories/GetBlogCategories
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of BlogCategory| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CategoryId | integer |
None. |
|
| CategoryName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"Id": 1,
"CategoryId": 2,
"CategoryName": "sample string 3"
},
{
"$ref": "1"
}
]
multipart/form-data
Sample:
[{"$id":"1","Id":1,"CategoryId":2,"CategoryName":"sample string 3"},{"$ref":"1"}]