GET app_listinghistory_count?user_id={user_id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| user_id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
bresultPageCounts| Name | Description | Type | Additional information |
|---|---|---|---|
| totalpages | integer |
None. |
|
| totalrecords | integer |
None. |
|
| message | string |
None. |
Response Formats
application/json, text/json, text/html
Sample:
{
"totalpages": 1,
"totalrecords": 2,
"message": "sample string 3"
}