Location created
This HTTP request is sent to registered URLs every time a Location was created in Qminder.| Field name | Data type | Description |
|---|---|---|
| type | ”location_created” | Always “location_created” for the Location Created event |
| data.id | number | The ID of the newly created location. |
| data.name | string | The name of the newly created location. |
Location changed
This HTTP request is sent to registered URLs every time a Location was changed in Qminder.| Field name | Data type | Description |
|---|---|---|
| type | ”location_changed” | Always “location_changed” for the Location Changed event |
| data.id | number | The ID of the changed location |
| data.name | string | The name of the changed location. If the location’s name has changed, the new location name is sent with this HTTP request. |