Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.36 KB

ContractSearchForm.md

File metadata and controls

24 lines (16 loc) · 1.36 KB

ContractSearchForm

Search form should include parameters varied based on usage of cursor for pagination. NOTE: that all query parameters are based on strings

Properties

Name Type Description Notes
afterCursor String Return next page of results after given cursor. [optional]
limit String Return a page of results with given number of records. [optional]
orderDirection SortDirEnum [optional]
types ContractSearchFormWithoutCursorTypes [optional]
statuses ContractSearchFormWithoutCursorStatuses [optional]
teamId IdentifierValueForFilter [optional]
externalId String Filter contracts for given external ID [optional]
countries ContractSearchFormWithoutCursorCountries [optional]
currencies ContractSearchFormWithoutCursorCurrencies [optional]
search String Include a contract if by name or contractor name contains given search term. [optional]
sortBy ContractsSortByEnum [optional]