GET api/v1/companies/{id}/analytics/locations?startDate={startDate}&endDate={endDate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
|
| startDate | string |
Default value is |
|
| endDate | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
Collection of AggregateData| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| Quantity | integer |
None. |
|
| Percentage | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Name": "sample string 1",
"Quantity": 2,
"Percentage": 3.0
},
{
"Name": "sample string 1",
"Quantity": 2,
"Percentage": 3.0
}
]