GET api/projectReport/getSendReportProjectLevel?appid={appid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
appid

string

Required

Body Parameters

None.

Response Information

Resource Description

ResultModelOfListOfSendReportProjectModel
NameDescriptionTypeAdditional information
success

boolean

None.

data

Collection of SendReportProjectModel

None.

error

string

None.

code

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "success": true,
  "data": [
    {
      "projectLevelNumber": 1,
      "webpageUrl": "sample string 2",
      "dateSetId": 1,
      "dateSetHour": 1,
      "titleText": "sample string 3",
      "tipWord": "sample string 4",
      "templateId": "sample string 5",
      "companyNumber": 6,
      "limitList": [
        {
          "reportLimitId": 1,
          "limitBindId": 2,
          "isLeader": 3,
          "isViewAll": 4
        },
        {
          "reportLimitId": 1,
          "limitBindId": 2,
          "isLeader": 3,
          "isViewAll": 4
        }
      ]
    },
    {
      "projectLevelNumber": 1,
      "webpageUrl": "sample string 2",
      "dateSetId": 1,
      "dateSetHour": 1,
      "titleText": "sample string 3",
      "tipWord": "sample string 4",
      "templateId": "sample string 5",
      "companyNumber": 6,
      "limitList": [
        {
          "reportLimitId": 1,
          "limitBindId": 2,
          "isLeader": 3,
          "isViewAll": 4
        },
        {
          "reportLimitId": 1,
          "limitBindId": 2,
          "isLeader": 3,
          "isViewAll": 4
        }
      ]
    }
  ],
  "error": "sample string 2",
  "code": 3
}