GET Journals/Journal

Get Journal from criteria

Request Information

URI Parameters

NameDescriptionTypeAdditional information
IncludeItems

boolean

None.

Journals

Collection of integer

None.

BusinessUnits

Collection of integer

None.

BusinessUnitNames

Collection of string

None.

JournalTypes

Collection of integer

None.

JournalTypeNames

Collection of string

None.

JournalNumber

integer

None.

JournalType

JournalRecType

None.

JournalTypeParents

Collection of integer

None.

JournalStatuses

Collection of JournalStatus

None.

JournalStatusDateUtcMin

date

None.

JournalStatusDateUtcMax

date

None.

JournalDescription

string

None.

Props

Collection of Object

None.

Skip

integer

None.

Limit

integer

None.

Sort

Collection of FindSortByCriteria

None.

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.

IncludeError

Include records where RecordState == RecordState.CreatedInError

boolean

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.

Match

When searching by string, include records based on match type

MatchCriteriaStringType

None.

Body Parameters

None.

Response Information

Resource Description

List of JournalDTOs

IHttpActionResult

None.