GET CareStatements/CareStatement

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

BUIDs

A list of Business Unit IDs

Collection of integer

None.

GroupIDs

A list of Group IDs

Collection of integer

None.

CareStatements

A list of Care Statement IDs

Collection of integer

None.

CareStatementBatches

A list of Care Statement Batch IDs

Collection of integer

None.

ClientIDs

A list of ClientIDs

Collection of integer

None.

CareStatementDateUtcMin

Filter by Care Statement Date Min

date

None.

CareStatementDateUtcMax

Filter by Care Statement Date Max

date

None.

StartDateUtcMin

Filter by StartDateUtcMin

date

None.

StartDateUtcMax

Filter by StartDateUtcMax

date

None.

StopDateUtcMin

Filter by StopDateUtcMin

date

None.

StopDateUtcMax

Filter by StopDateUtcMax

date

None.

CareStatementStatuses

Filter by Care Statement Statuses

Collection of CareStatementStatus

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.

Sort

Collection of FindSortByCriteria

None.

Skip

Skip for paging

integer

None.

Limit

Limit for paging

integer

None.

Body Parameters

None.

Response Information

Resource Description

List of

IHttpActionResult

None.