GET api/blog/post/{slug}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
slug | string |
Required |
Body Parameters
None.
Response Information
Resource Description
BlogPostModelName | 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: