GET api/v1/crm-getCountOfSearchItem-data?customerId={customerId}&sellerId={sellerId}&clientId={clientId}

Request Information

URI Parameters
NameDescriptionTypeAdditional information
customerId

string

Required

sellerId

integer

Required

clientId

integer

Required

Response Information

Description:

Return type: Collection of BrowsingHistory

Response Formats
[
  {
    "Year": 1,
    "Jan": 2,
    "Feb": 3,
    "Mar": 4,
    "Apr": 5,
    "May": 6,
    "Jun": 7,
    "Jul": 8,
    "Aug": 9,
    "Sep": 10,
    "Oct": 11,
    "Nov": 12,
    "Dec": 13,
    "CategoryName": "sample string 14",
    "SearchCount": 15
  },
  {
    "Year": 1,
    "Jan": 2,
    "Feb": 3,
    "Mar": 4,
    "Apr": 5,
    "May": 6,
    "Jun": 7,
    "Jul": 8,
    "Aug": 9,
    "Sep": 10,
    "Oct": 11,
    "Nov": 12,
    "Dec": 13,
    "CategoryName": "sample string 14",
    "SearchCount": 15
  }
]
[{"Year":1,"Jan":2,"Feb":3,"Mar":4,"Apr":5,"May":6,"Jun":7,"Jul":8,"Aug":9,"Sep":10,"Oct":11,"Nov":12,"Dec":13,"CategoryName":"sample string 14","SearchCount":15},{"Year":1,"Jan":2,"Feb":3,"Mar":4,"Apr":5,"May":6,"Jun":7,"Jul":8,"Aug":9,"Sep":10,"Oct":11,"Nov":12,"Dec":13,"CategoryName":"sample string 14","SearchCount":15}]
<ArrayOfBrowsingHistory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.CRM">
  <BrowsingHistory>
    <Apr>5</Apr>
    <Aug>9</Aug>
    <CategoryName>sample string 14</CategoryName>
    <Dec>13</Dec>
    <Feb>3</Feb>
    <Jan>2</Jan>
    <Jul>8</Jul>
    <Jun>7</Jun>
    <Mar>4</Mar>
    <May>6</May>
    <Nov>12</Nov>
    <Oct>11</Oct>
    <SearchCount>15</SearchCount>
    <Sep>10</Sep>
    <Year>1</Year>
  </BrowsingHistory>
  <BrowsingHistory>
    <Apr>5</Apr>
    <Aug>9</Aug>
    <CategoryName>sample string 14</CategoryName>
    <Dec>13</Dec>
    <Feb>3</Feb>
    <Jan>2</Jan>
    <Jul>8</Jul>
    <Jun>7</Jun>
    <Mar>4</Mar>
    <May>6</May>
    <Nov>12</Nov>
    <Oct>11</Oct>
    <SearchCount>15</SearchCount>
    <Sep>10</Sep>
    <Year>1</Year>
  </BrowsingHistory>
</ArrayOfBrowsingHistory>