GET api/state/{Id}/faqs
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StateFAQsModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| StateID | integer |
None. |
|
| Question | string |
None. |
|
| Answer | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"StateID": 2,
"Question": "sample string 3",
"Answer": "sample string 4"
},
{
"ID": 1,
"StateID": 2,
"Question": "sample string 3",
"Answer": "sample string 4"
}
]