GET api/UserHistory/GetUserHistoryDetailsv1?page={page}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
page

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of UserHistoryViewModel
NameDescriptionTypeAdditional 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": "98e2e9e2-8a4d-41ef-abdd-ee2337a896e4",
    "DateCreated": "2024-10-15T08:22:58.9823915+00:00",
    "UpdatedDate": "2024-10-15T08:22:58.9823915+00:00",
    "Title": "sample string 4",
    "Description": "sample string 5",
    "TypeId": 6,
    "UserId": "3293bedf-0a6b-4b81-bb90-b1588c2086f0",
    "TransactionId": "88474064-4bc6-4e2a-b620-c70e1148ef92",
    "URL": "sample string 8",
    "Image": "sample string 9",
    "IsRead": true,
    "TransacationUserId": "aa2396af-c60d-443a-9165-13ef3a8d92ff",
    "TransactionUser": {
      "UserId": "c074d830-5bf9-4003-b74a-1cbdb9c94872",
      "BankCardId": "0881eada-999c-496b-8afc-5f7afae166fc",
      "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": "98e2e9e2-8a4d-41ef-abdd-ee2337a896e4",
    "DateCreated": "2024-10-15T08:22:58.9823915+00:00",
    "UpdatedDate": "2024-10-15T08:22:58.9823915+00:00",
    "Title": "sample string 4",
    "Description": "sample string 5",
    "TypeId": 6,
    "UserId": "3293bedf-0a6b-4b81-bb90-b1588c2086f0",
    "TransactionId": "88474064-4bc6-4e2a-b620-c70e1148ef92",
    "URL": "sample string 8",
    "Image": "sample string 9",
    "IsRead": true,
    "TransacationUserId": "aa2396af-c60d-443a-9165-13ef3a8d92ff",
    "TransactionUser": {
      "UserId": "c074d830-5bf9-4003-b74a-1cbdb9c94872",
      "BankCardId": "0881eada-999c-496b-8afc-5f7afae166fc",
      "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>2024-10-15T08:22:58.9823915+00:00</DateCreated>
    <Description>sample string 5</Description>
    <Id>98e2e9e2-8a4d-41ef-abdd-ee2337a896e4</Id>
    <Image>sample string 9</Image>
    <IsRead>true</IsRead>
    <Title>sample string 4</Title>
    <TransacationUserId>aa2396af-c60d-443a-9165-13ef3a8d92ff</TransacationUserId>
    <TransactionId>88474064-4bc6-4e2a-b620-c70e1148ef92</TransactionId>
    <TransactionUser>
      <Amount>10.1</Amount>
      <BankBinSponsorId>13</BankBinSponsorId>
      <BankCardId>0881eada-999c-496b-8afc-5f7afae166fc</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>c074d830-5bf9-4003-b74a-1cbdb9c94872</UserId>
    </TransactionUser>
    <TypeId>6</TypeId>
    <URL>sample string 8</URL>
    <UpdatedDate>2024-10-15T08:22:58.9823915+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>3293bedf-0a6b-4b81-bb90-b1588c2086f0</UserId>
  </UserHistoryViewModel>
  <UserHistoryViewModel>
    <DateCreated>2024-10-15T08:22:58.9823915+00:00</DateCreated>
    <Description>sample string 5</Description>
    <Id>98e2e9e2-8a4d-41ef-abdd-ee2337a896e4</Id>
    <Image>sample string 9</Image>
    <IsRead>true</IsRead>
    <Title>sample string 4</Title>
    <TransacationUserId>aa2396af-c60d-443a-9165-13ef3a8d92ff</TransacationUserId>
    <TransactionId>88474064-4bc6-4e2a-b620-c70e1148ef92</TransactionId>
    <TransactionUser>
      <Amount>10.1</Amount>
      <BankBinSponsorId>13</BankBinSponsorId>
      <BankCardId>0881eada-999c-496b-8afc-5f7afae166fc</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>c074d830-5bf9-4003-b74a-1cbdb9c94872</UserId>
    </TransactionUser>
    <TypeId>6</TypeId>
    <URL>sample string 8</URL>
    <UpdatedDate>2024-10-15T08:22:58.9823915+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>3293bedf-0a6b-4b81-bb90-b1588c2086f0</UserId>
  </UserHistoryViewModel>
</ArrayOfUserHistoryViewModel>