GET PlanCare2Api/ClientReports/IncidentalMeasureClientReports/{reportId}

Get incidental measure client report by identifier

Requires 'Start' permission for function ClientReportOverview {4250ABB5-A4FD-4362-8B29-79E0D78571E5}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
reportId

integer

Required

Body Parameters

None.

Response Information

Resource Description

The client report

IncidentalMeasureClientReport
NameDescriptionTypeAdditional information
MeasureId

The internal id of the incidental measure

globally unique identifier

Required

AppliedFrom

The date when the measure is applied

date

Required

AppliedUntil

The date when the measure is ended

date

Required

Precedence

The situation before applying the measure

string

None

ApplicationReason

The reason why the measure is applied

string

None

Situation

The description of the situation in which the measure is applied

string

None

Completion

The description of how the situation with the client is completed

string

None

MeasureResult

The result after applying the measure

string

None

LegalContactRemarks

The remarks of the legal representative. Only used when LegalContact has value NoWithRemarks

string

None

LegalContact

Defines if there has been contact with the legal representative

MeasureLegalContact

Required

ClientResistance

Describes if the client showed any kind of resistance applying the measure

boolean

Required

ClientResistanceDescription

Description of client resistance

string

None

ApplierId

The internal id of the employee that has applied the measure

integer

Required

Applier

The lookupname of the employee that has applied the measure. This property is for reading purposes only

string

None

RelationNotifyId

The relationId of the employee that should be notified.

integer

None

RelationNotifyLookupName

The lookupname of the employee that should be notified. This property is for reading purposes only.

string

None

Id

The internal id of the report

integer

Required

AggregateId

AggregateId of the report. For reading purposes only.

globally unique identifier

None

ClientId

The internal id of the client

integer

Required

ClientName

The name of the client

string

None

CreationDate

The creation date of the client report

date

None

ModifiedDate

The modified date of the client report

date

None

AvailableFor

Determines the read permission for the report. When the value is 'Disciplines', only the specified disciplines can read the report. When the value is 'Everyone', everyone can read the report. The default value is Everyone

AvailableFor

Required

AvailableForDisciplineIds

The list of disciplines ids that are allowed to read the report.

Collection of integer

None

AvailableForDisciplineNames

The list of disciplines that are allowed to read the report. This property is for reading purposes only.

Collection of string

None

AvailableForDisciplineGroupIds

The list of disciplinegroups ids that are allowed to read the report.

Collection of integer

None

AvailableForDisciplineGroupNames

The list of disciplinegroups that are allowed to read the report. This property is for reading purposes only.

Collection of string

None

Subject

The subject of the client report.

string

Conditional Required: Only required for 'General' client report type

Date

The date of the client report.

date

Required

Priority

The priority of the report.

boolean

Required

PriorityText

The priority of the client report. This property is for reading purposes only.

string

None

EmployeeId

The internal id of employee. This property is for reading purposes only. EmployeeId of the provided token will be used when creating a new ClientReport.

integer

Required

EmployeeName

The original creator of the client report. This property is for reading purposes only.

string

None

ShiftId

The internal id of the shift.

integer

Required

Shift

The shift of the client report. This property is for reading purposes only.

string

None

DisciplineId

The internal id of the discipline.

integer

Required

Discipline

The discipline of the client report. This property is for reading purposes only.

string

None

TypeDescription

The type of the client report. This property is for reading purposes only.

string

None

ReportTags

The tags of the client report.

Collection of ReportTag

None

ReportTagsText

The tags of the client report formatted in a string. This property is for reading purposes only.

string

None

AttributeIds

The list of selected attribute id's.

Collection of integer

Deprecated (unavailable from 21.01.1P): Please use 'ReportTags' instead.

Attributes

The attributes of the client report. This property is for reading purposes only.

string

Deprecated (unavailable from 21.01.1P): Please use 'ReportTagsText' instead.

ParentId

The internal id of the parent client report on which this client report is based.

integer

None

ChildReports

The child reports of the client report.

Collection of ClientReport

None

ContactTypeId

References to a Choice of ChoiceType 'CONTACTTYPE'.

integer

None

Response Formats

application/json, text/json

Sample:
{
  "MeasureId": "ad1f2872-e337-4409-97e7-62bc4c265ca0",
  "AppliedFrom": "2026-05-26T21:06:19.168578+02:00",
  "AppliedUntil": "2026-05-26T21:06:19.168578+02:00",
  "Precedence": "sample string 4",
  "ApplicationReason": "sample string 5",
  "Situation": "sample string 6",
  "Completion": "sample string 7",
  "MeasureResult": "sample string 8",
  "LegalContactRemarks": "sample string 9",
  "LegalContact": 0,
  "ClientResistance": true,
  "ClientResistanceDescription": "sample string 11",
  "ApplierId": 12,
  "Applier": "sample string 13",
  "RelationNotifyId": 1,
  "RelationNotifyLookupName": "sample string 14",
  "Id": 15,
  "AggregateId": "4a356d58-d126-4053-ade4-228e808bf26e",
  "ClientId": 17,
  "ClientName": "sample string 18",
  "CreationDate": "2026-05-26T21:06:19.168578+02:00",
  "ModifiedDate": "2026-05-26T21:06:19.168578+02:00",
  "AvailableFor": 0,
  "AvailableForDisciplineIds": [
    1,
    2
  ],
  "AvailableForDisciplineNames": [
    "sample string 1",
    "sample string 2"
  ],
  "AvailableForDisciplineGroupIds": [
    1,
    2
  ],
  "AvailableForDisciplineGroupNames": [
    "sample string 1",
    "sample string 2"
  ],
  "Subject": "sample string 21",
  "Date": "2026-05-26T21:06:19.168578+02:00",
  "Priority": true,
  "PriorityText": "sample string 24",
  "EmployeeId": 25,
  "EmployeeName": "sample string 26",
  "ShiftId": 27,
  "Shift": "sample string 28",
  "DisciplineId": 29,
  "Discipline": "sample string 30",
  "TypeDescription": "sample string 31",
  "ReportTags": [
    {
      "$id": "2",
      "Id": 1,
      "Name": "sample string 2"
    },
    {
      "$ref": "2"
    }
  ],
  "ReportTagsText": "sample string 2; sample string 2",
  "AttributeIds": [
    1,
    2
  ],
  "Attributes": "sample string 32",
  "ParentId": 1,
  "ChildReports": null,
  "ContactTypeId": 1
}

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Er is een uitzondering opgetreden van het type System.OutOfMemoryException.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Er is een uitzondering opgetreden van het type System.OutOfMemoryException.