GET app_userbidhistory_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
bresultPageCountsName | 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" }