GET Contacts/Notification

Get contactNotifications from criteria

Request Information

URI Parameters

NameDescriptionTypeAdditional information
IncludeActive

Include records where RecordState == ClinicalRecordState.Active

boolean

None.

IncludeInactive

Include records where RecordState == ClinicalRecordState.Inactive

boolean

None.

IncludeDeleted

Include records where RecordState == ClinicalRecordState.Deleted

boolean

None.

IncludeError

Include records where RecordState == ClinicalRecordState.Error

boolean

None.

Match

When searching by string, include records based on match type

MatchCriteriaStringType

None.

EntityIDs

Filter by EntityIDs

Collection of integer

None.

Types

Filter by Types

Collection of string

None.

SubType

Filter by SubType

string

None.

Severity

Filter by Severity

EntityNotificationSeverityType

None.

DateUtcMin

Filter by DateUtcMin

date

None.

DateUtcMax

Filter by DateUtcMax

date

None.

Reason

Filter by Reason

string

None.

Comments

Filter by Comments

string

None.

CreatedByUserID

Filter by CreatedByUserID

integer

None.

LastUpdatedByUserID

Filter by LastUpdatedByUserID

integer

None.

CreatedDateUtcMin

Filter by CreatedDateUtcMin

date

None.

CreatedDateUtcMax

Filter by CreatedDateUtcMax

date

None.

LastUpdatedDateUtcMin

Filter by LastUpdatedDateUtcMin

date

None.

LastUpdatedDateUtcMax

Filter by LastUpdatedDateUtcMax

date

None.

Body Parameters

None.

Response Information

Resource Description

List of ContactNotificationDTOs

Collection of ContactNotificationDTO
NameDescriptionTypeAdditional information
ContactID

Contact ID

integer

None.

Type

Type

string

None.

SubType

Sub Type

string

None.

Severity

Severity

EntityNotificationSeverityType

None.

DateUtc

Date Utc

date

None.

Reason

Reason

string

None.

Comments

Comments

string

None.

Props

Props

Collection of Object

None.

RecordState

Record State

ClinicalRecordState

None.

CreatedByUserID

Created By User ID

integer

None.

LastUpdatedByUserID

Last Updated By User ID

integer

None.

Created

Created

AuditDataDTO

None.

LastUpdated

Last Updated

AuditDataDTO

None.

Summary

Summary

string

None.