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-api.mapmyindia.com/query_validation?datasetNme=india&query=state+%3D+%27Delhi%27https://mgis-api.mapmyindia.com/Parameters
datasetNmerequiredThe dataset name of whose information has to be fetched.
indiaqueryrequiredQuery to be applied on the dataset. Mandatory if uniqueValue and summerizeValue parameter is not passed.
state = 'Delhi'Build 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-api.mapmyindia.com/query_validation?datasetNme=india&query=state+%3D+%27Delhi%27curl --request GET \
--url 'https://mgis-api.mapmyindia.com/query_validation?datasetNme=india&query=state+%3D+%27Delhi%27' \
--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-api.mapmyindia.com/query_validation?datasetNme=india&query=state+%3D+%27Delhi%27' \
--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.
200messageDisplays the message wheather the query is valid or invalid.
Valid Querymessage.typeNo field description in the source contract.
FeatureCollection{
"code": "200",
"message": "Valid Query"
}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/v1/custom/dqv-apis.yml- SHA-256
ec78e94e77644b4d9ff44c58916c40813cc7f96798318569b33204ebd94fba04- Normalization
- Fields are parsed from OpenAPI. Operational guidance and language samples are generated and labeled separately.
- Source record
- Open repository audit