Last active
December 23, 2015 06:58
-
-
Save kyletolle/6597187 to your computer and use it in GitHub Desktop.
record.create sample event payload for Fulcrum Webhooks
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
id: "8faf0917-1987-4ac6-bcc7-4fbf71d191f3", | |
type: "record.create", | |
owner_id: "00053caf-4b6e-4c86-88b6-64695895dffe", | |
data: { | |
status: null, | |
version: 1, | |
id: "7553fd44-78bb-41eb-a453-8b301ae5e52e", | |
form_id: "295eda4a-7795-4881-9f62-085a930b356e", | |
project_id: null, | |
created_at: "2013-09-21T19:20:16Z", | |
updated_at: "2013-09-21T19:20:16Z", | |
client_created_at: "2013-09-21T19:20:16Z", | |
client_updated_at: "2013-09-21T19:20:16Z", | |
created_by: "dev Test", | |
created_by_id: "960247b1-aa51-4d80-bfa1-a1d0baf8d87e", | |
updated_by: "dev Test", | |
updated_by_id: "960247b1-aa51-4d80-bfa1-a1d0baf8d87e", | |
assigned_to: null, | |
assigned_to_id: null, | |
form_values: { | |
94f8: "I25 and Garden of the Gods" | |
}, | |
latitude: 38.8968321491252, | |
longitude: -104.831140637398, | |
altitude: null, | |
speed: null, | |
course: null, | |
horizontal_accuracy: null, | |
vertical_accuracy: null | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"id":"8faf0917-1987-4ac6-bcc7-4fbf71d191f3","type":"record.create","owner_id":"00053caf-4b6e-4c86-88b6-64695895dffe","data":{"status":null,"version":1,"id":"7553fd44-78bb-41eb-a453-8b301ae5e52e","form_id":"295eda4a-7795-4881-9f62-085a930b356e","project_id":null,"created_at":"2013-09-21T19:20:16Z","updated_at":"2013-09-21T19:20:16Z","client_created_at":"2013-09-21T19:20:16Z","client_updated_at":"2013-09-21T19:20:16Z","created_by":"dev Test","created_by_id":"960247b1-aa51-4d80-bfa1-a1d0baf8d87e","updated_by":"dev Test","updated_by_id":"960247b1-aa51-4d80-bfa1-a1d0baf8d87e","assigned_to":null,"assigned_to_id":null,"form_values":{"94f8":"I25 and Garden of the Gods"},"latitude":38.8968321491252,"longitude":-104.831140637398,"altitude":null,"speed":null,"course":null,"horizontal_accuracy":null,"vertical_accuracy":null}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment