GET api/MarcqiReports?clientId={clientId}&programId={programId}&taskId={taskId}&from={from}&to={to}
GET: api/MarcqiReports
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clientId | integer |
Required |
|
programId | integer |
Required |
|
taskId | integer |
Required |
|
from | date |
Required |
|
to | date |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]
application/octet-stream
Sample:
[{},{}]
application/xml, text/xml
Sample:
<ArrayOfAnyType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <anyType /> <anyType /> </ArrayOfAnyType>