GET Api/Reports?accountName={accountName}&fromDate={fromDate}&toDate={toDate}&isLessThan={isLessThan}&greaterThanLessThanValue={greaterThanLessThanValue}

Runs the CM CPT Report.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
accountName

The name of the account to run the report for.

string

Required

fromDate

The from/start date.

date

Required

toDate

The to/end date.

date

Required

isLessThan

'true' to return data less than the {greaterThanLessThanValue}, 'false' to return data greater than the {greaterThanLessThanValue}.

boolean

Default value is True

greaterThanLessThanValue

The Care Management (CM) time threshold.

integer

Default value is 9999

Body Parameters

None.

Response Information

Resource Description

A collection of participants and the matching CM details.

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.