Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Action

More information

Register a mobility moblity hindrance.

https://api-gateway.beta.gipod.vlaanderen.be/api-documentation.html#operation/RegisterMobilityHindrance

Modify a mobility hindrance.

https://api-gateway.beta.gipod.vlaanderen.be/api-documentation.html#operation/ModifyMobilityHindrance

Modify description, time schedule and periods, zones.

Modify a mobility hindrance zone.

https://api-gateway.beta.gipod.vlaanderen.be/api-documentation.html#operation/ModifyMobilityHindranceZone

Modify the geometry and the consequences of a mobility hindrance zone.

Add a mobility hindrance zone.

https://api-gateway.beta.gipod.vlaanderen.be/api-documentation.html#operation/AddMobilityHindranceZone

Adds an extra mobility hindrance zone to a given mobility hindrance zone.

Remove a mobility hindrance zone.

https://api-gateway.beta.gipod.vlaanderen.be/api-documentation.html#operation/RemoveMobilityHindranceZone

Removes a given mobility hindrance zone.

Modify contact information of a contactinformation mobility hindrance.

https://api-gateway.beta.gipod.vlaanderen.be/api-documentation.html#operation/ModifyMobilityHindranceContactOrganisation

Modifies the contact information of a mobility hindrance

Query Get the organisation details for of the currently logged on user.

https://api-gateway.beta.gipod.vlaanderen.be/api-documentation.html#operation/GetCurrentlyLoggedOnOrganisation

Query Get the hierarchical structure for a given organisation.

https://api-gateway.beta.gipod.vlaanderen.be/api-documentation.html#operation/GetOrganisationStructure

Remove contact information a givencontactorganisation from a trench synergy.

https://api-gateway.beta.gipod.vlaanderen.be/api-documentation.html#operation/RemoveTrenchSynergyContactOrganisation

Removes contact information contactorganisation from a given trench synergy.

Changed Calls

...

Action

More information

Changes

Response of mobility hindrance detail

https://api-gateway.beta.gipod.vlaanderen.be/api-documentation.html#operation/GetMobilityHindrance

  • The following properties were added to the detail response:

    • consequenceOf

    • occurrence

  • The following properties were removed from the detail response:

    • location

    • refersToPublicDomainOccupancyZone

  • Effects are now a property of each zone element:

    • hasEffect

Modify trench synergy request additional information

https://api-gateway.beta.gipod.vlaanderen.be/api-documentation.html#operation/ModifyAdditionalInfoTrenchSynergyRequest

  • When trying to modify the additional information for a trench synergy request which is not active anymore, the response has the status code 403 (forbidden). Before it was 404(not found).

Modify a zone of event using patch

https://api-gateway.beta.gipod.vlaanderen.be/api-documentation.html#operation/ModifyEvent

It is now possible to modify the zone (wkt) of a event using the patch verb.

Register a groundwork

https://api-gateway.beta.gipod.vlaanderen.be/docs/api-documentation.html#operation/RegisterGroundwork%20(Groundworks)

Contract change: rename of property grbstatus to grbImpactId.

Taxonomy grb-statuses

https://api-gateway.beta.gipod.vlaanderen.be/api-documentation.html#operation/GetGrbImpact

url changed: “/grb-statuses” to “/api/v1/taxonomies/public-domain-occupancy/grbimpact”

Taxonomy grb-status by id

https://api-gateway.test.gipod.vlaanderen.be/api-documentation.html#operation/GetGrbImpactById

url changed: “/grb-statuses/id” to “/api/v1/taxonomies/public-domain-occupancy/grbimpact/id”

Get collaboration zone

https://api-gateway.beta.gipod.vlaanderen.be/api-documentation.html#operation/GetCollaborationZone

"/api/v1/organisations/{organisationId}/trench-synergy-interestzone" renamed to : "/api/v1/organisations/{organisationId}/collaborationzone"

Create or modify collaboration zone

https://api-gateway.beta.gipod.vlaanderen.be/api-documentation.html#operation/GetCollaborationZone

interest zone becomes collaboration zone

Launch trench synergy request

https://api-gateway.beta.gipod.vlaanderen.be/api-documentation.html#operation/LaunchTrenchSynergyRequest

A trench synergy request has no longer a reference but a unique gipodId instead.

Answer trench synergy request

https://api-gateway.beta.gipod.vlaanderen.be/api-documentation.html#operation/AnswerTrenchSynergyRequest

Answering a trench synergy request and linking groundwork(s) can be performed by an organisation in the same hierarchy as the owner of the groundwork(s).

Add groundwork(s) to trench synergy request

https://api-gateway.beta.gipod.vlaanderen.be/api-documentation.html#operation/AddGroundworksToTrenchSynergyRequest

Adding groundwork(s) to a trench synergy request can be performed by an organisation in the same hierarchy as the owner of the groundwork(s).

Register and Modify ContactInformation
Register Work, Groundwork, Event and MobilityHindrance

https://api-gateway.beta.gipod.vlaanderen.be/api-documentation.html#operation/RegisterEvent
https://api-gateway.beta.gipod.vlaanderen.be/api-documentation.html#operation/AddEventContactOrganisation
https://api-gateway.beta.gipod.vlaanderen.be/api-documentation.html#operation/ModifyEventContactOrganisation
https://api-gateway.beta.gipod.vlaanderen.be/api-documentation.html#operation/RegisterGroundwork
https://api-gateway.beta.gipod.vlaanderen.be/api-documentation.html#operation/AddGroundworkContactOrganisation
https://api-gateway.beta.gipod.vlaanderen.be/api-documentation.html#operation/ModifyGroundworkContactOrganisation
https://api-gateway.beta.gipod.vlaanderen.be/api-documentation.html#operation/RegisterWork
https://api-gateway.beta.gipod.vlaanderen.be/api-documentation.html#operation/AddWorkContactOrganisation
https://api-gateway.beta.gipod.vlaanderen.be/api-documentation.html#operation/ModifyWorkContactOrganisation
https://api-gateway.beta.gipod.vlaanderen.be/api-documentation.html#operation/ModifyMobilityHindranceContactOrganisation
https://api-gateway.beta.gipod.vlaanderen.be/api-documentation.html#operation/RegisterMobilityHindrance
https://api-gateway.beta.gipod.vlaanderen.be/api-documentation.html#operation/ModifyTrenchSynergyContactOrganisation
https://api-gateway.beta.gipod.vlaanderen.be/api-documentation.html#operation/AddTrenchSynergyContactOrganisation

‘Firstname’ and ‘Lastname’ properties are removed on ContactInformation.
Use the newly added property ‘Contactname’

...