GET PlanCare2Api/Clients/{clientId}/WidVerifications

Get the most recent WID verification of a client

At least one of these modules is required: RelationManagement

Requires 'Read' permission for function ClientWidVerification {73E78B2B-7F1A-4368-A7D2-9EE1A8CEC145}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
clientId

internal client identifier

integer

Required

Body Parameters

None.

Response Information

Resource Description

The most recent WidVerification for a relation

WidVerification
NameDescriptionTypeAdditional information
ById

Id of the relation who did the verification

integer

None.

ByText

THe name of the relation who did the verification

string

None.

Date

The date when the verification was done

date

None.

Source

The verification source

RelationWidVerificationSourceEnum

None.

SourceText

The verification source as text

string

None.

DocumentType

The document type

RelationWidVerificationDocumentTypeEnum

None.

DocumentTypeText

The document type as text

string

None.

DocumentNumber

The document number

string

None.

ValidUntil

The valid until

date

None.

Confirmed

Whether or not the verification is confirmed

boolean

None.

DocumentInfoId

The document info id

integer

None.

DocumentFileName

The document filename (obsolete)

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ById": 1,
  "ByText": "sample string 2",
  "Date": "2026-05-26T22:10:34.9993921+02:00",
  "Source": 1,
  "SourceText": "sample string 4",
  "DocumentType": 1,
  "DocumentTypeText": "sample string 5",
  "DocumentNumber": "sample string 6",
  "ValidUntil": "2026-05-26T22:10:34.9993921+02:00",
  "Confirmed": true,
  "DocumentInfoId": 1,
  "DocumentFileName": "sample string 8"
}

application/xml, text/xml

Sample:
<WidVerification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Client">
  <ById>1</ById>
  <ByText>sample string 2</ByText>
  <Confirmed>true</Confirmed>
  <Date>2026-05-26T22:10:34.9993921+02:00</Date>
  <DocumentFileName>sample string 8</DocumentFileName>
  <DocumentInfoId>1</DocumentInfoId>
  <DocumentNumber>sample string 6</DocumentNumber>
  <DocumentType>Passport</DocumentType>
  <DocumentTypeText>sample string 5</DocumentTypeText>
  <Source>Wid</Source>
  <SourceText>sample string 4</SourceText>
  <ValidUntil>2026-05-26T22:10:34.9993921+02:00</ValidUntil>
</WidVerification>