Skip to main content

magpi@1.1.2

Functions

fetchSurveyData(params)
submitRecord(jsonData)

The following functions are exported from the common adaptor:

alterState()
dataPath()
dataValue()
each()
field()
fields()
fn()
lastReferenceValue()
merge()
sourceValue()

fetchSurveyData

fetchSurveyData(params) ⇒ Operation

Make a POST request to fetch Magpi data and POST it somewhere else

ParamTypeDescription
paramsobjectdata to make the fetch

Example

fetchSurveyData({
"surveyId": "37479",
"afterDate": "2017-09-27",
"postUrl": "https://www.openfn.org/inbox/your-inbox-url"
})

submitRecord

submitRecord(jsonData) ⇒ Operation

Submit a record for a form/survey which already exists in a Magpi user account

ParamTypeDescription
jsonDataobjectPayload data for the record

Example

submitRecord(jsonData)