Minimum Role Permission
Lookups: Manager
Minimum Role Permission
Lookups: Read Only
The exact id of the lookup you wish to get
Minimum Role Permission
Lookups: Read Only
Optional
limit?: numberOptional
offset?: numberThe exact id of organisation associated with the lookups you wish to search
Minimum Role Permission
Lookups: Manager
const lookup = {
id: 1,
createdAt: '2023-06-28T02:00:03.000Z',
updatedAt: '2023-06-28T02:00:03.000Z',
name: 'My New Lookup',
environments: [
{
formsAppEnvironmentId: 1,
url: 'https://my-url.com/lookup',
},
],
type: 'DATA',
organisationId: '',
}
const updatedLookup =
await formElementLookups.updateFormElementLookup(lookup)
// Use lookup here
Example