Type Alias: GetStartProcessFormResponses
type GetStartProcessFormResponses = object;
Defined in: gen/types.gen.ts:12916
Properties
200
200: object;
Defined in: gen/types.gen.ts:12920
The form is successfully returned.
formId?
optional formId: FormId;
The user-provided identifier of the form.
formKey?
optional formKey: FormKey;
The assigned key, which acts as a unique identifier for this form.
schema?
optional schema: object;
The form content.
Index Signature
[key: string]: unknown
tenantId?
optional tenantId: TenantId;
The tenant ID of the form.
version?
optional version: number;
The version of the the deployed form.
204
204: void;
Defined in: gen/types.gen.ts:12947
The process was found, but no form is associated with it.