GET ZiXun/getLikeBidProjectList?typeid={typeid}&id={id}&StatuteNotice={StatuteNotice}&SourceAuthorityId={SourceAuthorityId}&IndustryTypeId={IndustryTypeId}&pageNum={pageNum}&pageSize={pageSize}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
typeid

integer

Default value is 0

id

integer

Default value is 0

StatuteNotice

string

Default value is

SourceAuthorityId

string

Default value is

IndustryTypeId

string

Default value is

pageNum

integer

Default value is 1

pageSize

integer

Default value is 10

Body Parameters

None.

Response Information

Resource Description

ReturnResult
NameDescriptionTypeAdditional information
code

string

None.

msg

string

None.

data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "code": "sample string 1",
  "msg": "sample string 2",
  "data": {}
}

application/xml, text/xml

Sample:
<ReturnResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QXCMS_API">
  <code>sample string 1</code>
  <data />
  <msg>sample string 2</msg>
</ReturnResult>