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.
Compare before changing adapters
This is the v2 declaration and the highest version-labelled source evidence. “Preferred” does not prove provider support or semantic compatibility.
Open field-level comparison and migration checklistCall the operation
https://mgis-apiv2.mappls.com/describeDataset?datasetNme=indiahttps://mgis-apiv2.mappls.com/Parameters
datasetNmerequiredReturns all attribute names except geometry against a dataset.
indiadataStoreNameName of the dataStoreName in case of data adaptor.
indiaBuild 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/describeDataset?datasetNme=india&dataStoreName=indiacurl --request GET \
--url 'https://mgis-apiv2.mappls.com/describeDataset?datasetNme=india&dataStoreName=india' \
--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/describeDataset?datasetNme=india' \
--header 'Authorization: Bearer YOUR_ACCESS_TOKEN'Responses
OK
Bad Request, User made an error while creating a valid request.
Unauthorized.
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.propertyListNo field description in the source contract.
exampledata.propertyList[].ColumnNameName of Column
st_namedata.propertyList[].ColumnTypeData Type of ColumnName
string{
"code": "200",
"success": true,
"message": "",
"data": {
"propertyList": [
{
"ColumnName": "st_name",
"ColumnType": "string"
}
]
}
}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/describe-dataset-api.yml- SHA-256
ea4acadc9a13ed87bdc8f5b4a009cb6eebcc13efc93221a3103ac8f5ea70c9b6- Normalization
- Fields are parsed from OpenAPI. Operational guidance and language samples are generated and labeled separately.
- Source record
- Open repository audit