You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`formId`| Yes |`number`| The exact id of the form you wish to get |
254
-
|`injectForms`| No |`boolean`| Set to `true` to inject form elements from nested [Form](./form-elements/form.md) elements and [Info Page](./form-elements/info-page.md) elements.|
|`formId`| Yes |`number`| The exact id of the form you wish to get|
254
+
|`injectForms`| No |`boolean`| Set to `true` to inject form elements from nested [Form](./form-elements/form.md) elements and [Info Page](./form-elements/info-page.md) elements. |
|`options.isAuthenticated`| No |`boolean`| Search on the `isAuthenticated` property of a form. Must be either `true` or `false` or not specified. |
298
+
|`options.isInfoPage`| No |`boolean`| Search on the `isInfoPage` property of a form. Must be either `true` or `false` or not specified. |
299
+
|`options.name`| No |`string`| Search on the `name` property of a form. Can be a prefix, suffix or partial match |
300
+
|`options.formsAppId`| No |`number`| Search on the `formsAppIds` property of a form. Must be the exact match of one the ids in `formsAppIds`. |
301
+
|`options.formsAppEnvironmentId`| No |`number`| Search on the `formsAppEnvironmentId` property of a form. Must be the exact match of a `formsAppEnvironmentId`. |
302
+
|`options.limit`| No |`number`| Limit the number of results returned |
303
+
|`options.offset`| No |`number`| Skip a specific number of results, used in conjunction with `limit` to enforce paging |
0 commit comments