Fetch signing combinations from company

GET {{baseUrl}}/search?requestKey=<string>&pageSize=<integer>&from=<integer>&companyName=<string>&town=<string>&county=<string>&zipCode=<string>&industryCode=<string>&legalGroupCode=<string>&vatReg=<integer>&statusCode=<integer>&companyRegistrationDate=<string>

Request Params

KeyDatatypeRequiredDescription
requestKeystringUsed when paging in a previous searched result
pageSizestringNumber of results to return per pagination page
fromstringfirst result to return from the resultset that is being paged through
companyNamestringCompany name string to search for
townstringTown the searched for company should be registered in
countystringCounty the searched for company should be registered in
zipCodestringZip code the searched for company should be registered in
industryCodestringThe primary industry code the company to search for belongs to
legalGroupCodestringThe legal group code for the type of company to search for
vatRegstringWheather the company searched for should be registered for VAT or not (0 or 1)
statusCodestringStatus code that the searched for company should be referenced as
companyRegistrationDatestringThe date the company searched for should have been registered, range input with : between is accepted

RESPONSES

status: OK

{&quot;hitCount&quot;:&quot;\u003cinteger\u003e&quot;,&quot;hits&quot;:[{&quot;companyName&quot;:&quot;\u003cstring\u003e&quot;,&quot;legalGroupCode&quot;:&quot;\u003cstring\u003e&quot;,&quot;legalGroupText&quot;:&quot;\u003cstring\u003e&quot;,&quot;links&quot;:[{&quot;method&quot;:&quot;\u003cstring\u003e&quot;,&quot;type&quot;:&quot;\u003cstring\u003e&quot;,&quot;url&quot;:&quot;\u003cstring\u003e&quot;},{&quot;method&quot;:&quot;\u003cstring\u003e&quot;,&quot;type&quot;:&quot;\u003cstring\u003e&quot;,&quot;url&quot;:&quot;\u003cstring\u003e&quot;}],&quot;registeredTown&quot;:&quot;\u003cstring\u003e&quot;},{&quot;companyName&quot;:&quot;\u003cstring\u003e&quot;,&quot;legalGroupCode&quot;:&quot;\u003cstring\u003e&quot;,&quot;legalGroupText&quot;:&quot;\u003cstring\u003e&quot;,&quot;links&quot;:[{&quot;method&quot;:&quot;\u003cstring\u003e&quot;,&quot;type&quot;:&quot;\u003cstring\u003e&quot;,&quot;url&quot;:&quot;\u003cstring\u003e&quot;},{&quot;method&quot;:&quot;\u003cstring\u003e&quot;,&quot;type&quot;:&quot;\u003cstring\u003e&quot;,&quot;url&quot;:&quot;\u003cstring\u003e&quot;}],&quot;registeredTown&quot;:&quot;\u003cstring\u003e&quot;}],&quot;metrics&quot;:{&quot;industryCode&quot;:&quot;\u003cobject\u003e&quot;,&quot;legalGroupCode&quot;:&quot;\u003cobject\u003e&quot;,&quot;registeredTown&quot;:&quot;\u003cobject\u003e&quot;,&quot;registeredZipCode&quot;:&quot;\u003cobject\u003e&quot;,&quot;statusCode&quot;:&quot;\u003cobject\u003e&quot;},&quot;next&quot;:&quot;\u003cstring\u003e&quot;,&quot;previous&quot;:&quot;\u003cstring\u003e&quot;,&quot;requests&quot;:[{&quot;method&quot;:&quot;\u003cstring\u003e&quot;,&quot;payload&quot;:{&quot;requestKey&quot;:&quot;\u003cstring\u003e&quot;},&quot;type&quot;:&quot;\u003cstring\u003e&quot;,&quot;url&quot;:&quot;\u003cstring\u003e&quot;},{&quot;method&quot;:&quot;\u003cstring\u003e&quot;,&quot;payload&quot;:{&quot;requestKey&quot;:&quot;\u003cstring\u003e&quot;},&quot;type&quot;:&quot;\u003cstring\u003e&quot;,&quot;url&quot;:&quot;\u003cstring\u003e&quot;}]}