Skip to content

Instantly share code, notes, and snippets.

@kyletolle
Created May 21, 2014 14:52
Show Gist options
  • Save kyletolle/65addb8ac981f49c8b79 to your computer and use it in GitHub Desktop.
Save kyletolle/65addb8ac981f49c8b79 to your computer and use it in GitHub Desktop.
Fulcrum Example Record
{
"record": {
"altitude": null,
"assigned_to": null,
"assigned_to_id": null,
"client_created_at": "2014-04-09T12:24:36Z",
"client_updated_at": "2014-04-09T12:26:50Z",
"course": null,
"created_at": "2014-04-28T20:38:46Z",
"created_by": "Kyle Tolle",
"created_by_id": "51efe7d6a93448fc300048d9",
"form_id": "a3650f19-3002-4a58-b010-19bf0f9f089f",
"form_values": {
"2152": [
{
"caption": "",
"large": "http://web.fulcrumapp.com/api/v2/photos/f4bcc881-86ad-477f-9406-a8aea07ff7a4/large.jpg",
"photo_id": "f4bcc881-86ad-477f-9406-a8aea07ff7a4",
"thumbnail": "http://web.fulcrumapp.com/api/v2/photos/f4bcc881-86ad-477f-9406-a8aea07ff7a4/thumbnail.jpg",
"url": "http://web.fulcrumapp.com/api/v2/photos/f4bcc881-86ad-477f-9406-a8aea07ff7a4.jpg"
},
{
"caption": "",
"large": "http://web.fulcrumapp.com/api/v2/photos/3b46264f-cc9d-4edb-9b56-113a52860447/large.jpg",
"photo_id": "3b46264f-cc9d-4edb-9b56-113a52860447",
"thumbnail": "http://web.fulcrumapp.com/api/v2/photos/3b46264f-cc9d-4edb-9b56-113a52860447/thumbnail.jpg",
"url": "http://web.fulcrumapp.com/api/v2/photos/3b46264f-cc9d-4edb-9b56-113a52860447.jpg"
}
],
"28f5": "Pont Alexandre III",
"2edc": {
"choice_values": [
"Serious"
],
"other_values": []
},
"7013": {
"country": "France",
"locality": "Paris",
"postal_code": "75007",
"thoroughfare": "Pont Alexandre III"
},
"7169": "2014-04-09",
"7225": "yes",
"fcf6": [
{
"created_at": "1397046183",
"created_by_id": "51efe7d6a93448fc300048d9",
"form_values": {
"2fc9": [
{
"caption": "",
"photo_id": "4a978fd8-b4e9-4830-be21-b43be3fb338b"
}
],
"5ec5": "Lion and baby. ",
"c488": {
"choice_values": [
"Animal"
],
"other_values": []
},
"e42f": {
"choice_values": [
"Serious"
],
"other_values": []
}
},
"geometry": {
"coordinates": [
2.3140268,
48.8628885
],
"type": "Point"
},
"id": "e87a4d06-3e22-4b85-98ba-beb151f29a5d",
"updated_at": "1397046183",
"updated_by_id": "51efe7d6a93448fc300048d9",
"version": 1
},
{
"created_at": "1397046225",
"created_by_id": "51efe7d6a93448fc300048d9",
"form_values": {
"2fc9": [
{
"caption": "",
"photo_id": "65b39afb-b27f-4550-bd90-7ff3e7a50d60"
}
],
"5ec5": "Up river left lady with sword",
"c488": {
"choice_values": [
"Female"
],
"other_values": []
},
"e42f": {
"choice_values": [
"Serious"
],
"other_values": []
}
},
"geometry": {
"coordinates": [
2.3138001,
48.862975
],
"type": "Point"
},
"id": "e26e019e-3a8c-4f84-8f34-b4f674fa7658",
"updated_at": "1397046225",
"updated_by_id": "51efe7d6a93448fc300048d9",
"version": 1
},
{
"created_at": "1397046269",
"created_by_id": "51efe7d6a93448fc300048d9",
"form_values": {
"2fc9": [
{
"caption": "",
"photo_id": "05c532b2-25b1-4eda-83f4-8e2c398ac23c"
}
],
"5ec5": "Downstream left lady with scepter.",
"c488": {
"choice_values": [
"Female"
],
"other_values": []
},
"e42f": {
"choice_values": [
"Serious"
],
"other_values": []
}
},
"geometry": {
"coordinates": [
2.3137994,
48.8629711
],
"type": "Point"
},
"id": "49bcddd5-db89-40cb-b999-adab89ec7a74",
"updated_at": "1397046269",
"updated_by_id": "51efe7d6a93448fc300048d9",
"version": 1
}
]
},
"horizontal_accuracy": null,
"id": "fee62b93-658f-400b-8251-b054a13f4724",
"latitude": 48.8637249861012,
"longitude": 2.31358582153916,
"project_id": null,
"speed": null,
"status": null,
"updated_at": "2014-04-28T20:38:46Z",
"updated_by": "Kyle Tolle",
"updated_by_id": "51efe7d6a93448fc300048d9",
"version": 1,
"vertical_accuracy": null
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment