# GB Land Registry Allows users to return Land Registry details of a company. Endpoint: GET /localSolutions/GB/landRegistry/{companyId} Version: 1.10.9 Security: bearerToken ## Path parameters: - `companyId` (string, required) A company Safe Number or Connect ID. ## Query parameters: - `language` (string) language the report is requested in. - `page` (integer) Starting page number. - `pageSize` (integer) Number of items to return per Page. ## Response 400 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected ## Response 401 fields (application/json): - `error` (string) ## Response 403 fields (application/json): - `message` (string) Example: "Access forbidden" ## Response 404 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected