GET v1/Business/News?id={id}&CustomerId={CustomerId}&SupplierId={SupplierId}&FirstRow={FirstRow}&LastRow={LastRow}

Gets the 20 most recent news articles about this business

Parameters

NameDescriptionTypeAdditional information
id

Business ID

integer

Optional

CustomerId

If you are a Trade Provider you can use your CustomerId to idenfity a Business with the CustomerId parameter.

string

Optional

SupplierId

If you have a Supplier List you can use your SupplierId to identify a Business with the SupplierId parameter.

string

Optional

FirstRow

First Row to return

integer

Optional

Default value is 1

LastRow

Last Row to return

integer

Optional

Default value is 20

Response

Collection of APINews
NameDescriptionTypeAdditional information
id

Id of the News Story

integer

None.

title

Title of the News Story

string

None.

link

URL to the News Story

string

None.

description

Body of the News Story

string

None.

pubDate

Published Date of the News Story

string

None.

Example

            
curl -H "Authorization: Bearer {SessionKey}" -X GET https://api.creditriskmonitor.com/v1/Business/News?id={BusinessId}
            
        

Try It Now

If you do not have a Session Key, you can get one by Logging In.
If you are a Trade Provider you can use your CustomerId to idenfity a Business with the CustomerId parameter.
If you have a Supplier List you can use your SupplierId to identify a Business with the SupplierId parameter.