GET api/Operate/GetUserCollectList?userId={userId}&pageSize={pageSize}&pageIndex={pageIndex}&itemId={itemId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userId

integer

Required

pageSize

integer

Default value is 0

pageIndex

integer

Default value is 0

itemId

integer

Default value is 0

Body Parameters

None.

Response Information

Resource Description

Collection of QuestionsLayout
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

IsCollect

integer

None.

QuestionType

integer

None.

Detail

Collection of ExaQuestionOptions

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "Name": "sample string 2",
    "IsCollect": 3,
    "QuestionType": 4,
    "Detail": [
      {
        "Id": 1,
        "QuestionId": 2,
        "Name": "sample string 3",
        "IsDeleted": true,
        "DeleterUserId": 1,
        "DeletionTime": "2025-05-10 05:22:53",
        "LastModificationTime": "2025-05-10 05:22:53",
        "LastModifierUserId": 1,
        "CreationTime": "2025-05-10 05:22:53",
        "CreatorUserId": 1
      },
      {
        "Id": 1,
        "QuestionId": 2,
        "Name": "sample string 3",
        "IsDeleted": true,
        "DeleterUserId": 1,
        "DeletionTime": "2025-05-10 05:22:53",
        "LastModificationTime": "2025-05-10 05:22:53",
        "LastModifierUserId": 1,
        "CreationTime": "2025-05-10 05:22:53",
        "CreatorUserId": 1
      }
    ]
  },
  {
    "Id": 1,
    "Name": "sample string 2",
    "IsCollect": 3,
    "QuestionType": 4,
    "Detail": [
      {
        "Id": 1,
        "QuestionId": 2,
        "Name": "sample string 3",
        "IsDeleted": true,
        "DeleterUserId": 1,
        "DeletionTime": "2025-05-10 05:22:53",
        "LastModificationTime": "2025-05-10 05:22:53",
        "LastModifierUserId": 1,
        "CreationTime": "2025-05-10 05:22:53",
        "CreatorUserId": 1
      },
      {
        "Id": 1,
        "QuestionId": 2,
        "Name": "sample string 3",
        "IsDeleted": true,
        "DeleterUserId": 1,
        "DeletionTime": "2025-05-10 05:22:53",
        "LastModificationTime": "2025-05-10 05:22:53",
        "LastModifierUserId": 1,
        "CreationTime": "2025-05-10 05:22:53",
        "CreatorUserId": 1
      }
    ]
  }
]