GET api/payments/mytransactions?credit={credit}&debit={debit}&offset={offset}&limit={limit}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| credit | boolean |
Default value is True |
|
| debit | boolean |
Default value is True |
|
| offset | integer |
Default value is 0 |
|
| limit | integer |
Default value is 20 |
Body Parameters
None.
Response Information
Resource Description
StarAPIPaginatedResponseOfIEnumerableOfTransactionDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| TotalCount | integer |
None. |
|
| TotalPofileVideosCount | integer |
None. |
|
| Status | string |
None. |
|
| Result | Collection of TransactionDTO |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.