Skip to content

Get the specific profile for the specified profile template name -or- profiletemplateid.​

GET
/profile/template/{ProfileTemplateId}

Authorizations​

Bearer

Please create a SessionId using the access-token endpoint and use it in an authorization header.

TypeHTTP (bearer)
Example'Authorization: BEARER <YOUR_TOKEN_HERE>'

Responses​

application/json
JSON
{
"AggregateCount": 0,
"MetaData": null,
"ProfileTemplateId": "string",
"Description": "string",
"Introduction": "string",
"Conclusion": "string",
"ProfileFormat": "string",
"ProfileScore": "string",
"ProfileDate": "string",
"Qrollup": "string",
"Frollup": "string",
"Results": "string",
"ProfileActType": "string",
"DefaultMail": "string",
"HTMLCustomTemplate": "string",
"HTMLCustomTemplateInternal": "string",
"HTMLCustomTemplatePrint": "string",
"AllowUpdate": true,
"CreateType": "string",
"xmlurl": "string",
"xmlurlsd": "string",
"SendEmailAttachmentOnCreate": true,
"KnockoutPlan": "string",
"SuccessPlan": "string",
"RollupRemove": "string",
"WrapperOptions": "string",
"AfterSubmitMessage": "string",
"Questions": [
{
"QuestionType": 0,
"QuestionText": "string",
"Required": "string",
"GUID": "string",
"Answer": "string",
"AnswerList": [
{
"AnswerValue": "string",
"AnswerDescription": "string",
"AnswerRollup": "string",
"AnswerDisplaySection": "string"
}
],
"Encrypt": true,
"Elliptic": true,
"KnockoutAnswer": "string",
"FormLetter": "string",
"LinkedField": "string",
"HTMLCustomTemplate": "string",
"Section": "string",
"Logic": "string",
"Placeholder": "string",
"MaxLength": 0,
"lastBankLookup": "string"
}
],
"NotifyList": [
{
"EmailAddress": null
}
],
"Version": "string",
"FormLetterN": "string",
"FormLetterC": "string",
"FormLetterP": "string",
"FormLetterNR": "string",
"FormLetterPR": "string",
"NotifyOnAdd": true,
"NotifyOnEdit": true,
"NotifyOnAddR": true,
"NotifyOnEditR": true,
"NotifyUser": true,
"PDFArchive": 0
}

Playground​

Authorization
Variables
Key
Value

Samples​