GET api/Athikalai_Bhakthi/GetPostList
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of PostName | Description | Type | Additional information |
---|---|---|---|
title | string |
None. |
|
description | string |
None. |
|
postby | integer |
None. |
|
poston | string |
None. |
|
image | string |
None. |
|
posterName | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "title": "sample string 1", "description": "sample string 2", "postby": 3, "poston": "sample string 4", "image": "sample string 5", "posterName": "sample string 6" }, { "title": "sample string 1", "description": "sample string 2", "postby": 3, "poston": "sample string 4", "image": "sample string 5", "posterName": "sample string 6" } ]