GET api/v1/widgets/getparticipationbyplacewdgt?placeCode={placeCode}&refresh={refresh}&monthsBack={monthsBack}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
placeCode

string

Required

refresh

boolean

Default value is False

monthsBack

integer

Default value is 12

Body Parameters

None.

Response Information

Resource Description

SingleResultResponseOfWidgetWithDataDtoOfGetParticipationByPlaceDto
NameDescriptionTypeAdditional information
Meta

MetaSingleResult

None.

Notifications

None.

Response Formats

application/json, text/json

Sample:
{
  "meta": {},
  "notifications": [
    {},
    {}
  ],
  "result": {
    "id": "59ff5ea4-3458-4a4d-b894-faef849563df",
    "code": "sample string 2",
    "data": {
      "avarageParticipation": 1.1,
      "avarageParticipationByMonth": 2.1,
      "participantsInLastMmService": 3,
      "newParticipantsInLastmmmservice": 4
    }
  }
}

application/xml, text/xml

Sample:
<SingleResultResponseOfWidgetWithDataDtoOfGetParticipationByPlaceDto6G3gPdPvdOvjT49_P xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Presentation.WebApi.Dtos.Response">
  <Meta />
  <Notifications>
    <Notification />
    <Notification />
  </Notifications>
  <Result xmlns:d2p1="http://schemas.datacontract.org/2004/07/Application.Services.Dtos">
    <d2p1:Code>sample string 2</d2p1:Code>
    <d2p1:Data xmlns:d3p1="http://schemas.datacontract.org/2004/07/Application.Services.Dtos.Location">
      <d3p1:AvarageParticipation>1.1</d3p1:AvarageParticipation>
      <d3p1:AvarageParticipationByMonth>2.1</d3p1:AvarageParticipationByMonth>
      <d3p1:NewParticipantsInLastmmmservice>4</d3p1:NewParticipantsInLastmmmservice>
      <d3p1:ParticipantsInLastMmService>3</d3p1:ParticipantsInLastMmService>
    </d2p1:Data>
    <d2p1:Id>59ff5ea4-3458-4a4d-b894-faef849563df</d2p1:Id>
  </Result>
</SingleResultResponseOfWidgetWithDataDtoOfGetParticipationByPlaceDto6G3gPdPvdOvjT49_P>