GET Api/Results/GetParticipantsWithResultsByDate?fromDate={fromDate}&toDate={toDate}
This method will return a list of participant ids (alert ids) that have results data during the given date range. <param name="fromDate">The beginning date to find participants with results.</param><param name="toDate">The ending date to find participants with results.</param>".
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
fromDate | date |
Required |
|
toDate | date |
Required |
Body Parameters
None.
Response Information
Resource Description
A list of participant alert IDs (unique ids as assigned by TouchPointCare).
Collection of integerResponse Formats
application/json, text/json
Sample:
[ 1, 2 ]
application/xml, text/xml
Sample:
<ArrayOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <int>1</int> <int>2</int> </ArrayOfint>