POST api/GetHomeBlogList
Request Information
URI Parameters
None.
Body Parameters
BlogModel| Name | Description | Type | Additional information |
|---|---|---|---|
| BlogId | integer |
None. |
|
| UserId | integer |
None. |
|
| CategoryId | integer |
None. |
|
| Category | string |
None. |
|
| Title | string |
None. |
|
| Description | string |
None. |
|
| VideoLink | string |
None. |
|
| PicData | string |
None. |
|
| CREATEDBY | integer |
None. |
|
| IsVerified | integer |
None. |
|
| IsVerifiedShow | string |
None. |
|
| MODIFIEDBY | integer |
None. |
|
| Operation | string |
None. |
|
| UserName | string |
None. |
|
| DateShow | string |
None. |
|
| NoComment | integer |
None. |
|
| NoLike | integer |
None. |
|
| IsLike | integer |
None. |
|
| Status | character |
None. |
Request Formats
application/json, text/json
Sample:
{
"BlogId": 1,
"UserId": 2,
"CategoryId": 3,
"Category": "sample string 4",
"Title": "sample string 5",
"Description": "sample string 6",
"VideoLink": "sample string 7",
"PicData": "sample string 8",
"CREATEDBY": 9,
"IsVerified": 10,
"IsVerifiedShow": "sample string 11",
"MODIFIEDBY": 12,
"Operation": "sample string 13",
"UserName": "sample string 14",
"DateShow": "sample string 15",
"NoComment": 16,
"NoLike": 17,
"IsLike": 18,
"Status": "A"
}
application/xml, text/xml
Sample:
<BlogModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DecstopAPI.Models"> <BlogId>1</BlogId> <CREATEDBY>9</CREATEDBY> <Category>sample string 4</Category> <CategoryId>3</CategoryId> <DateShow>sample string 15</DateShow> <Description>sample string 6</Description> <IsLike>18</IsLike> <IsVerified>10</IsVerified> <IsVerifiedShow>sample string 11</IsVerifiedShow> <MODIFIEDBY>12</MODIFIEDBY> <NoComment>16</NoComment> <NoLike>17</NoLike> <Operation>sample string 13</Operation> <PicData>sample string 8</PicData> <Status>65</Status> <Title>sample string 5</Title> <UserId>2</UserId> <UserName>sample string 14</UserName> <VideoLink>sample string 7</VideoLink> </BlogModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of BlogModel| Name | Description | Type | Additional information |
|---|---|---|---|
| BlogId | integer |
None. |
|
| UserId | integer |
None. |
|
| CategoryId | integer |
None. |
|
| Category | string |
None. |
|
| Title | string |
None. |
|
| Description | string |
None. |
|
| VideoLink | string |
None. |
|
| PicData | string |
None. |
|
| CREATEDBY | integer |
None. |
|
| IsVerified | integer |
None. |
|
| IsVerifiedShow | string |
None. |
|
| MODIFIEDBY | integer |
None. |
|
| Operation | string |
None. |
|
| UserName | string |
None. |
|
| DateShow | string |
None. |
|
| NoComment | integer |
None. |
|
| NoLike | integer |
None. |
|
| IsLike | integer |
None. |
|
| Status | character |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"BlogId": 1,
"UserId": 2,
"CategoryId": 3,
"Category": "sample string 4",
"Title": "sample string 5",
"Description": "sample string 6",
"VideoLink": "sample string 7",
"PicData": "sample string 8",
"CREATEDBY": 9,
"IsVerified": 10,
"IsVerifiedShow": "sample string 11",
"MODIFIEDBY": 12,
"Operation": "sample string 13",
"UserName": "sample string 14",
"DateShow": "sample string 15",
"NoComment": 16,
"NoLike": 17,
"IsLike": 18,
"Status": "A"
},
{
"BlogId": 1,
"UserId": 2,
"CategoryId": 3,
"Category": "sample string 4",
"Title": "sample string 5",
"Description": "sample string 6",
"VideoLink": "sample string 7",
"PicData": "sample string 8",
"CREATEDBY": 9,
"IsVerified": 10,
"IsVerifiedShow": "sample string 11",
"MODIFIEDBY": 12,
"Operation": "sample string 13",
"UserName": "sample string 14",
"DateShow": "sample string 15",
"NoComment": 16,
"NoLike": 17,
"IsLike": 18,
"Status": "A"
}
]
application/xml, text/xml
Sample:
<ArrayOfBlogModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DecstopAPI.Models">
<BlogModel>
<BlogId>1</BlogId>
<CREATEDBY>9</CREATEDBY>
<Category>sample string 4</Category>
<CategoryId>3</CategoryId>
<DateShow>sample string 15</DateShow>
<Description>sample string 6</Description>
<IsLike>18</IsLike>
<IsVerified>10</IsVerified>
<IsVerifiedShow>sample string 11</IsVerifiedShow>
<MODIFIEDBY>12</MODIFIEDBY>
<NoComment>16</NoComment>
<NoLike>17</NoLike>
<Operation>sample string 13</Operation>
<PicData>sample string 8</PicData>
<Status>65</Status>
<Title>sample string 5</Title>
<UserId>2</UserId>
<UserName>sample string 14</UserName>
<VideoLink>sample string 7</VideoLink>
</BlogModel>
<BlogModel>
<BlogId>1</BlogId>
<CREATEDBY>9</CREATEDBY>
<Category>sample string 4</Category>
<CategoryId>3</CategoryId>
<DateShow>sample string 15</DateShow>
<Description>sample string 6</Description>
<IsLike>18</IsLike>
<IsVerified>10</IsVerified>
<IsVerifiedShow>sample string 11</IsVerifiedShow>
<MODIFIEDBY>12</MODIFIEDBY>
<NoComment>16</NoComment>
<NoLike>17</NoLike>
<Operation>sample string 13</Operation>
<PicData>sample string 8</PicData>
<Status>65</Status>
<Title>sample string 5</Title>
<UserId>2</UserId>
<UserName>sample string 14</UserName>
<VideoLink>sample string 7</VideoLink>
</BlogModel>
</ArrayOfBlogModel>