Skip to main content

County Court Judgments Check

County Court Judgments can contain details of any CCJ associated with a data subject and include details such as dates, amount, and satisfied/unsatisfied status.

Minimum Requirements​

The following table lists the minumum inputs required to make a valid request for County Court Judgments:

InputDescription
ForenameFirst Name of the individual
SurnameLast Name of the individual
Full PostcodeFull post code of the individual
Building NumberAnd/Or the Building Number of the individual
Building NameAnd/Or the Building Name of the individual

Service Request​

To request a County Court Judgement check, add a COUNTY_COURT_JUDGEMENT action to the request body entity PeopleActionsRequest:

{
"actions": [
{ "action": "COUNTY_COURT_JUDGEMENT" }
]
}

PeopleActionsRequest​

Array of objects (PersonAction)

Actions to run with the given criteria

object (PersonRequest)

Person format used across the Investigate API

object (Address)

Address format used across the Investigate API

cohabitants
Array of strings (Cohabitants)

Cohabitants at given address

sourceYears
Array of integers <int32> (SourceYears) [ items <int32 > ]

Years when the matching datasets stored by GBG were issued. This could support customers compliance requirements.

tags
Array of strings

Free text tags for tracking purposes.

{
  • "actions": [
    ],
  • "person": {
    },
  • "address": {
    },
  • "cohabitants": [
    ],
  • "sourceYears": [
    ],
  • "tags": [
    ]
}

Service Response​

As part of the PersonActionsResponse entity, the property countyCourtJudgments contains the results of the request.

CountyCourtJudgementsActionResponse​

Array of objects (CountyCourtJudgement)
Array of objects (CountyCourtJudgement)
object (Meta)

Metadata describing the response produced.

{
  • "ccjsAtTheGivenAddress": [
    ],
  • "ccjsAtOtherAddresses": [
    ],
  • "meta": {
    }
}