Get Guest Form Details

This API retrieves guest form details for a given guest.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Response Details

FormDetailsV1

Json PropertyData TypeDescription
form_idGuidUnique identifier of the form.
namestringName of the form.
is_expiredboolIndicates whether the form has expired.
form_filled_statusFormFilledStatusCurrent completion status of the form.
last_filled_dateDateTimeDate and time when the form was last filled. Returned in the context center's timezone, or the guest's center timezone for API key requests.
last_filled_bystringName of the user who last filled the form.
form_typeFormTypeType of the form.
viewonlybool?Indicates whether the form is view-only.
is_html_changedboolIndicates whether the form HTML has been modified since the last version.
form_urlstringURL used to access the form.
form_historyListHistory of form versions. Returned only when expand=history is specified.

FormVersionsV1

Json PropertyData TypeDescription
version_dateDateTimeDate and time when the form version was created. Returned in the context center's timezone, or the guest's center timezone for API key requests.
version_idstringUnique identifier of the form version.
created_bystringName of the user who created the form version.
form_namestringName of the form.
form_idGuidUnique identifier of the form.
form_urlstringURL used to access the specific form version.
form_typeFormTypeType of the form.

FormFilledStatus (Enum)

ValueNameDescription
-1NoFormNo form is available.
0NotFilledForm has not been filled.
1SavedForm has been saved but not submitted.
2SubmittedForm has been completed and submitted.

FormType (Enum)

ValueDescription
EnumRepresents the type of form. Exact enum values are not provided in the source code.

Error Response

ApiErrorViewModel

Json PropertyData TypeDescription
codestringApplication-specific error code.
messagestringHuman-readable description of the error.
Path Params
string
required

The unique identifier of the guest whose form details are being retrieved.

Query Params
string

Optional list of additional data to include in the response. Supported value: history (includes form version history).

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/plain