Within the Build module, there are two REST APIs available:
- Build Management Service
- Build Validation Service
Build Validation Service (REST)
Within the Validation Service you can configure validation rules to check the content during an import. These validation rules can be applied to one or more import templates, so that you have full control over which validation should be applied on which import. This is generally reserved for the Network Owner, as the owner & decision maker on the network.
The Swagger API documentation is available from https://validation.build.gridsz.com/swagger/
Build Management Service (REST)
Trough the Management Service, you will be able to provide updates to specific entities within the Build module. This includes for example updates on a Commercial Area or PoP. Additionally, you are able to fetch all relevant information of the entities for your own data needs.
BUILD users have the capability to manage buildings using the Build Management APIs, including:
- Retrieve an existing building using Building ID
- Retrieve multiple buildings
- using Building External IDs (usually pand_id)
- by providing Address IDs
- Retrieve all addresses belonging to a building using Building ID
- Create a new building
- Update an existing building by Building ID
- Update addresses of an existing building by Building ID
- Delete an existing building by
- Building ID
- Building External ID
The Swagger API documentation is available from https://management.build.gridsz.com/swagger/
You can locate all request and response examples of the API in the Specs. For instance, consider the Create a new Building API. The request example is accessible below, and the response example follows.

