­Home‎ > ‎

User Form Metadata


Overview

Retrieve the list of fields of the form stated in the body params (formID), the user who generated the token must have access to this form to access the data.


URI

/app/api/v1/form/metadata


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




Request Body

{

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

   "formId": "58e708a22353a31bdd16155b"

}



Request Result