businesses
Search for businesses
Search for businesses
get/businesses/search
Query parameters
querystring required
The text to search for
pageinteger required
The page number of results
limitinteger required
The number of results per page
max_recinteger required
The maximum number of records to search for in the database
Response
The businesses have been retrieved
Example response
{
"businesses": [
{
"id": "91e0bb4f-ffad-404c-af1b-01c87037119c",
"sampleSummaryId": "91e0bb4f-ffad-404c-af1b-01c87037119c",
"attributes": {
"birthdate": "1990-01-01",
"checkletter": "A",
"currency": "GBP",
"runame1": "Office for National Statistics",
"runame2": "ONS",
"runame3": "UK Statistics Authority"
},
"name": "Office for National Statistics",
"trading_as": "ONS",
"associations": [
{
"partyId": "91e0bb4f-ffad-404c-af1b-01c87037119c",
"enrolments": [
{
"surveyId": "91e0bb4f-ffad-404c-af1b-01c87037119c"
}
]
}
]
}
]
}