Skip to content

Instantly share code, notes, and snippets.

@kyletolle
Last active December 23, 2015 06:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kyletolle/6597221 to your computer and use it in GitHub Desktop.
Save kyletolle/6597221 to your computer and use it in GitHub Desktop.
record.update sample event payload for Fulcrum Webhooks
{
id: "1908484a-fc1b-4c0b-ba79-ddeb83790637",
type: "record.update",
owner_id: "00053caf-4b6e-4c86-88b6-64695895dffe",
data: {
status: null,
version: 2,
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:27Z",
client_created_at: "2013-09-21T19:20:16Z",
client_updated_at: "2013-09-21T19:20:27Z",
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.8968237991091,
longitude: -104.830228686333,
altitude: null,
speed: null,
course: null,
horizontal_accuracy: null,
vertical_accuracy: null
}
}
{"id":"1908484a-fc1b-4c0b-ba79-ddeb83790637","type":"record.update","owner_id":"00053caf-4b6e-4c86-88b6-64695895dffe","data":{"status":null,"version":2,"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:27Z","client_created_at":"2013-09-21T19:20:16Z","client_updated_at":"2013-09-21T19:20:27Z","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.8968237991091,"longitude":-104.830228686333,"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