­Home‎ > ‎

Retrieve record (GET)


Overview


Create a record on the specified form (formID), the user who generated the token must have access to this form to get the record.

URI

/app/api/v1/get

 

Method

POST


Header

Param

Value

Host

https://app.aeegle.com

Content-type

application/json;charset=UTF-8



Request Parameters

Param

Type Value

Required

Description

authToken

String

True

Valid token

formId

String

True

Id of the form

recordReferenceId

String

True

Id of the record

projections

Array

False

Fields to show in the records, if not included then will show all fields.



Request Body

{

 "authToken": "GzH4Sfas3RbsSQBYmCUuVi+CL7WmBZE916rhg==",

 "formId": "58e708a22353a31bdd16155b",

 "recordReferenceId": "58e709aa2353a31bdd16155d",

 "query":{

   "projections": [

     "text2039",

     "text2003",

     "text2042"

   ]

 }

}




Response body