GET api/blog/post/list/{categoryId}?search={search}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| categoryId | integer |
None. |
|
| search | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of BlogPostModel| Name | Description | Type | Additional information |
|---|---|---|---|
| BlogPostCategoryIDs | Collection of integer |
None. |
|
| BlogPostID | integer |
None. |
|
| Slug | string |
None. |
|
| Title | string |
None. |
|
| Excerpt | string |
None. |
|
| MetaTitle | string |
None. |
|
| MetaDescription | string |
None. |
|
| PublishDate | date |
None. |
|
| StatusID | integer |
None. |
|
| Author | string |
None. |
|
| FeaturedImage | string |
None. |
|
| Content | string |
None. |
|
| BlogPostCategories | Collection of BlogPostCategory |
None. |
Response Formats
application/json
Sample:
text/json
Sample: