GET Api/ViewStory
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
RapidAPIOfLatestStoryName | Description | Type | Additional information |
---|---|---|---|
Status_Code | integer |
None. |
|
Message | string |
None. |
|
Data | Collection of LatestStory |
None. |
Response Formats
application/json, text/json
Sample:
{ "status_Code": 1, "message": "sample string 2", "data": [ { "id": 1, "heading": "sample string 2", "image": [ "sample string 1", "sample string 2" ], "date": "2025-04-29T20:09:18.8082923+05:30" }, { "id": 1, "heading": "sample string 2", "image": [ "sample string 1", "sample string 2" ], "date": "2025-04-29T20:09:18.8082923+05:30" } ] }