GET api/ala/getSetList?ECPlatformUserNumber={ECPlatformUserNumber}&pageindex={pageindex}&PageSize={PageSize}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ECPlatformUserNumber

string

Required

pageindex

integer

Default value is 1

PageSize

integer

Default value is 10

Body Parameters

None.

Response Information

Resource Description

Result
NameDescriptionTypeAdditional information
success

boolean

None.

data

Object

None.

error

string

None.

Response Formats

application/json, text/json

Sample:
{
  "success": true,
  "data": {},
  "error": "sample string 3"
}