getFormInfoJson

Function

This returns the /info/forminfo.json which simply has the form name and type. We need the name so we can make the getFormInfo call

This returns the /info/forminfo.json which simply has the form name and type. We need the name so we can make the getFormInfo call

  • getFormInfoJson(id: string, requestOptions: IRequestOptions) : Promise<any>

Parameters

Parameter Type Default Notes
id Required string
requestOptions Required IRequestOptions

Available requestOptions

Property Type Notes

Returns

Promise<any>

Function defined in common/src/surveys/utils/get-form-info-json.ts:11