This operation is retained because its version-labelled public specification differs structurally from another generation. It is comparison evidence, not a promise of current support, compatibility, entitlement, or availability.
Call the operation
https://mgis-apiv2.mappls.com/dqv/aggregate?datasetNme=india&columnname=anzee&operation=Medianhttps://mgis-apiv2.mappls.com/Parameters
datasetNmerequiredThe dataset name of whose information has to be fetched.
indiacolumnnamerequiredcolumn name on which the aggregate operation has to be performed
anzeeoperationrequiredaggregate operators which are acceptable are Count, Average, Max, Median, Min, StdDev and Sum
MediansinglePassIf TRUE computes all aggregation values in a single pass. Its default value is set true
truedataStoreNameName of datastore where adaptor published.
adaptorBuild your request in eight languages
Change source-backed examples once, validate required inputs, and copy the synchronized cURL, JavaScript, Python, Java, C#, Go, PHP, or Ruby request. Credentials remain environment references, and this page never sends a provider request.
https://mgis-apiv2.mappls.com/dqv/aggregate?datasetNme=india&columnname=anzee&operation=Median&singlePass=true&dataStoreName=adaptorcurl --request GET \
--url 'https://mgis-apiv2.mappls.com/dqv/aggregate?datasetNme=india&columnname=anzee&operation=Median&singlePass=true&dataStoreName=adaptor' \
--header "Accept: application/json" \
--header "Authorization: Bearer ${MAPPLS_ACCESS_TOKEN}"Credential-safe by constructionSet MAPPLS_ACCESS_TOKEN only in your trusted runtime. Code generation stays local. Sandbox execution sends only bounded fixture inputs to this developer platform and never reads a credential or calls Mappls.
Send a production-shaped request
Examples use environment-backed access tokens, explicit timeouts where supported, status checks, and JSON bodies derived from the source schema. Replace sample identifiers and coordinates with values from your application.
curl --request GET \
--url 'https://mgis-apiv2.mappls.com/dqv/aggregate?datasetNme=india&columnname=anzee&operation=Median' \
--header 'Authorization: Bearer YOUR_ACCESS_TOKEN'Responses
OK
Impartial Content.
Bad Request, User made an error while creating a valid request.
No data found in database.
Parameter missing
Internal server error.
200 response fields
codeResponse Code
200successNo field description in the source contract.
truemessageNo field description in the source contract.
—dataNo field description in the source contract.
exampledata.GroupByAttributesNo field description in the source contract.
exampledata.AggregationResultsNo field description in the source contract.
exampledata.AggregationFunctionsNo field description in the source contract.
exampledata.AggregationAttributeAttribute on which aggregate function performed
latitude{
"code": "200",
"success": true,
"message": "",
"data": {
"GroupByAttributes": [
"example"
],
"AggregationResults": [
[
"21.168174"
]
],
"AggregationFunctions": [
"Median"
],
"AggregationAttribute": "latitude"
}
}Operate it safely
This operation observes durable platform state. Preserve resource identifiers and account for pagination, delay, and eventual consistency.
Contract provenance
- Source file
mappls-developer-platform/data/corpus/public-api-contracts/mapmyindia-mgis-apis/docs/v2/custom/dqv-apis.yml- SHA-256
391a57c02f461cd4b27fba7b0ef8f838096a4cc16680bb2c6df225fbcf1fe427- Normalization
- Fields are parsed from OpenAPI. Operational guidance and language samples are generated and labeled separately.
- Source record
- Open repository audit