Versions Compared

Key

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

...

Action

More information

Changes

Search public domain occupancies

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

  • GipodId is added as property to each member in the Hydra Collection response

  • @type is added as property to each member in the Hydra Collection response. This property contains the entity type of the public domain occupancy. Possible values are:

    • Work

    • Groundwork

    • Event

    • ParkingBan

Get groundwork

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

  • GipodId is added as property in the response

Get event

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

  • GipodId is added as property in the response

Get work

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

  • GipodId is added as property in the response

Register a new event

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

  • Reference not required

  • Description required

  • Period & Timeschedule can be in the past

  • Period End is now required.

  • Period Duration is removed.

  • Zones removed. Registering multiple zones no longer supported. Use ‘EventZone’.

  • EventZone field added and is required.

  • LocationDescription removed

  • PublicDomainOccupancyStatusId renamed → StatusId

  • Url is now an array to support multiple urls

  • Link between StatusId & Schedule/Period

    • Niet concreet gepland & Concreet gepland

      • All occurences are today or in the future

    • Afgelopen

      • All occurences are in the past

    • Lopende

      • Not all occurences are in the past and not all occurences are in the future.

  • At least one Contactorganisation with Role CaseManager and flag isPublic false

Register e a new work

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

  • Period & Timeschedule can be in the past

  • Period End is now required.

  • Period Duration is removed.

  • Zones removed. Registering multiple zones no longer supported. Use ‘ConstructionZone’.

  • ConstructionZone field added and is required.

  • LocationDescription removed

  • PublicDomainOccupancyStatusId renamed → StatusId

  • Url is now an array to support multiple urls

  • Link between StatusId & Schedule/Period

    • Voorontwerp, Niet concreet gepland & Concreet gepland

      • All occurences are today or in the future

    • Uitgevoerd

      • All occurences are in the past

    • In uitvoering

      • Not all occurences are in the past and not all occurences are in the future.

  • At least one Contactorganisation with Role CaseManager and flag isPublic false

...