Create event
POST/data/events
Adds event data for a device.
The FMDP platform automatically generates server time and a unique event packet id (this event id should be used for updating the event) for each received data packet. To process the data successfully, users must provide a valid source_id, client_id, and source_time
Request
Responses
- 202
- 400
- 401
- 403
- 404
- 500
Request is successful. Data is accepted.
Either the device id is missing/wrong, or the payload is not formatted correctly.
Unauthorized Access
The device is disabled
The device is not registered
Something went wrong in the application or the depending services are down. Client should avoid retrying immediately.