GET CareStatements/CareStatementBatch

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

CareStatementBatches

A list of Care Statement Batches

Collection of integer

None.

Label

Filter by Label

string

None.

GenerationDateUtcMin

Filter by Generation Date Min

date

None.

GenerationDateUtcMax

Filter by Generation Date Max

date

None.

FromDateUtcMin

Filter by FromDateUtcMin

date

None.

FromDateUtcMax

Filter by FromDateUtcMax

date

None.

ToDateUtcMin

Filter by ToDateUtcMin

date

None.

ToDateUtcMax

Filter by ToDateUtcMax

date

None.

CareStatementBatchStatuses

Filter by Care Statement Batch Statuses

Collection of CareStatementBatchStatus

None.

CreatedDateUtcMin

Filter by CreatedDateUtcMin

date

None.

CreatedDateUtcMax

Filter by CreatedDateUtcMax

date

None.

LastUpdatedDateUtcMin

Filter by Last Updated Date Min

date

None.

LastUpdatedDateUtcMax

Filter by Last Updated Date Max

date

None.

IncludeStatements

True if the the list of Care Statements associated with the batch should be included.

boolean

None.

Sort

Collection of FindSortByCriteria

None.

Skip

Skip for paging

integer

None.

Limit

Limit for paging

integer

None.

BUID

BUID

integer

None.

GroupID

GroupID

integer

None.

Body Parameters

None.

Response Information

Resource Description

List of

IHttpActionResult

None.