POST api/v1/ProjectEvaluationFeedback/List

Request Information

URI Parameters

None.

Body Parameters

ProjectEvaluationSelfgradeFeedbackParamModel
NameDescriptionTypeAdditional information
ProjectId

string

None.

SelfgradeId

string

None.

CreatedStaffId

string

None.

FilterQuery

Dictionary of string [key] and Object [value]

None.

ScreenGUID

string

None.

DocumentWidth

integer

None.

Url

string

None.

OptionConfigsMore

Dictionary of string [key] and Object [value]

None.

QuerySearch

Dictionary of string [key] and Object [value]

None.

IsTestCase

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "ProjectId": "sample string 1",
  "SelfgradeId": "sample string 2",
  "CreatedStaffId": "sample string 3",
  "FilterQuery": null,
  "ScreenGUID": "sample string 4",
  "DocumentWidth": 5,
  "Url": "sample string 6",
  "OptionConfigsMore": null,
  "QuerySearch": null,
  "IsTestCase": true
}

application/xml, text/xml

Sample:
<ProjectEvaluationSelfgradeFeedbackParamModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AllianceSolidAPI.Shared.Models">
  <DocumentWidth xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.BaseData.Models">5</DocumentWidth>
  <FilterQuery xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.BaseData.Models" />
  <IsTestCase xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.BaseData.Models">true</IsTestCase>
  <OptionConfigsMore xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.BaseData.Models" />
  <QuerySearch xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.BaseData.Models" />
  <ScreenGUID xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.BaseData.Models">sample string 4</ScreenGUID>
  <Url xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.BaseData.Models">sample string 6</Url>
  <CreatedStaffId>sample string 3</CreatedStaffId>
  <ProjectId>sample string 1</ProjectId>
  <SelfgradeId>sample string 2</SelfgradeId>
</ProjectEvaluationSelfgradeFeedbackParamModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ProjectEvaluationSelfgradeFeedbackParamModel'.

Response Information

Resource Description

EzyResultObjectOfEzyDataSourceResultOfProjectEvaluationSelfgradeFeedbackModel
NameDescriptionTypeAdditional information
Data

EzyDataSourceResultOfProjectEvaluationSelfgradeFeedbackModel

None.

ExtraData

Dictionary of string [key] and Object [value]

None.

StartTime

decimal number

None.

EndTime

decimal number

None.

TotalMili

decimal number

None.

StatusCode

integer

None.

Msg

string

None.

MsgShowInUI

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": {
    "Data": [
      {
        "Id": "sample string 1",
        "ProjectId": "sample string 2",
        "ProjectName": "sample string 3",
        "AssignToId": "sample string 4",
        "AssignToId_Name": "sample string 5",
        "SelfgradeId": "sample string 6",
        "SelfgradeId_CreatedDate": 1.1,
        "CreatedDate": 1.1,
        "FeedbackById": "sample string 7",
        "FeedbackById_Name": "sample string 8",
        "Note": "sample string 9",
        "IsCompleted": true,
        "Questions": [
          {
            "Id": "sample string 1",
            "OrderNo": 2,
            "QuestionId": "sample string 3",
            "QuestionDescription": "sample string 4",
            "QuestionAnswer": "sample string 5",
            "Feedbacks": [
              {
                "Id": "sample string 1",
                "SelfgradeFeedbackId": "sample string 2",
                "SelfgradeDetailId": "sample string 3",
                "QuestionFeedbackId": "sample string 4",
                "QuestionFeedbackDescription": "sample string 5",
                "QuestionFeedbackAnswer": "sample string 6",
                "QuestionFeedbackPoint": 1.0,
                "QuestionFeedbackType": "sample string 7",
                "Note": "sample string 8"
              },
              {
                "Id": "sample string 1",
                "SelfgradeFeedbackId": "sample string 2",
                "SelfgradeDetailId": "sample string 3",
                "QuestionFeedbackId": "sample string 4",
                "QuestionFeedbackDescription": "sample string 5",
                "QuestionFeedbackAnswer": "sample string 6",
                "QuestionFeedbackPoint": 1.0,
                "QuestionFeedbackType": "sample string 7",
                "Note": "sample string 8"
              }
            ]
          },
          {
            "Id": "sample string 1",
            "OrderNo": 2,
            "QuestionId": "sample string 3",
            "QuestionDescription": "sample string 4",
            "QuestionAnswer": "sample string 5",
            "Feedbacks": [
              {
                "Id": "sample string 1",
                "SelfgradeFeedbackId": "sample string 2",
                "SelfgradeDetailId": "sample string 3",
                "QuestionFeedbackId": "sample string 4",
                "QuestionFeedbackDescription": "sample string 5",
                "QuestionFeedbackAnswer": "sample string 6",
                "QuestionFeedbackPoint": 1.0,
                "QuestionFeedbackType": "sample string 7",
                "Note": "sample string 8"
              },
              {
                "Id": "sample string 1",
                "SelfgradeFeedbackId": "sample string 2",
                "SelfgradeDetailId": "sample string 3",
                "QuestionFeedbackId": "sample string 4",
                "QuestionFeedbackDescription": "sample string 5",
                "QuestionFeedbackAnswer": "sample string 6",
                "QuestionFeedbackPoint": 1.0,
                "QuestionFeedbackType": "sample string 7",
                "Note": "sample string 8"
              }
            ]
          }
        ],
        "CanSubmit": true
      },
      {
        "Id": "sample string 1",
        "ProjectId": "sample string 2",
        "ProjectName": "sample string 3",
        "AssignToId": "sample string 4",
        "AssignToId_Name": "sample string 5",
        "SelfgradeId": "sample string 6",
        "SelfgradeId_CreatedDate": 1.1,
        "CreatedDate": 1.1,
        "FeedbackById": "sample string 7",
        "FeedbackById_Name": "sample string 8",
        "Note": "sample string 9",
        "IsCompleted": true,
        "Questions": [
          {
            "Id": "sample string 1",
            "OrderNo": 2,
            "QuestionId": "sample string 3",
            "QuestionDescription": "sample string 4",
            "QuestionAnswer": "sample string 5",
            "Feedbacks": [
              {
                "Id": "sample string 1",
                "SelfgradeFeedbackId": "sample string 2",
                "SelfgradeDetailId": "sample string 3",
                "QuestionFeedbackId": "sample string 4",
                "QuestionFeedbackDescription": "sample string 5",
                "QuestionFeedbackAnswer": "sample string 6",
                "QuestionFeedbackPoint": 1.0,
                "QuestionFeedbackType": "sample string 7",
                "Note": "sample string 8"
              },
              {
                "Id": "sample string 1",
                "SelfgradeFeedbackId": "sample string 2",
                "SelfgradeDetailId": "sample string 3",
                "QuestionFeedbackId": "sample string 4",
                "QuestionFeedbackDescription": "sample string 5",
                "QuestionFeedbackAnswer": "sample string 6",
                "QuestionFeedbackPoint": 1.0,
                "QuestionFeedbackType": "sample string 7",
                "Note": "sample string 8"
              }
            ]
          },
          {
            "Id": "sample string 1",
            "OrderNo": 2,
            "QuestionId": "sample string 3",
            "QuestionDescription": "sample string 4",
            "QuestionAnswer": "sample string 5",
            "Feedbacks": [
              {
                "Id": "sample string 1",
                "SelfgradeFeedbackId": "sample string 2",
                "SelfgradeDetailId": "sample string 3",
                "QuestionFeedbackId": "sample string 4",
                "QuestionFeedbackDescription": "sample string 5",
                "QuestionFeedbackAnswer": "sample string 6",
                "QuestionFeedbackPoint": 1.0,
                "QuestionFeedbackType": "sample string 7",
                "Note": "sample string 8"
              },
              {
                "Id": "sample string 1",
                "SelfgradeFeedbackId": "sample string 2",
                "SelfgradeDetailId": "sample string 3",
                "QuestionFeedbackId": "sample string 4",
                "QuestionFeedbackDescription": "sample string 5",
                "QuestionFeedbackAnswer": "sample string 6",
                "QuestionFeedbackPoint": 1.0,
                "QuestionFeedbackType": "sample string 7",
                "Note": "sample string 8"
              }
            ]
          }
        ],
        "CanSubmit": true
      }
    ],
    "DataTotal": [
      {
        "Id": "sample string 1",
        "ProjectId": "sample string 2",
        "ProjectName": "sample string 3",
        "AssignToId": "sample string 4",
        "AssignToId_Name": "sample string 5",
        "SelfgradeId": "sample string 6",
        "SelfgradeId_CreatedDate": 1.1,
        "CreatedDate": 1.1,
        "FeedbackById": "sample string 7",
        "FeedbackById_Name": "sample string 8",
        "Note": "sample string 9",
        "IsCompleted": true,
        "Questions": [
          {
            "Id": "sample string 1",
            "OrderNo": 2,
            "QuestionId": "sample string 3",
            "QuestionDescription": "sample string 4",
            "QuestionAnswer": "sample string 5",
            "Feedbacks": [
              {
                "Id": "sample string 1",
                "SelfgradeFeedbackId": "sample string 2",
                "SelfgradeDetailId": "sample string 3",
                "QuestionFeedbackId": "sample string 4",
                "QuestionFeedbackDescription": "sample string 5",
                "QuestionFeedbackAnswer": "sample string 6",
                "QuestionFeedbackPoint": 1.0,
                "QuestionFeedbackType": "sample string 7",
                "Note": "sample string 8"
              },
              {
                "Id": "sample string 1",
                "SelfgradeFeedbackId": "sample string 2",
                "SelfgradeDetailId": "sample string 3",
                "QuestionFeedbackId": "sample string 4",
                "QuestionFeedbackDescription": "sample string 5",
                "QuestionFeedbackAnswer": "sample string 6",
                "QuestionFeedbackPoint": 1.0,
                "QuestionFeedbackType": "sample string 7",
                "Note": "sample string 8"
              }
            ]
          },
          {
            "Id": "sample string 1",
            "OrderNo": 2,
            "QuestionId": "sample string 3",
            "QuestionDescription": "sample string 4",
            "QuestionAnswer": "sample string 5",
            "Feedbacks": [
              {
                "Id": "sample string 1",
                "SelfgradeFeedbackId": "sample string 2",
                "SelfgradeDetailId": "sample string 3",
                "QuestionFeedbackId": "sample string 4",
                "QuestionFeedbackDescription": "sample string 5",
                "QuestionFeedbackAnswer": "sample string 6",
                "QuestionFeedbackPoint": 1.0,
                "QuestionFeedbackType": "sample string 7",
                "Note": "sample string 8"
              },
              {
                "Id": "sample string 1",
                "SelfgradeFeedbackId": "sample string 2",
                "SelfgradeDetailId": "sample string 3",
                "QuestionFeedbackId": "sample string 4",
                "QuestionFeedbackDescription": "sample string 5",
                "QuestionFeedbackAnswer": "sample string 6",
                "QuestionFeedbackPoint": 1.0,
                "QuestionFeedbackType": "sample string 7",
                "Note": "sample string 8"
              }
            ]
          }
        ],
        "CanSubmit": true
      },
      {
        "Id": "sample string 1",
        "ProjectId": "sample string 2",
        "ProjectName": "sample string 3",
        "AssignToId": "sample string 4",
        "AssignToId_Name": "sample string 5",
        "SelfgradeId": "sample string 6",
        "SelfgradeId_CreatedDate": 1.1,
        "CreatedDate": 1.1,
        "FeedbackById": "sample string 7",
        "FeedbackById_Name": "sample string 8",
        "Note": "sample string 9",
        "IsCompleted": true,
        "Questions": [
          {
            "Id": "sample string 1",
            "OrderNo": 2,
            "QuestionId": "sample string 3",
            "QuestionDescription": "sample string 4",
            "QuestionAnswer": "sample string 5",
            "Feedbacks": [
              {
                "Id": "sample string 1",
                "SelfgradeFeedbackId": "sample string 2",
                "SelfgradeDetailId": "sample string 3",
                "QuestionFeedbackId": "sample string 4",
                "QuestionFeedbackDescription": "sample string 5",
                "QuestionFeedbackAnswer": "sample string 6",
                "QuestionFeedbackPoint": 1.0,
                "QuestionFeedbackType": "sample string 7",
                "Note": "sample string 8"
              },
              {
                "Id": "sample string 1",
                "SelfgradeFeedbackId": "sample string 2",
                "SelfgradeDetailId": "sample string 3",
                "QuestionFeedbackId": "sample string 4",
                "QuestionFeedbackDescription": "sample string 5",
                "QuestionFeedbackAnswer": "sample string 6",
                "QuestionFeedbackPoint": 1.0,
                "QuestionFeedbackType": "sample string 7",
                "Note": "sample string 8"
              }
            ]
          },
          {
            "Id": "sample string 1",
            "OrderNo": 2,
            "QuestionId": "sample string 3",
            "QuestionDescription": "sample string 4",
            "QuestionAnswer": "sample string 5",
            "Feedbacks": [
              {
                "Id": "sample string 1",
                "SelfgradeFeedbackId": "sample string 2",
                "SelfgradeDetailId": "sample string 3",
                "QuestionFeedbackId": "sample string 4",
                "QuestionFeedbackDescription": "sample string 5",
                "QuestionFeedbackAnswer": "sample string 6",
                "QuestionFeedbackPoint": 1.0,
                "QuestionFeedbackType": "sample string 7",
                "Note": "sample string 8"
              },
              {
                "Id": "sample string 1",
                "SelfgradeFeedbackId": "sample string 2",
                "SelfgradeDetailId": "sample string 3",
                "QuestionFeedbackId": "sample string 4",
                "QuestionFeedbackDescription": "sample string 5",
                "QuestionFeedbackAnswer": "sample string 6",
                "QuestionFeedbackPoint": 1.0,
                "QuestionFeedbackType": "sample string 7",
                "Note": "sample string 8"
              }
            ]
          }
        ],
        "CanSubmit": true
      }
    ],
    "ExtraData": {},
    "Errors": {},
    "Total": 2
  },
  "ExtraData": null,
  "StartTime": 1.1,
  "EndTime": 2.1,
  "TotalMili": 3.1,
  "StatusCode": 4,
  "Msg": "sample string 5",
  "MsgShowInUI": "sample string 6"
}

application/xml, text/xml

Sample:
<EzyResultObjectOfEzyDataSourceResultOfProjectEvaluationSelfgradeFeedbackModel3BwjWE5fUXXDg0Sb xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.Library.Message">
  <Msg>sample string 5</Msg>
  <MsgShowInUI>sample string 6</MsgShowInUI>
  <StatusCode>4</StatusCode>
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Ezy.Module.Library.UI">
    <d2p1:Errors />
    <d2p1:ExtraData xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
    <d2p1:Total>2</d2p1:Total>
    <d2p1:Data xmlns:d3p1="http://schemas.datacontract.org/2004/07/AllianceSolidAPI.Shared.Models">
      <d3p1:ProjectEvaluationSelfgradeFeedbackModel>
        <d3p1:AssignToId>sample string 4</d3p1:AssignToId>
        <d3p1:AssignToId_Name>sample string 5</d3p1:AssignToId_Name>
        <d3p1:CanSubmit>true</d3p1:CanSubmit>
        <d3p1:CreatedDate>1.1</d3p1:CreatedDate>
        <d3p1:FeedbackById>sample string 7</d3p1:FeedbackById>
        <d3p1:FeedbackById_Name>sample string 8</d3p1:FeedbackById_Name>
        <d3p1:Id>sample string 1</d3p1:Id>
        <d3p1:IsCompleted>true</d3p1:IsCompleted>
        <d3p1:Note>sample string 9</d3p1:Note>
        <d3p1:ProjectId>sample string 2</d3p1:ProjectId>
        <d3p1:ProjectName>sample string 3</d3p1:ProjectName>
        <d3p1:Questions>
          <d3p1:ProjectEvaluationSelfgradeDetail2Model>
            <d3p1:Feedbacks>
              <d3p1:ProjectEvaluationSelfgradeFeedbackDetailModel>
                <d3p1:Id>sample string 1</d3p1:Id>
                <d3p1:Note>sample string 8</d3p1:Note>
                <d3p1:QuestionFeedbackAnswer>sample string 6</d3p1:QuestionFeedbackAnswer>
                <d3p1:QuestionFeedbackDescription>sample string 5</d3p1:QuestionFeedbackDescription>
                <d3p1:QuestionFeedbackId>sample string 4</d3p1:QuestionFeedbackId>
                <d3p1:QuestionFeedbackPoint>1</d3p1:QuestionFeedbackPoint>
                <d3p1:QuestionFeedbackType>sample string 7</d3p1:QuestionFeedbackType>
                <d3p1:SelfgradeDetailId>sample string 3</d3p1:SelfgradeDetailId>
                <d3p1:SelfgradeFeedbackId>sample string 2</d3p1:SelfgradeFeedbackId>
              </d3p1:ProjectEvaluationSelfgradeFeedbackDetailModel>
              <d3p1:ProjectEvaluationSelfgradeFeedbackDetailModel>
                <d3p1:Id>sample string 1</d3p1:Id>
                <d3p1:Note>sample string 8</d3p1:Note>
                <d3p1:QuestionFeedbackAnswer>sample string 6</d3p1:QuestionFeedbackAnswer>
                <d3p1:QuestionFeedbackDescription>sample string 5</d3p1:QuestionFeedbackDescription>
                <d3p1:QuestionFeedbackId>sample string 4</d3p1:QuestionFeedbackId>
                <d3p1:QuestionFeedbackPoint>1</d3p1:QuestionFeedbackPoint>
                <d3p1:QuestionFeedbackType>sample string 7</d3p1:QuestionFeedbackType>
                <d3p1:SelfgradeDetailId>sample string 3</d3p1:SelfgradeDetailId>
                <d3p1:SelfgradeFeedbackId>sample string 2</d3p1:SelfgradeFeedbackId>
              </d3p1:ProjectEvaluationSelfgradeFeedbackDetailModel>
            </d3p1:Feedbacks>
            <d3p1:Id>sample string 1</d3p1:Id>
            <d3p1:OrderNo>2</d3p1:OrderNo>
            <d3p1:QuestionAnswer>sample string 5</d3p1:QuestionAnswer>
            <d3p1:QuestionDescription>sample string 4</d3p1:QuestionDescription>
            <d3p1:QuestionId>sample string 3</d3p1:QuestionId>
          </d3p1:ProjectEvaluationSelfgradeDetail2Model>
          <d3p1:ProjectEvaluationSelfgradeDetail2Model>
            <d3p1:Feedbacks>
              <d3p1:ProjectEvaluationSelfgradeFeedbackDetailModel>
                <d3p1:Id>sample string 1</d3p1:Id>
                <d3p1:Note>sample string 8</d3p1:Note>
                <d3p1:QuestionFeedbackAnswer>sample string 6</d3p1:QuestionFeedbackAnswer>
                <d3p1:QuestionFeedbackDescription>sample string 5</d3p1:QuestionFeedbackDescription>
                <d3p1:QuestionFeedbackId>sample string 4</d3p1:QuestionFeedbackId>
                <d3p1:QuestionFeedbackPoint>1</d3p1:QuestionFeedbackPoint>
                <d3p1:QuestionFeedbackType>sample string 7</d3p1:QuestionFeedbackType>
                <d3p1:SelfgradeDetailId>sample string 3</d3p1:SelfgradeDetailId>
                <d3p1:SelfgradeFeedbackId>sample string 2</d3p1:SelfgradeFeedbackId>
              </d3p1:ProjectEvaluationSelfgradeFeedbackDetailModel>
              <d3p1:ProjectEvaluationSelfgradeFeedbackDetailModel>
                <d3p1:Id>sample string 1</d3p1:Id>
                <d3p1:Note>sample string 8</d3p1:Note>
                <d3p1:QuestionFeedbackAnswer>sample string 6</d3p1:QuestionFeedbackAnswer>
                <d3p1:QuestionFeedbackDescription>sample string 5</d3p1:QuestionFeedbackDescription>
                <d3p1:QuestionFeedbackId>sample string 4</d3p1:QuestionFeedbackId>
                <d3p1:QuestionFeedbackPoint>1</d3p1:QuestionFeedbackPoint>
                <d3p1:QuestionFeedbackType>sample string 7</d3p1:QuestionFeedbackType>
                <d3p1:SelfgradeDetailId>sample string 3</d3p1:SelfgradeDetailId>
                <d3p1:SelfgradeFeedbackId>sample string 2</d3p1:SelfgradeFeedbackId>
              </d3p1:ProjectEvaluationSelfgradeFeedbackDetailModel>
            </d3p1:Feedbacks>
            <d3p1:Id>sample string 1</d3p1:Id>
            <d3p1:OrderNo>2</d3p1:OrderNo>
            <d3p1:QuestionAnswer>sample string 5</d3p1:QuestionAnswer>
            <d3p1:QuestionDescription>sample string 4</d3p1:QuestionDescription>
            <d3p1:QuestionId>sample string 3</d3p1:QuestionId>
          </d3p1:ProjectEvaluationSelfgradeDetail2Model>
        </d3p1:Questions>
        <d3p1:SelfgradeId>sample string 6</d3p1:SelfgradeId>
        <d3p1:SelfgradeId_CreatedDate>1.1</d3p1:SelfgradeId_CreatedDate>
      </d3p1:ProjectEvaluationSelfgradeFeedbackModel>
      <d3p1:ProjectEvaluationSelfgradeFeedbackModel>
        <d3p1:AssignToId>sample string 4</d3p1:AssignToId>
        <d3p1:AssignToId_Name>sample string 5</d3p1:AssignToId_Name>
        <d3p1:CanSubmit>true</d3p1:CanSubmit>
        <d3p1:CreatedDate>1.1</d3p1:CreatedDate>
        <d3p1:FeedbackById>sample string 7</d3p1:FeedbackById>
        <d3p1:FeedbackById_Name>sample string 8</d3p1:FeedbackById_Name>
        <d3p1:Id>sample string 1</d3p1:Id>
        <d3p1:IsCompleted>true</d3p1:IsCompleted>
        <d3p1:Note>sample string 9</d3p1:Note>
        <d3p1:ProjectId>sample string 2</d3p1:ProjectId>
        <d3p1:ProjectName>sample string 3</d3p1:ProjectName>
        <d3p1:Questions>
          <d3p1:ProjectEvaluationSelfgradeDetail2Model>
            <d3p1:Feedbacks>
              <d3p1:ProjectEvaluationSelfgradeFeedbackDetailModel>
                <d3p1:Id>sample string 1</d3p1:Id>
                <d3p1:Note>sample string 8</d3p1:Note>
                <d3p1:QuestionFeedbackAnswer>sample string 6</d3p1:QuestionFeedbackAnswer>
                <d3p1:QuestionFeedbackDescription>sample string 5</d3p1:QuestionFeedbackDescription>
                <d3p1:QuestionFeedbackId>sample string 4</d3p1:QuestionFeedbackId>
                <d3p1:QuestionFeedbackPoint>1</d3p1:QuestionFeedbackPoint>
                <d3p1:QuestionFeedbackType>sample string 7</d3p1:QuestionFeedbackType>
                <d3p1:SelfgradeDetailId>sample string 3</d3p1:SelfgradeDetailId>
                <d3p1:SelfgradeFeedbackId>sample string 2</d3p1:SelfgradeFeedbackId>
              </d3p1:ProjectEvaluationSelfgradeFeedbackDetailModel>
              <d3p1:ProjectEvaluationSelfgradeFeedbackDetailModel>
                <d3p1:Id>sample string 1</d3p1:Id>
                <d3p1:Note>sample string 8</d3p1:Note>
                <d3p1:QuestionFeedbackAnswer>sample string 6</d3p1:QuestionFeedbackAnswer>
                <d3p1:QuestionFeedbackDescription>sample string 5</d3p1:QuestionFeedbackDescription>
                <d3p1:QuestionFeedbackId>sample string 4</d3p1:QuestionFeedbackId>
                <d3p1:QuestionFeedbackPoint>1</d3p1:QuestionFeedbackPoint>
                <d3p1:QuestionFeedbackType>sample string 7</d3p1:QuestionFeedbackType>
                <d3p1:SelfgradeDetailId>sample string 3</d3p1:SelfgradeDetailId>
                <d3p1:SelfgradeFeedbackId>sample string 2</d3p1:SelfgradeFeedbackId>
              </d3p1:ProjectEvaluationSelfgradeFeedbackDetailModel>
            </d3p1:Feedbacks>
            <d3p1:Id>sample string 1</d3p1:Id>
            <d3p1:OrderNo>2</d3p1:OrderNo>
            <d3p1:QuestionAnswer>sample string 5</d3p1:QuestionAnswer>
            <d3p1:QuestionDescription>sample string 4</d3p1:QuestionDescription>
            <d3p1:QuestionId>sample string 3</d3p1:QuestionId>
          </d3p1:ProjectEvaluationSelfgradeDetail2Model>
          <d3p1:ProjectEvaluationSelfgradeDetail2Model>
            <d3p1:Feedbacks>
              <d3p1:ProjectEvaluationSelfgradeFeedbackDetailModel>
                <d3p1:Id>sample string 1</d3p1:Id>
                <d3p1:Note>sample string 8</d3p1:Note>
                <d3p1:QuestionFeedbackAnswer>sample string 6</d3p1:QuestionFeedbackAnswer>
                <d3p1:QuestionFeedbackDescription>sample string 5</d3p1:QuestionFeedbackDescription>
                <d3p1:QuestionFeedbackId>sample string 4</d3p1:QuestionFeedbackId>
                <d3p1:QuestionFeedbackPoint>1</d3p1:QuestionFeedbackPoint>
                <d3p1:QuestionFeedbackType>sample string 7</d3p1:QuestionFeedbackType>
                <d3p1:SelfgradeDetailId>sample string 3</d3p1:SelfgradeDetailId>
                <d3p1:SelfgradeFeedbackId>sample string 2</d3p1:SelfgradeFeedbackId>
              </d3p1:ProjectEvaluationSelfgradeFeedbackDetailModel>
              <d3p1:ProjectEvaluationSelfgradeFeedbackDetailModel>
                <d3p1:Id>sample string 1</d3p1:Id>
                <d3p1:Note>sample string 8</d3p1:Note>
                <d3p1:QuestionFeedbackAnswer>sample string 6</d3p1:QuestionFeedbackAnswer>
                <d3p1:QuestionFeedbackDescription>sample string 5</d3p1:QuestionFeedbackDescription>
                <d3p1:QuestionFeedbackId>sample string 4</d3p1:QuestionFeedbackId>
                <d3p1:QuestionFeedbackPoint>1</d3p1:QuestionFeedbackPoint>
                <d3p1:QuestionFeedbackType>sample string 7</d3p1:QuestionFeedbackType>
                <d3p1:SelfgradeDetailId>sample string 3</d3p1:SelfgradeDetailId>
                <d3p1:SelfgradeFeedbackId>sample string 2</d3p1:SelfgradeFeedbackId>
              </d3p1:ProjectEvaluationSelfgradeFeedbackDetailModel>
            </d3p1:Feedbacks>
            <d3p1:Id>sample string 1</d3p1:Id>
            <d3p1:OrderNo>2</d3p1:OrderNo>
            <d3p1:QuestionAnswer>sample string 5</d3p1:QuestionAnswer>
            <d3p1:QuestionDescription>sample string 4</d3p1:QuestionDescription>
            <d3p1:QuestionId>sample string 3</d3p1:QuestionId>
          </d3p1:ProjectEvaluationSelfgradeDetail2Model>
        </d3p1:Questions>
        <d3p1:SelfgradeId>sample string 6</d3p1:SelfgradeId>
        <d3p1:SelfgradeId_CreatedDate>1.1</d3p1:SelfgradeId_CreatedDate>
      </d3p1:ProjectEvaluationSelfgradeFeedbackModel>
    </d2p1:Data>
    <d2p1:DataTotal xmlns:d3p1="http://schemas.datacontract.org/2004/07/AllianceSolidAPI.Shared.Models">
      <d3p1:ProjectEvaluationSelfgradeFeedbackModel>
        <d3p1:AssignToId>sample string 4</d3p1:AssignToId>
        <d3p1:AssignToId_Name>sample string 5</d3p1:AssignToId_Name>
        <d3p1:CanSubmit>true</d3p1:CanSubmit>
        <d3p1:CreatedDate>1.1</d3p1:CreatedDate>
        <d3p1:FeedbackById>sample string 7</d3p1:FeedbackById>
        <d3p1:FeedbackById_Name>sample string 8</d3p1:FeedbackById_Name>
        <d3p1:Id>sample string 1</d3p1:Id>
        <d3p1:IsCompleted>true</d3p1:IsCompleted>
        <d3p1:Note>sample string 9</d3p1:Note>
        <d3p1:ProjectId>sample string 2</d3p1:ProjectId>
        <d3p1:ProjectName>sample string 3</d3p1:ProjectName>
        <d3p1:Questions>
          <d3p1:ProjectEvaluationSelfgradeDetail2Model>
            <d3p1:Feedbacks>
              <d3p1:ProjectEvaluationSelfgradeFeedbackDetailModel>
                <d3p1:Id>sample string 1</d3p1:Id>
                <d3p1:Note>sample string 8</d3p1:Note>
                <d3p1:QuestionFeedbackAnswer>sample string 6</d3p1:QuestionFeedbackAnswer>
                <d3p1:QuestionFeedbackDescription>sample string 5</d3p1:QuestionFeedbackDescription>
                <d3p1:QuestionFeedbackId>sample string 4</d3p1:QuestionFeedbackId>
                <d3p1:QuestionFeedbackPoint>1</d3p1:QuestionFeedbackPoint>
                <d3p1:QuestionFeedbackType>sample string 7</d3p1:QuestionFeedbackType>
                <d3p1:SelfgradeDetailId>sample string 3</d3p1:SelfgradeDetailId>
                <d3p1:SelfgradeFeedbackId>sample string 2</d3p1:SelfgradeFeedbackId>
              </d3p1:ProjectEvaluationSelfgradeFeedbackDetailModel>
              <d3p1:ProjectEvaluationSelfgradeFeedbackDetailModel>
                <d3p1:Id>sample string 1</d3p1:Id>
                <d3p1:Note>sample string 8</d3p1:Note>
                <d3p1:QuestionFeedbackAnswer>sample string 6</d3p1:QuestionFeedbackAnswer>
                <d3p1:QuestionFeedbackDescription>sample string 5</d3p1:QuestionFeedbackDescription>
                <d3p1:QuestionFeedbackId>sample string 4</d3p1:QuestionFeedbackId>
                <d3p1:QuestionFeedbackPoint>1</d3p1:QuestionFeedbackPoint>
                <d3p1:QuestionFeedbackType>sample string 7</d3p1:QuestionFeedbackType>
                <d3p1:SelfgradeDetailId>sample string 3</d3p1:SelfgradeDetailId>
                <d3p1:SelfgradeFeedbackId>sample string 2</d3p1:SelfgradeFeedbackId>
              </d3p1:ProjectEvaluationSelfgradeFeedbackDetailModel>
            </d3p1:Feedbacks>
            <d3p1:Id>sample string 1</d3p1:Id>
            <d3p1:OrderNo>2</d3p1:OrderNo>
            <d3p1:QuestionAnswer>sample string 5</d3p1:QuestionAnswer>
            <d3p1:QuestionDescription>sample string 4</d3p1:QuestionDescription>
            <d3p1:QuestionId>sample string 3</d3p1:QuestionId>
          </d3p1:ProjectEvaluationSelfgradeDetail2Model>
          <d3p1:ProjectEvaluationSelfgradeDetail2Model>
            <d3p1:Feedbacks>
              <d3p1:ProjectEvaluationSelfgradeFeedbackDetailModel>
                <d3p1:Id>sample string 1</d3p1:Id>
                <d3p1:Note>sample string 8</d3p1:Note>
                <d3p1:QuestionFeedbackAnswer>sample string 6</d3p1:QuestionFeedbackAnswer>
                <d3p1:QuestionFeedbackDescription>sample string 5</d3p1:QuestionFeedbackDescription>
                <d3p1:QuestionFeedbackId>sample string 4</d3p1:QuestionFeedbackId>
                <d3p1:QuestionFeedbackPoint>1</d3p1:QuestionFeedbackPoint>
                <d3p1:QuestionFeedbackType>sample string 7</d3p1:QuestionFeedbackType>
                <d3p1:SelfgradeDetailId>sample string 3</d3p1:SelfgradeDetailId>
                <d3p1:SelfgradeFeedbackId>sample string 2</d3p1:SelfgradeFeedbackId>
              </d3p1:ProjectEvaluationSelfgradeFeedbackDetailModel>
              <d3p1:ProjectEvaluationSelfgradeFeedbackDetailModel>
                <d3p1:Id>sample string 1</d3p1:Id>
                <d3p1:Note>sample string 8</d3p1:Note>
                <d3p1:QuestionFeedbackAnswer>sample string 6</d3p1:QuestionFeedbackAnswer>
                <d3p1:QuestionFeedbackDescription>sample string 5</d3p1:QuestionFeedbackDescription>
                <d3p1:QuestionFeedbackId>sample string 4</d3p1:QuestionFeedbackId>
                <d3p1:QuestionFeedbackPoint>1</d3p1:QuestionFeedbackPoint>
                <d3p1:QuestionFeedbackType>sample string 7</d3p1:QuestionFeedbackType>
                <d3p1:SelfgradeDetailId>sample string 3</d3p1:SelfgradeDetailId>
                <d3p1:SelfgradeFeedbackId>sample string 2</d3p1:SelfgradeFeedbackId>
              </d3p1:ProjectEvaluationSelfgradeFeedbackDetailModel>
            </d3p1:Feedbacks>
            <d3p1:Id>sample string 1</d3p1:Id>
            <d3p1:OrderNo>2</d3p1:OrderNo>
            <d3p1:QuestionAnswer>sample string 5</d3p1:QuestionAnswer>
            <d3p1:QuestionDescription>sample string 4</d3p1:QuestionDescription>
            <d3p1:QuestionId>sample string 3</d3p1:QuestionId>
          </d3p1:ProjectEvaluationSelfgradeDetail2Model>
        </d3p1:Questions>
        <d3p1:SelfgradeId>sample string 6</d3p1:SelfgradeId>
        <d3p1:SelfgradeId_CreatedDate>1.1</d3p1:SelfgradeId_CreatedDate>
      </d3p1:ProjectEvaluationSelfgradeFeedbackModel>
      <d3p1:ProjectEvaluationSelfgradeFeedbackModel>
        <d3p1:AssignToId>sample string 4</d3p1:AssignToId>
        <d3p1:AssignToId_Name>sample string 5</d3p1:AssignToId_Name>
        <d3p1:CanSubmit>true</d3p1:CanSubmit>
        <d3p1:CreatedDate>1.1</d3p1:CreatedDate>
        <d3p1:FeedbackById>sample string 7</d3p1:FeedbackById>
        <d3p1:FeedbackById_Name>sample string 8</d3p1:FeedbackById_Name>
        <d3p1:Id>sample string 1</d3p1:Id>
        <d3p1:IsCompleted>true</d3p1:IsCompleted>
        <d3p1:Note>sample string 9</d3p1:Note>
        <d3p1:ProjectId>sample string 2</d3p1:ProjectId>
        <d3p1:ProjectName>sample string 3</d3p1:ProjectName>
        <d3p1:Questions>
          <d3p1:ProjectEvaluationSelfgradeDetail2Model>
            <d3p1:Feedbacks>
              <d3p1:ProjectEvaluationSelfgradeFeedbackDetailModel>
                <d3p1:Id>sample string 1</d3p1:Id>
                <d3p1:Note>sample string 8</d3p1:Note>
                <d3p1:QuestionFeedbackAnswer>sample string 6</d3p1:QuestionFeedbackAnswer>
                <d3p1:QuestionFeedbackDescription>sample string 5</d3p1:QuestionFeedbackDescription>
                <d3p1:QuestionFeedbackId>sample string 4</d3p1:QuestionFeedbackId>
                <d3p1:QuestionFeedbackPoint>1</d3p1:QuestionFeedbackPoint>
                <d3p1:QuestionFeedbackType>sample string 7</d3p1:QuestionFeedbackType>
                <d3p1:SelfgradeDetailId>sample string 3</d3p1:SelfgradeDetailId>
                <d3p1:SelfgradeFeedbackId>sample string 2</d3p1:SelfgradeFeedbackId>
              </d3p1:ProjectEvaluationSelfgradeFeedbackDetailModel>
              <d3p1:ProjectEvaluationSelfgradeFeedbackDetailModel>
                <d3p1:Id>sample string 1</d3p1:Id>
                <d3p1:Note>sample string 8</d3p1:Note>
                <d3p1:QuestionFeedbackAnswer>sample string 6</d3p1:QuestionFeedbackAnswer>
                <d3p1:QuestionFeedbackDescription>sample string 5</d3p1:QuestionFeedbackDescription>
                <d3p1:QuestionFeedbackId>sample string 4</d3p1:QuestionFeedbackId>
                <d3p1:QuestionFeedbackPoint>1</d3p1:QuestionFeedbackPoint>
                <d3p1:QuestionFeedbackType>sample string 7</d3p1:QuestionFeedbackType>
                <d3p1:SelfgradeDetailId>sample string 3</d3p1:SelfgradeDetailId>
                <d3p1:SelfgradeFeedbackId>sample string 2</d3p1:SelfgradeFeedbackId>
              </d3p1:ProjectEvaluationSelfgradeFeedbackDetailModel>
            </d3p1:Feedbacks>
            <d3p1:Id>sample string 1</d3p1:Id>
            <d3p1:OrderNo>2</d3p1:OrderNo>
            <d3p1:QuestionAnswer>sample string 5</d3p1:QuestionAnswer>
            <d3p1:QuestionDescription>sample string 4</d3p1:QuestionDescription>
            <d3p1:QuestionId>sample string 3</d3p1:QuestionId>
          </d3p1:ProjectEvaluationSelfgradeDetail2Model>
          <d3p1:ProjectEvaluationSelfgradeDetail2Model>
            <d3p1:Feedbacks>
              <d3p1:ProjectEvaluationSelfgradeFeedbackDetailModel>
                <d3p1:Id>sample string 1</d3p1:Id>
                <d3p1:Note>sample string 8</d3p1:Note>
                <d3p1:QuestionFeedbackAnswer>sample string 6</d3p1:QuestionFeedbackAnswer>
                <d3p1:QuestionFeedbackDescription>sample string 5</d3p1:QuestionFeedbackDescription>
                <d3p1:QuestionFeedbackId>sample string 4</d3p1:QuestionFeedbackId>
                <d3p1:QuestionFeedbackPoint>1</d3p1:QuestionFeedbackPoint>
                <d3p1:QuestionFeedbackType>sample string 7</d3p1:QuestionFeedbackType>
                <d3p1:SelfgradeDetailId>sample string 3</d3p1:SelfgradeDetailId>
                <d3p1:SelfgradeFeedbackId>sample string 2</d3p1:SelfgradeFeedbackId>
              </d3p1:ProjectEvaluationSelfgradeFeedbackDetailModel>
              <d3p1:ProjectEvaluationSelfgradeFeedbackDetailModel>
                <d3p1:Id>sample string 1</d3p1:Id>
                <d3p1:Note>sample string 8</d3p1:Note>
                <d3p1:QuestionFeedbackAnswer>sample string 6</d3p1:QuestionFeedbackAnswer>
                <d3p1:QuestionFeedbackDescription>sample string 5</d3p1:QuestionFeedbackDescription>
                <d3p1:QuestionFeedbackId>sample string 4</d3p1:QuestionFeedbackId>
                <d3p1:QuestionFeedbackPoint>1</d3p1:QuestionFeedbackPoint>
                <d3p1:QuestionFeedbackType>sample string 7</d3p1:QuestionFeedbackType>
                <d3p1:SelfgradeDetailId>sample string 3</d3p1:SelfgradeDetailId>
                <d3p1:SelfgradeFeedbackId>sample string 2</d3p1:SelfgradeFeedbackId>
              </d3p1:ProjectEvaluationSelfgradeFeedbackDetailModel>
            </d3p1:Feedbacks>
            <d3p1:Id>sample string 1</d3p1:Id>
            <d3p1:OrderNo>2</d3p1:OrderNo>
            <d3p1:QuestionAnswer>sample string 5</d3p1:QuestionAnswer>
            <d3p1:QuestionDescription>sample string 4</d3p1:QuestionDescription>
            <d3p1:QuestionId>sample string 3</d3p1:QuestionId>
          </d3p1:ProjectEvaluationSelfgradeDetail2Model>
        </d3p1:Questions>
        <d3p1:SelfgradeId>sample string 6</d3p1:SelfgradeId>
        <d3p1:SelfgradeId_CreatedDate>1.1</d3p1:SelfgradeId_CreatedDate>
      </d3p1:ProjectEvaluationSelfgradeFeedbackModel>
    </d2p1:DataTotal>
  </Data>
  <EndTime>2.1</EndTime>
  <ExtraData xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" />
  <StartTime>1.1</StartTime>
  <TotalMili>3.1</TotalMili>
</EzyResultObjectOfEzyDataSourceResultOfProjectEvaluationSelfgradeFeedbackModel3BwjWE5fUXXDg0Sb>