GET api/Forms/FullFormOfId/{Id}/{GetAnswer}

Get FullForm of target Form Id

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Id

integer

Required

GetAnswer

boolean

Default value is False

Body Parameters

None.

Response Information

Resource Description

FullForm
NameDescriptionTypeAdditional information
Form

Forms

None.

Sections

Collection of FormSection

None.

Questions

Collection of FormQuestion

None.

QuestionOptions

Collection of PossibleOption

None.

Answers

Collection of FormAnswer

None.

Response Formats

application/json, text/json

Sample:
{
  "Form": {
    "FormId": 1,
    "EmployesId": 2,
    "Title": "sample string 3",
    "Txt": "sample string 4",
    "PublishedDate": "2025-08-14T03:13:11.7655766+00:00",
    "AvailableToDate": "2025-08-14T03:13:11.7655766+00:00",
    "LastChanged": "2025-08-14T03:13:11.7655766+00:00",
    "IsAnonymous": true,
    "IsAvailable": true,
    "IsDraft": true,
    "AnswerVisibleForUser": true,
    "LastChange_AuthorId": 11
  },
  "Sections": [
    {
      "FormSectionId": 1,
      "FormId": 2,
      "Position": 3,
      "Title": "sample string 4",
      "Txt": "sample string 5",
      "Required": true,
      "IsOnePagedQuestion": true,
      "IsVisible": true,
      "LastChanged": "2025-08-14T03:13:11.7655766+00:00",
      "LastChange_AuthorId": 10
    },
    {
      "FormSectionId": 1,
      "FormId": 2,
      "Position": 3,
      "Title": "sample string 4",
      "Txt": "sample string 5",
      "Required": true,
      "IsOnePagedQuestion": true,
      "IsVisible": true,
      "LastChanged": "2025-08-14T03:13:11.7655766+00:00",
      "LastChange_AuthorId": 10
    }
  ],
  "Questions": [
    {
      "QuestionId": 1,
      "FormSectionId": 2,
      "QuestionDesignId": 3,
      "FormId": 4,
      "Position": 5,
      "Title": "sample string 6",
      "Txt": "sample string 7",
      "AnswerRequired": true,
      "MaxChoices": 9,
      "ImgUrl": "sample string 10",
      "IsVisible": true,
      "PublishedDate": "2025-08-14T03:13:11.7655766+00:00",
      "LastChanged": "2025-08-14T03:13:11.7655766+00:00",
      "LastChange_AuthorId": 14
    },
    {
      "QuestionId": 1,
      "FormSectionId": 2,
      "QuestionDesignId": 3,
      "FormId": 4,
      "Position": 5,
      "Title": "sample string 6",
      "Txt": "sample string 7",
      "AnswerRequired": true,
      "MaxChoices": 9,
      "ImgUrl": "sample string 10",
      "IsVisible": true,
      "PublishedDate": "2025-08-14T03:13:11.7655766+00:00",
      "LastChanged": "2025-08-14T03:13:11.7655766+00:00",
      "LastChange_AuthorId": 14
    }
  ],
  "QuestionOptions": [
    {
      "OptionId": 1,
      "QuestionId": 2,
      "FormId": 3,
      "Value": "sample string 4",
      "MinValue": 5.1,
      "MaxValue": 6.1,
      "IntervalValue": 7.1,
      "ImgUrl": "sample string 8",
      "IsValid": true,
      "IsFreeAnswer": true,
      "Position": 11,
      "IsVisible": true,
      "LastChanged": "2025-08-14T03:13:11.7655766+00:00",
      "LastChange_AuthorId": 14
    },
    {
      "OptionId": 1,
      "QuestionId": 2,
      "FormId": 3,
      "Value": "sample string 4",
      "MinValue": 5.1,
      "MaxValue": 6.1,
      "IntervalValue": 7.1,
      "ImgUrl": "sample string 8",
      "IsValid": true,
      "IsFreeAnswer": true,
      "Position": 11,
      "IsVisible": true,
      "LastChanged": "2025-08-14T03:13:11.7655766+00:00",
      "LastChange_AuthorId": 14
    }
  ],
  "Answers": [
    {
      "OptionId": 1,
      "EmployesId": 2,
      "QuestionId": 3,
      "Value": "sample string 4",
      "IsFreeAnswer": true,
      "IsNumeric": true,
      "IsBool": true,
      "IsFile": true,
      "LastChanged": "2025-08-14T03:13:11.7655766+00:00",
      "LastChange_AuthorId": 10
    },
    {
      "OptionId": 1,
      "EmployesId": 2,
      "QuestionId": 3,
      "Value": "sample string 4",
      "IsFreeAnswer": true,
      "IsNumeric": true,
      "IsBool": true,
      "IsFile": true,
      "LastChanged": "2025-08-14T03:13:11.7655766+00:00",
      "LastChange_AuthorId": 10
    }
  ]
}

application/xml, text/xml

Sample:
<FullForm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ELO_IdentityAPI_Eloapp.net.Models">
  <Answers>
    <FormAnswer>
      <EmployesId>2</EmployesId>
      <IsBool>true</IsBool>
      <IsFile>true</IsFile>
      <IsFreeAnswer>true</IsFreeAnswer>
      <IsNumeric>true</IsNumeric>
      <LastChange_AuthorId>10</LastChange_AuthorId>
      <LastChanged>2025-08-14T03:13:11.7655766+00:00</LastChanged>
      <OptionId>1</OptionId>
      <QuestionId>3</QuestionId>
      <Value>sample string 4</Value>
    </FormAnswer>
    <FormAnswer>
      <EmployesId>2</EmployesId>
      <IsBool>true</IsBool>
      <IsFile>true</IsFile>
      <IsFreeAnswer>true</IsFreeAnswer>
      <IsNumeric>true</IsNumeric>
      <LastChange_AuthorId>10</LastChange_AuthorId>
      <LastChanged>2025-08-14T03:13:11.7655766+00:00</LastChanged>
      <OptionId>1</OptionId>
      <QuestionId>3</QuestionId>
      <Value>sample string 4</Value>
    </FormAnswer>
  </Answers>
  <Form>
    <AnswerVisibleForUser>true</AnswerVisibleForUser>
    <AvailableToDate>2025-08-14T03:13:11.7655766+00:00</AvailableToDate>
    <EmployesId>2</EmployesId>
    <FormId>1</FormId>
    <IsAnonymous>true</IsAnonymous>
    <IsAvailable>true</IsAvailable>
    <IsDraft>true</IsDraft>
    <LastChange_AuthorId>11</LastChange_AuthorId>
    <LastChanged>2025-08-14T03:13:11.7655766+00:00</LastChanged>
    <PublishedDate>2025-08-14T03:13:11.7655766+00:00</PublishedDate>
    <Title>sample string 3</Title>
    <Txt>sample string 4</Txt>
  </Form>
  <QuestionOptions>
    <PossibleOption>
      <FormId>3</FormId>
      <ImgUrl>sample string 8</ImgUrl>
      <IntervalValue>7.1</IntervalValue>
      <IsFreeAnswer>true</IsFreeAnswer>
      <IsValid>true</IsValid>
      <IsVisible>true</IsVisible>
      <LastChange_AuthorId>14</LastChange_AuthorId>
      <LastChanged>2025-08-14T03:13:11.7655766+00:00</LastChanged>
      <MaxValue>6.1</MaxValue>
      <MinValue>5.1</MinValue>
      <OptionId>1</OptionId>
      <Position>11</Position>
      <QuestionId>2</QuestionId>
      <Value>sample string 4</Value>
    </PossibleOption>
    <PossibleOption>
      <FormId>3</FormId>
      <ImgUrl>sample string 8</ImgUrl>
      <IntervalValue>7.1</IntervalValue>
      <IsFreeAnswer>true</IsFreeAnswer>
      <IsValid>true</IsValid>
      <IsVisible>true</IsVisible>
      <LastChange_AuthorId>14</LastChange_AuthorId>
      <LastChanged>2025-08-14T03:13:11.7655766+00:00</LastChanged>
      <MaxValue>6.1</MaxValue>
      <MinValue>5.1</MinValue>
      <OptionId>1</OptionId>
      <Position>11</Position>
      <QuestionId>2</QuestionId>
      <Value>sample string 4</Value>
    </PossibleOption>
  </QuestionOptions>
  <Questions>
    <FormQuestion>
      <AnswerRequired>true</AnswerRequired>
      <FormId>4</FormId>
      <FormSectionId>2</FormSectionId>
      <ImgUrl>sample string 10</ImgUrl>
      <IsVisible>true</IsVisible>
      <LastChange_AuthorId>14</LastChange_AuthorId>
      <LastChanged>2025-08-14T03:13:11.7655766+00:00</LastChanged>
      <MaxChoices>9</MaxChoices>
      <Position>5</Position>
      <PublishedDate>2025-08-14T03:13:11.7655766+00:00</PublishedDate>
      <QuestionDesignId>3</QuestionDesignId>
      <QuestionId>1</QuestionId>
      <Title>sample string 6</Title>
      <Txt>sample string 7</Txt>
    </FormQuestion>
    <FormQuestion>
      <AnswerRequired>true</AnswerRequired>
      <FormId>4</FormId>
      <FormSectionId>2</FormSectionId>
      <ImgUrl>sample string 10</ImgUrl>
      <IsVisible>true</IsVisible>
      <LastChange_AuthorId>14</LastChange_AuthorId>
      <LastChanged>2025-08-14T03:13:11.7655766+00:00</LastChanged>
      <MaxChoices>9</MaxChoices>
      <Position>5</Position>
      <PublishedDate>2025-08-14T03:13:11.7655766+00:00</PublishedDate>
      <QuestionDesignId>3</QuestionDesignId>
      <QuestionId>1</QuestionId>
      <Title>sample string 6</Title>
      <Txt>sample string 7</Txt>
    </FormQuestion>
  </Questions>
  <Sections>
    <FormSection>
      <FormId>2</FormId>
      <FormSectionId>1</FormSectionId>
      <IsOnePagedQuestion>true</IsOnePagedQuestion>
      <IsVisible>true</IsVisible>
      <LastChange_AuthorId>10</LastChange_AuthorId>
      <LastChanged>2025-08-14T03:13:11.7655766+00:00</LastChanged>
      <Position>3</Position>
      <Required>true</Required>
      <Title>sample string 4</Title>
      <Txt>sample string 5</Txt>
    </FormSection>
    <FormSection>
      <FormId>2</FormId>
      <FormSectionId>1</FormSectionId>
      <IsOnePagedQuestion>true</IsOnePagedQuestion>
      <IsVisible>true</IsVisible>
      <LastChange_AuthorId>10</LastChange_AuthorId>
      <LastChanged>2025-08-14T03:13:11.7655766+00:00</LastChanged>
      <Position>3</Position>
      <Required>true</Required>
      <Title>sample string 4</Title>
      <Txt>sample string 5</Txt>
    </FormSection>
  </Sections>
</FullForm>