GET api/ReferralDirectory/ProviderNews/{newsID}
Get provider news for the Referral Directory App
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| newsID |
News ID |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ProviderNews| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Title | string |
None. |
|
| PublishDate | date |
None. |
|
| Summary | string |
None. |
|
| Content | string |
None. |
|
| PageUrl | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"Title": "sample string 2",
"PublishDate": "2025-12-06T13:37:57.763082-06:00",
"Summary": "sample string 4",
"Content": "sample string 5",
"PageUrl": null
}
application/xml, text/xml
Sample:
<ProviderNews xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iowaclinic_api.API"> <Content>sample string 5</Content> <ID>1</ID> <PublishDate>2025-12-06T13:37:57.763082-06:00</PublishDate> <Summary>sample string 4</Summary> <Title>sample string 2</Title> </ProviderNews>