Get timeseries count
This endpoint returns timeseries data filtered by datasetId and a combination of dimension values.
Input: POST
The StartDate and EndDate act as filters between which if data is found the corresponding timeseries is included in calculating Timeseries count. Both of them are optional.
If no frequeny is provided, all frequencies will be considered for calculating the count. Similarly if StartDate and EndDate is not specified, all time ranges will be considered to calculate timeseries count.
Name | Type | Description |
---|---|---|
DimensionRequest | Array[DimenensionRequest] | The DimensionRequest item consists of
|
Frequency | Array[Char] | Array of required Frequencies. Values can be 'A' -Annual ,'Q' -Quarterly, 'M' -Monthly ,'W' -Weekly |
StartDate | Date | StartDate from which data is required. |
EndDate | Date | EndDate before which data is required. |
Result
Int value of number of Timeseries found after filtering.
Example
POST: http: //data.gov.om/api/data/dataset/CDIACTACHIINDUSAA/count
Output: 2
|