GET Setup/NoteType

Get noteTypes from criteria

Request Information

URI Parameters

NameDescriptionTypeAdditional information
IncludeActive

Include records where RecordState == RecordState.Active

boolean

None.

IncludeInactive

Include records where RecordState == RecordState.Inactive

boolean

None.

IncludeDeleted

Include records where RecordState == RecordState.Deleted

boolean

None.

Match

When searching by string, include records based on match type

MatchCriteriaStringType

None.

NoteTypeIDs

Filter by NoteTypeIDs

Collection of integer

None.

TypeName

Filter by TypeName

string

None.

Props

Filter by Props

Collection of Object

None.

RecordState

Filter by RecordState

RecordState

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 NoteTypeDTOs

Collection of NoteTypeDTO
NameDescriptionTypeAdditional information
NoteTypeID

Note Type ID

integer

None.

TypeName

Type Name

string

None.

NoteStatusCodeTableID

Note Status Code Table ID

integer

None.

NoteSubjectCodeTableID

Note Subject Code Table ID

integer

None.

RecordState

Record State

RecordState

None.

Created

Created

AuditDataDTO

None.

LastUpdated

Last Updated

AuditDataDTO

None.