GET Events/EntityTemplate

Get entityEventTemplates 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.

EntityEventTemplateIDs

Filter by EntityEventTemplateIDs

Collection of integer

None.

EntityID

Filter by EntityID

integer

None.

EventTemplateID

Filter by EventTemplateID

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 EntityEventTemplateDTOs

Collection of EntityEventTemplateDTO
NameDescriptionTypeAdditional information
EntityEventTemplateID

Entity Event Template ID

integer

None.

EntityID

Entity ID

integer

None.

EventTemplateID

Event Template ID

integer

None.

EventTemplateName

Event Template Name

string

None.

PercentageComplete

Percentage Complete

integer

None.

Details

Details

Collection of EntityEventTemplateDetailDTO

None.

RecordState

Record State

RecordState

None.

Created

Created

AuditDataDTO

None.

LastUpdated

Last Updated

AuditDataDTO

None.