GET api/UserHistory/GetUserHistoryDetailsv1?page={page}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
page | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of UserHistoryViewModelName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
DateCreated | date |
None. |
|
UpdatedDate | date |
None. |
|
Title | string |
None. |
|
Description | string |
None. |
|
TypeId | integer |
None. |
|
UserId | globally unique identifier |
None. |
|
TransactionId | globally unique identifier |
None. |
|
URL | string |
None. |
|
Image | string |
None. |
|
IsRead | boolean |
None. |
|
TransacationUserId | globally unique identifier |
None. |
|
TransactionUser | UserP2PModel |
None. |
|
UserHistoryType | UserHistoryTypeViewModel |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": "fa1e5e9b-0987-4705-9124-603328f0e614", "DateCreated": "2023-09-03T06:35:30.7926973+00:00", "UpdatedDate": "2023-09-03T06:35:30.7926973+00:00", "Title": "sample string 4", "Description": "sample string 5", "TypeId": 6, "UserId": "48aac51e-de5d-4dba-a726-12604f65f572", "TransactionId": "5bc61c03-1efc-459a-ab40-47fc417d0850", "URL": "sample string 8", "Image": "sample string 9", "IsRead": true, "TransacationUserId": "7d3b8a40-d6b1-444e-a0d1-90955eada19a", "TransactionUser": { "UserId": "e9581815-71b4-49c9-b4c2-db469f64b3cc", "BankCardId": "a0963194-94c7-44bc-a434-3121ccfb2602", "FirstName": "sample string 3", "LastName": "sample string 4", "ProfileImage": "sample string 5", "CardNumber": "sample string 6", "CardType": "sample string 7", "Mobile": "sample string 8", "Status": 9, "Amount": 10.1, "Currency": "sample string 11", "IsSent": true, "BankBinSponsorId": 13 }, "UserHistoryType": { "Id": 1, "Name": "sample string 2", "Icon": "sample string 3", "ColorDark": "sample string 4", "ColorLight": "sample string 5" } }, { "Id": "fa1e5e9b-0987-4705-9124-603328f0e614", "DateCreated": "2023-09-03T06:35:30.7926973+00:00", "UpdatedDate": "2023-09-03T06:35:30.7926973+00:00", "Title": "sample string 4", "Description": "sample string 5", "TypeId": 6, "UserId": "48aac51e-de5d-4dba-a726-12604f65f572", "TransactionId": "5bc61c03-1efc-459a-ab40-47fc417d0850", "URL": "sample string 8", "Image": "sample string 9", "IsRead": true, "TransacationUserId": "7d3b8a40-d6b1-444e-a0d1-90955eada19a", "TransactionUser": { "UserId": "e9581815-71b4-49c9-b4c2-db469f64b3cc", "BankCardId": "a0963194-94c7-44bc-a434-3121ccfb2602", "FirstName": "sample string 3", "LastName": "sample string 4", "ProfileImage": "sample string 5", "CardNumber": "sample string 6", "CardType": "sample string 7", "Mobile": "sample string 8", "Status": 9, "Amount": 10.1, "Currency": "sample string 11", "IsSent": true, "BankBinSponsorId": 13 }, "UserHistoryType": { "Id": 1, "Name": "sample string 2", "Icon": "sample string 3", "ColorDark": "sample string 4", "ColorLight": "sample string 5" } } ]
application/xml, text/xml
Sample:
<ArrayOfUserHistoryViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bankiom.DataLayer.Common"> <UserHistoryViewModel> <DateCreated>2023-09-03T06:35:30.7926973+00:00</DateCreated> <Description>sample string 5</Description> <Id>fa1e5e9b-0987-4705-9124-603328f0e614</Id> <Image>sample string 9</Image> <IsRead>true</IsRead> <Title>sample string 4</Title> <TransacationUserId>7d3b8a40-d6b1-444e-a0d1-90955eada19a</TransacationUserId> <TransactionId>5bc61c03-1efc-459a-ab40-47fc417d0850</TransactionId> <TransactionUser> <Amount>10.1</Amount> <BankBinSponsorId>13</BankBinSponsorId> <BankCardId>a0963194-94c7-44bc-a434-3121ccfb2602</BankCardId> <CardNumber>sample string 6</CardNumber> <CardType>sample string 7</CardType> <Currency>sample string 11</Currency> <FirstName>sample string 3</FirstName> <IsSent>true</IsSent> <LastName>sample string 4</LastName> <Mobile>sample string 8</Mobile> <ProfileImage>sample string 5</ProfileImage> <Status>9</Status> <UserId>e9581815-71b4-49c9-b4c2-db469f64b3cc</UserId> </TransactionUser> <TypeId>6</TypeId> <URL>sample string 8</URL> <UpdatedDate>2023-09-03T06:35:30.7926973+00:00</UpdatedDate> <UserHistoryType> <ColorDark>sample string 4</ColorDark> <ColorLight>sample string 5</ColorLight> <Icon>sample string 3</Icon> <Id>1</Id> <Name>sample string 2</Name> </UserHistoryType> <UserId>48aac51e-de5d-4dba-a726-12604f65f572</UserId> </UserHistoryViewModel> <UserHistoryViewModel> <DateCreated>2023-09-03T06:35:30.7926973+00:00</DateCreated> <Description>sample string 5</Description> <Id>fa1e5e9b-0987-4705-9124-603328f0e614</Id> <Image>sample string 9</Image> <IsRead>true</IsRead> <Title>sample string 4</Title> <TransacationUserId>7d3b8a40-d6b1-444e-a0d1-90955eada19a</TransacationUserId> <TransactionId>5bc61c03-1efc-459a-ab40-47fc417d0850</TransactionId> <TransactionUser> <Amount>10.1</Amount> <BankBinSponsorId>13</BankBinSponsorId> <BankCardId>a0963194-94c7-44bc-a434-3121ccfb2602</BankCardId> <CardNumber>sample string 6</CardNumber> <CardType>sample string 7</CardType> <Currency>sample string 11</Currency> <FirstName>sample string 3</FirstName> <IsSent>true</IsSent> <LastName>sample string 4</LastName> <Mobile>sample string 8</Mobile> <ProfileImage>sample string 5</ProfileImage> <Status>9</Status> <UserId>e9581815-71b4-49c9-b4c2-db469f64b3cc</UserId> </TransactionUser> <TypeId>6</TypeId> <URL>sample string 8</URL> <UpdatedDate>2023-09-03T06:35:30.7926973+00:00</UpdatedDate> <UserHistoryType> <ColorDark>sample string 4</ColorDark> <ColorLight>sample string 5</ColorLight> <Icon>sample string 3</Icon> <Id>1</Id> <Name>sample string 2</Name> </UserHistoryType> <UserId>48aac51e-de5d-4dba-a726-12604f65f572</UserId> </UserHistoryViewModel> </ArrayOfUserHistoryViewModel>