GET Api/StoryHeading/{value}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
value | string |
Required |
Body Parameters
None.
Response Information
Resource Description
RapidAPIOfStringName | Description | Type | Additional information |
---|---|---|---|
Status_Code | integer |
None. |
|
Message | string |
None. |
|
Data | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{ "status_Code": 1, "message": "sample string 2", "data": [ "sample string 1", "sample string 2" ] }