Skip to main content

Get a List of Contracts

Returns a list of all financial contracts with contract dates that start and end based on the optional date parameters entered. The date format is based on yyyy-MM-dd only.

Query String Parameters

NameTypeDescriptionRequired
ActionStringContractsListRequired
DateFromDateTimeStart date of the contract. Format: yyyy-MM-ddOptional
DateToDateTimeEnd date of the contract. Format: yyyy-MM-ddOptional
RowCountIntAdds a row count option to the routine to limit the number of rows returnedOptional
IncludeCustomFieldsBoolInclude any custom fields. 1 = true, 0 = falseOptional

Response Codes

Example

Request URL

https://webservice.bigchange.com/v01/services.ashx?action=ContractsList&DateFrom=2024-10-01&DateTo=2025-12-01