Location endpoint ================= The location-endpoint provides a list endpoint to list locations configured in Accelerate and is available since version ``19.9.19``. .. note:: Locations can be managed in Accelerate by an user with admin-privileges. Goto *Instellingen > Afspraken > Locaties*. ------------------------- list ---- ``GET /location/list`` This endpoint returns all locations. Request ....... This request requires no parameters. Response ........ .. code-block:: json :linenos: [ { "code":"DEVENTER_1", "name":"Locatie Deventer 1", "address":"Herfordstraat 8", "zipcode":"7418EX", "city":"Deventer" }, { "code":"DEVENTER_2", "name":"Locatie Deventer 2", "address":"Herfordstraat 8", "zipcode":"7418EX", "city":"Deventer" } ] .. note:: The property *code* can be used in the endpoints :ref:`dossier-createFromDossierRequest` and :ref:`/appointment/create` to specify a certain location