GET api/Forms/GetCurrent
Gets currently used Form for a Site. Scope Site.Name:{SiteName} must be granted to retrieve the information (in other words - Form can only be retrieved within the scope of a single Site).
Response Information
Response body formats
application/json, text/json
Sample:
{ "FormID": "70e369b7-5949-4a36-9c0b-6d5e6290a80d", "Name": "Contact - Support", "Description": "Gathers detailed contact information", "InstructionsTopText": "<p>Please fill out the form as best you can. We can only support you after you have paid for the appointment so we will contact you and provide you a secure payment link. Once the fee has been paid we will provide support for <strong>1 issue that can be resolved over the phone or remotely via a secure Google Meeting session.<br /></strong></p>", "InstructionsBottomText": "<p>We will contact you within 15 minutes. You will need to be in front of the computer you need help with during the call.</p>", "SubmitButtonText": "Submit", "ConfirmationText": "<p>We have received your Support Request. Thank you.</p>", "ResultsEmailAddress": "tony@iradek.com", "StoreResultsInDatabase": true, "IsLocked": false, "CreatedTime": "2017-11-24T15:52:11.797", "UpdatedTime": "2023-07-02T19:11:32.557", "SiteName": "IT-Technical-Support-and-Training-Reno-NV", "FileName": null, "HideVideoChat": true, "SubmitProviderEnabled": null, "SubmitProviderUrl": null, "SubmitProviderKeyValues": null, "SubmitProviderHeaders": null, "SubmitProviderSuccessKeyword": null, "JornayaEnabled": null, "JornayaCampaignID": null, "JornayaDisclosureText": null, "JornayaDisclosureNoInteraction": null, "TrustedFormEnabled": null, "TrustedFormFieldName": "xxTrustedFormCertUrl", "TrustedFormIdentifier": "t2njcElZ", "TrustedFormIsSandbox": null }
application/xml, text/xml
Sample:
<Form xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MediaLibrarianCore"> <ConfirmationText><p>We have received your Support Request. Thank you.</p></ConfirmationText> <CreatedTime>2017-11-24T15:52:11.797</CreatedTime> <Description>Gathers detailed contact information</Description> <FileName i:nil="true" /> <FormID>70e369b7-5949-4a36-9c0b-6d5e6290a80d</FormID> <HideVideoChat>true</HideVideoChat> <InstructionsBottomText><p>We will contact you within 15 minutes. You will need to be in front of the computer you need help with during the call.</p></InstructionsBottomText> <InstructionsTopText><p>Please fill out the form as best you can. We can only support you after you have paid for the appointment so we will contact you and provide you a secure payment link. Once the fee has been paid we will provide support for <strong>1 issue that can be resolved over the phone or remotely via a secure Google Meeting session.<br /></strong></p></InstructionsTopText> <IsLocked>false</IsLocked> <JornayaCampaignID i:nil="true" /> <JornayaDisclosureNoInteraction i:nil="true" /> <JornayaDisclosureText i:nil="true" /> <JornayaEnabled i:nil="true" /> <Name>Contact - Support</Name> <ResultsEmailAddress>tony@iradek.com</ResultsEmailAddress> <SiteName>IT-Technical-Support-and-Training-Reno-NV</SiteName> <StoreResultsInDatabase>true</StoreResultsInDatabase> <SubmitButtonText>Submit</SubmitButtonText> <SubmitProviderEnabled i:nil="true" /> <SubmitProviderHeaders i:nil="true" /> <SubmitProviderKeyValues i:nil="true" /> <SubmitProviderSuccessKeyword i:nil="true" /> <SubmitProviderUrl i:nil="true" /> <TrustedFormEnabled i:nil="true" /> <TrustedFormFieldName>xxTrustedFormCertUrl</TrustedFormFieldName> <TrustedFormIdentifier>t2njcElZ</TrustedFormIdentifier> <TrustedFormIsSandbox i:nil="true" /> <UpdatedTime>2023-07-02T19:11:32.557</UpdatedTime> </Form>