POST api/Centers/GetInstituteInsights
Request Information
URI Parameters
None.
Body Parameters
GetInstituteInsightsModel| Name | Description | Type | Additional information |
|---|---|---|---|
| InstituteID | globally unique identifier |
Required |
|
| startDate | date |
Required |
|
| endDate | date |
Required |
Request Formats
application/json, text/json
Sample:
{
"InstituteID": "9b1a62ba-8316-4f18-baa6-2679cb932879",
"startDate": "2025-11-05T10:38:48.5936576+00:00",
"endDate": "2025-11-05T10:38:48.5936576+00:00"
}
application/xml, text/xml
Sample:
<GetInstituteInsightsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GameAPIV3.Models"> <endDate xmlns="http://schemas.datacontract.org/2004/07/GameAPIV3.Controllers.MongoDB">2025-11-05T10:38:48.5936576+00:00</endDate> <startDate xmlns="http://schemas.datacontract.org/2004/07/GameAPIV3.Controllers.MongoDB">2025-11-05T10:38:48.5936576+00:00</startDate> <InstituteID>9b1a62ba-8316-4f18-baa6-2679cb932879</InstituteID> </GetInstituteInsightsModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.