GET v1/News?Subset={Subset}&FirstRow={FirstRow}&LastRow={LastRow}

Gets the top 20 News stories for the current user

Parameters

NameDescriptionTypeAdditional information
Subset

Subset of stories to return (snp, moodys, fitch, dbrs, morningstar)

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/News
            
        

Try It Now

If you do not have a Session Key, you can get one by Logging In.