POST api/Centers/GetInstituteFacilitatorsInsights

Request Information

URI Parameters

None.

Body Parameters

GetInstituteFacilitatorsInsightsModel
NameDescriptionTypeAdditional information
InstituteID

globally unique identifier

Required

startDate

date

Required

endDate

date

Required

Max

integer

Required

Range: inclusive between 10 and 50

Current

integer

Required

Range: inclusive between 0 and 1000

Request Formats

application/json, text/json

Sample:
{
  "InstituteID": "8cb43972-d46f-42ad-89a4-09e28756fc42",
  "startDate": "2025-11-05T10:38:47.3433183+00:00",
  "endDate": "2025-11-05T10:38:47.3433183+00:00",
  "Max": 4,
  "Current": 5
}

application/xml, text/xml

Sample:
<GetInstituteFacilitatorsInsightsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GameAPIV3.Models">
  <Current xmlns="http://schemas.datacontract.org/2004/07/GameAPIV3.Controllers.MongoDB">5</Current>
  <Max xmlns="http://schemas.datacontract.org/2004/07/GameAPIV3.Controllers.MongoDB">4</Max>
  <endDate xmlns="http://schemas.datacontract.org/2004/07/GameAPIV3.Controllers.MongoDB">2025-11-05T10:38:47.3433183+00:00</endDate>
  <startDate xmlns="http://schemas.datacontract.org/2004/07/GameAPIV3.Controllers.MongoDB">2025-11-05T10:38:47.3433183+00:00</startDate>
  <InstituteID>8cb43972-d46f-42ad-89a4-09e28756fc42</InstituteID>
</GetInstituteFacilitatorsInsightsModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.