GET promotion/get_child_distribution_users?client_id={client_id}&page_index={page_index}&page_size={page_size}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| client_id | integer |
None. |
|
| page_index | integer |
Required |
|
| page_size | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
DataResponseOfPageResponseOfChildDistributionUsersViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| message | string |
None. |
|
| success | boolean |
None. |
|
| data | PageResponseOfChildDistributionUsersViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": 1,
"message": "sample string 2",
"success": true,
"data": {
"last_page": true,
"total_count": 2,
"list": [
{
"user_id": 1,
"user_name": "sample string 2",
"user_head_image_path": "sample string 3",
"date_created_name": "sample string 4"
},
{
"user_id": 1,
"user_name": "sample string 2",
"user_head_image_path": "sample string 3",
"date_created_name": "sample string 4"
}
]
}
}