GET api/blog/category/list

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of BlogCategoryModel
NameDescriptionTypeAdditional information
BlogCategoryID

integer

None.

Name

string

None.

StatusID

integer

None.

BlogPostCategories

Collection of BlogPostCategory

None.

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected with type 'com.lexvid.data.EF.BlogPostCategory'. Path '[0].BlogPostCategories[0].BlogCategory.BlogPostCategories'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected with type 'com.lexvid.data.EF.BlogPostCategory'. Path '[0].BlogPostCategories[0].BlogCategory.BlogPostCategories'.