GET api/UserInfoV770/UserTipsterList?page={page}&newspapergroupId={newspapergroupId}&sign={sign}&stamp={stamp}

我的报料

Request Information

URI Parameters

NameDescriptionTypeAdditional information
page

integer

Required

newspapergroupId

integer

Default value is 0

sign

string

Default value is

stamp

string

Default value is

Body Parameters

None.

Response Information

Resource Description

ZaiMieApp.WebApi.ViewModel.ResultDataOfZaiMieApp.WebApi.ViewModel.Tipster
NameDescriptionTypeAdditional information
recordsetCount

integer

None.

pageSize

integer

None.

page

integer

None.

allPage

integer

None.

message

string

None.

success

boolean

None.

code

integer

None.

data

Collection of ZaiMieApp.WebApi.ViewModel.Tipster

None.

Response Formats

application/json, text/json

Sample:
{
  "recordsetCount": 1,
  "pageSize": 2,
  "page": 3,
  "allPage": 4,
  "message": "sample string 5",
  "success": true,
  "code": 7,
  "data": [
    {
      "tipsterId": 1,
      "truename": "sample string 2",
      "phone": "sample string 3",
      "content": "sample string 4",
      "State": 5,
      "result": "sample string 6",
      "tipsterTypeName": "sample string 7",
      "createDate": "sample string 8",
      "media": [
        {
          "type": 1,
          "url": "sample string 2"
        },
        {
          "type": 1,
          "url": "sample string 2"
        }
      ],
      "userinfo": {
        "Id": 1,
        "userName": "sample string 2",
        "nickname": "sample string 3",
        "headerImage": "sample string 4",
        "profile": 5,
        "talentAccount": 6
      }
    },
    {
      "tipsterId": 1,
      "truename": "sample string 2",
      "phone": "sample string 3",
      "content": "sample string 4",
      "State": 5,
      "result": "sample string 6",
      "tipsterTypeName": "sample string 7",
      "createDate": "sample string 8",
      "media": [
        {
          "type": 1,
          "url": "sample string 2"
        },
        {
          "type": 1,
          "url": "sample string 2"
        }
      ],
      "userinfo": {
        "Id": 1,
        "userName": "sample string 2",
        "nickname": "sample string 3",
        "headerImage": "sample string 4",
        "profile": 5,
        "talentAccount": 6
      }
    }
  ]
}

application/xml, text/xml

Sample:
<ResultDataOfTipsterPr2Hy9OI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZaiMieApp.WebApi.ViewModel">
  <allPage>4</allPage>
  <code>7</code>
  <data>
    <Tipster>
      <State>5</State>
      <content>sample string 4</content>
      <createDate>sample string 8</createDate>
      <media>
        <MediaInfo>
          <type>1</type>
          <url>sample string 2</url>
        </MediaInfo>
        <MediaInfo>
          <type>1</type>
          <url>sample string 2</url>
        </MediaInfo>
      </media>
      <phone>sample string 3</phone>
      <result>sample string 6</result>
      <tipsterId>1</tipsterId>
      <tipsterTypeName>sample string 7</tipsterTypeName>
      <truename>sample string 2</truename>
      <userinfo>
        <Id>1</Id>
        <headerImage>sample string 4</headerImage>
        <nickname>sample string 3</nickname>
        <profile>5</profile>
        <talentAccount>6</talentAccount>
        <userName>sample string 2</userName>
      </userinfo>
    </Tipster>
    <Tipster>
      <State>5</State>
      <content>sample string 4</content>
      <createDate>sample string 8</createDate>
      <media>
        <MediaInfo>
          <type>1</type>
          <url>sample string 2</url>
        </MediaInfo>
        <MediaInfo>
          <type>1</type>
          <url>sample string 2</url>
        </MediaInfo>
      </media>
      <phone>sample string 3</phone>
      <result>sample string 6</result>
      <tipsterId>1</tipsterId>
      <tipsterTypeName>sample string 7</tipsterTypeName>
      <truename>sample string 2</truename>
      <userinfo>
        <Id>1</Id>
        <headerImage>sample string 4</headerImage>
        <nickname>sample string 3</nickname>
        <profile>5</profile>
        <talentAccount>6</talentAccount>
        <userName>sample string 2</userName>
      </userinfo>
    </Tipster>
  </data>
  <message>sample string 5</message>
  <page>3</page>
  <pageSize>2</pageSize>
  <recordsetCount>1</recordsetCount>
  <success>true</success>
</ResultDataOfTipsterPr2Hy9OI>