It Will provide the List of boundaries based on search criteria Like "Srikakulam Municipality","Zone-1","Zone-2" etc.
POST
/boundarys/_searchLast modified: 7 months ago
Provides a list of boundaries based on TenantId And List of Boundary id's And List Of codes And BoundaryType And HierarchyType
Request
Query Params
tenantId
string <varchar>
required
Unique id for a tenant.
<= 256 characters
boundaryIds
integer <int64>
optional
List of boundary ids
boundaryNum
integer <int64>
optional
List of boundary ids
boundaryType
integer
optional
lable of boundary within the tenant boundary structure
hierarchyType
string <varchar>
optional
Type Of the BoundaryType Like REVENUE, ADMIN
<= 128 characters
codes
array[string <varchar>]
optional
Unique List of boundary codes.
Request samples
Responses
Successful Response.(200)
Tenantid was not provided or General service error(400)
Successful Response.
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
Not configured
Last modified: 7 months ago