Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejson
{
{
{id:1360001, text: "i", story caregory id:75744745, indicator { 
5666: { id10},id20 5667,id30 5668
}, change { id100,id200
}, beneficiary {001,0012,00123
}, custom fields { 112:"Hello",113:"Hi"
}, latitude:110,longitude:130
},
{
{id:1, text: "iThe rainy season is taking its toll on our ambulance! We got stuck in the mud on our way to our clinic yesterday!", story caregory id:7574, indicator { 
id10,id20,id30
}, change { id100,id200
}, beneficiary {001,0012,00123
}, custom fields { 112:"Hello",113:"Hi"
}, latitude:110,longitude:130
},
{
{id:1, text: "i", story caregory id:7574, indicator { 
id10,id20,id30
}, change { id100,id200
}, beneficiary {001,0012,00123
}, custom fields { 112:"Hello",113:"Hi"
}, latitude:110,longitude:130
},
{
{id:1, text: "i", story caregory id:7574, indicator { 
id10,id20,id30
}, change { id100,id200
}, beneficiary {001,0012,00123
}, custom fields { 112:"Hello",113:"Hi"
}, latitude:110,longitude:130
}
}

...

Example of single box

Code Block
{
  "id": 360001,
  "text": "",
  "story caregory id": 4745,
  "project ID":3171,
  "user ID":5652,
  "charity ID":"",
  "send survey ID":"",
  "event ID":"",
  "known beneficiaries count": 1,
  "unknown beneficiaries count": 0,
  "beneficiary": {
    "132017": {
      "indicator": {
        "5667": {
          "name": "Young Person programme/service Status",
          "indicator type": 2,
          "Ratio Set ID": 3383,
          "Indicator Type ID": 2,
          "Success Direction": "none",
          "outcome ID": 2283,
          "owner type": "charity",
          "owner ID": 793,
          "sub ratio ID": 14151,
          "sub raiio name": "On Progression"
        },
        "5666": {
          "name": "Young Person NEET/EET Status",
          "indicator type": 2,
          "Ratio Set ID": 3383,
          "Indicator Type ID": 2,
          "Success Direction": "none"
        },
        "5668": {
          "name": "Evidence of Young person status",
          "indicator type": 2,
          "Ratio Set ID": 3383,
          "Indicator Type ID": 2,
          "Success Direction": "none"
        }
      },
      "change": {},
      "custom fields": {}
    }
  },
  "latitude": 110,
  "longitude": 130,
  "location": ""
}

Way 2: (Individual response (It could be indicator or change) as unique value (One story can have multiple responses))

...