GET v1/Portfolio/DBTScoreHistory?StartDate={StartDate}&EndDate={EndDate}&FirstRow={FirstRow}&LastRow={LastRow}

Gets the Monthly DBT Scores for Businesses in the current user's portfolio

Parameters

NameDescriptionTypeAdditional information
StartDate

Start Date for score calculations

date

Optional

EndDate

End Date for score calculations

date

Optional

FirstRow

The First Row to display

integer

Optional

LastRow

The Last Row to dispaly

integer

Optional

Response

APIPortfolioScoreHistoryCollection
NameDescriptionTypeAdditional information
TotalResults

Total number of results

integer

None.

ScoreType

The score type

string

None.

Businesses

Businesses with scores

Collection of APIPortfolioScoreHistory

None.

Example

            
curl -H "Authorization: Bearer {SessionKey}" -X GET https://api.creditriskmonitor.com/v1/Portfolio/Folders/{FolderId}/DTScoreHistory/
            
        

Try It Now

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