GET v1/Trade/TradeProviders/Accounts?Layout={Layout}&FromDate={FromDate}&FirstRow={FirstRow}&LastRow={LastRow}
Returns Trade Provider accounts.
Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Layout |
The subset of data to return. Layout=all returns all fields. Layout=scores returns only scores. |
string |
Optional Default value is All |
| FromDate |
Results will only include Businesses that have had changes since this date. Leave NULL to return all Businesses. |
date |
Optional |
| FirstRow |
The first row to return. |
integer |
Optional |
| LastRow |
The last row to return. |
integer |
Optional |
Response
Collection of Dictionary of string [key] and Object [value]Example
curl -H "Authorization: Bearer {SessionKey}" -X GET https://api.creditriskmonitor.com/v1/Trade/TradeProviders/Accounts
curl -H "Authorization: Bearer {SessionKey}" -X GET https://api.creditriskmonitor.com/v1/Trade/TradeProviders/Accounts?layout=scores