GET api/statistics/users/created?fromDate={fromDate}&toDate={toDate}&countryId={countryId}&defaultPortalId={defaultPortalId}&customerId={customerId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
fromDate

date

Required

toDate

date

Required

countryId

integer

None.

defaultPortalId

integer

None.

customerId

integer

None.

Body Parameters

None.

Response Information

NameDescriptionTypeAdditional information
Name

Name

string

None.

Data

Data

Collection of Collection of integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "name": "sample string 1",
    "data": [
      [
        1,
        2
      ],
      [
        1,
        2
      ]
    ]
  },
  {
    "name": "sample string 1",
    "data": [
      [
        1,
        2
      ],
      [
        1,
        2
      ]
    ]
  }
]