GET cre/propertymapinfo/{secretKey}?HistoryId={HistoryId}&LanguageId={LanguageId}&IsWriteLogSQL={IsWriteLogSQL}

This function will get property map info by history id

Request Information

URI Parameters

NameDescriptionTypeAdditional information
secretKey

is used to authenticate user

string

Required

HistoryId

integer

None.

LanguageId

1: NL, 2: FR, 3: EN, Default value = 1

integer

None.

IsWriteLogSQL

Write sql query for debug

boolean

None.

Body Parameters

None.

Response Information

Resource Description

Return property map info

ReturnResultOfListOfCREPropertyMapInfo
NameDescriptionTypeAdditional information
Success

Value = true is successful (If this value = false, then we should see Code and Message to have more info about error.)

boolean

None.

Code

It's error code (If value = 0, it's successful)

integer

None.

Message

It's error message (If value = empty, it's successful).

string

None.

Value

Data which you need to get.

Collection of CREPropertyMapInfo

None.

Response Formats

application/json, text/json

Sample:
{
  "Success": true,
  "Code": 2,
  "Message": "sample string 3",
  "Value": [
    {
      "HistoryID": 1,
      "ObjectID": 2,
      "ObjectIdent": "sample string 3",
      "ToolTipGoogleX": "sample string 4",
      "ToolTipGoogleY": "sample string 5",
      "ObjectGoogleX": "sample string 6",
      "ObjectGoogleY": "sample string 7",
      "CustomMessage": "sample string 21",
      "PersonID": 8,
      "PersonEmail": "sample string 9",
      "PersonName": "sample string 10",
      "PersonFirstName": "sample string 11",
      "PersonIdent": "sample string 12",
      "CompanyName": "sample string 13",
      "PersonPhone": "sample string 14",
      "UserID": 15,
      "UserFullName": "sample string 16",
      "UserShortName": "sample string 17",
      "UserEmail": "sample string 18",
      "UserProfile": "sample string 19",
      "UserPhone": "sample string 20",
      "DemandID": 22,
      "SurfGround": 23,
      "MinPrice": 24.0,
      "MaxPrice": 25.0,
      "MinSurfBureau": 26,
      "MaxSurfBureau": 27,
      "DemandGoal": "sample string 28",
      "Small": {
        "Url": "sample string 1",
        "Width": 2,
        "Height": 3
      }
    },
    {
      "HistoryID": 1,
      "ObjectID": 2,
      "ObjectIdent": "sample string 3",
      "ToolTipGoogleX": "sample string 4",
      "ToolTipGoogleY": "sample string 5",
      "ObjectGoogleX": "sample string 6",
      "ObjectGoogleY": "sample string 7",
      "CustomMessage": "sample string 21",
      "PersonID": 8,
      "PersonEmail": "sample string 9",
      "PersonName": "sample string 10",
      "PersonFirstName": "sample string 11",
      "PersonIdent": "sample string 12",
      "CompanyName": "sample string 13",
      "PersonPhone": "sample string 14",
      "UserID": 15,
      "UserFullName": "sample string 16",
      "UserShortName": "sample string 17",
      "UserEmail": "sample string 18",
      "UserProfile": "sample string 19",
      "UserPhone": "sample string 20",
      "DemandID": 22,
      "SurfGround": 23,
      "MinPrice": 24.0,
      "MaxPrice": 25.0,
      "MinSurfBureau": 26,
      "MaxSurfBureau": 27,
      "DemandGoal": "sample string 28",
      "Small": {
        "Url": "sample string 1",
        "Width": 2,
        "Height": 3
      }
    }
  ]
}

application/xml, text/xml

Sample:
<ReturnResultOfArrayOfCREPropertyMapInfoOpzxWdDH xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OmnicasaApiv3.Models">
  <Code>2</Code>
  <Message>sample string 3</Message>
  <Success>true</Success>
  <Value>
    <CREPropertyMapInfo>
      <CompanyName>sample string 13</CompanyName>
      <CustomMessage>sample string 21</CustomMessage>
      <DemandGoal>sample string 28</DemandGoal>
      <DemandID>22</DemandID>
      <HistoryID>1</HistoryID>
      <MaxPrice>25</MaxPrice>
      <MaxSurfBureau>27</MaxSurfBureau>
      <MinPrice>24</MinPrice>
      <MinSurfBureau>26</MinSurfBureau>
      <ObjectGoogleX>sample string 6</ObjectGoogleX>
      <ObjectGoogleY>sample string 7</ObjectGoogleY>
      <ObjectID>2</ObjectID>
      <ObjectIdent>sample string 3</ObjectIdent>
      <PersonEmail>sample string 9</PersonEmail>
      <PersonFirstName>sample string 11</PersonFirstName>
      <PersonID>8</PersonID>
      <PersonIdent>sample string 12</PersonIdent>
      <PersonName>sample string 10</PersonName>
      <PersonPhone>sample string 14</PersonPhone>
      <Small>
        <Height>3</Height>
        <Url>sample string 1</Url>
        <Width>2</Width>
      </Small>
      <SurfGround>23</SurfGround>
      <ToolTipGoogleX>sample string 4</ToolTipGoogleX>
      <ToolTipGoogleY>sample string 5</ToolTipGoogleY>
      <UserEmail>sample string 18</UserEmail>
      <UserFullName>sample string 16</UserFullName>
      <UserID>15</UserID>
      <UserPhone>sample string 20</UserPhone>
      <UserProfile>sample string 19</UserProfile>
      <UserShortName>sample string 17</UserShortName>
    </CREPropertyMapInfo>
    <CREPropertyMapInfo>
      <CompanyName>sample string 13</CompanyName>
      <CustomMessage>sample string 21</CustomMessage>
      <DemandGoal>sample string 28</DemandGoal>
      <DemandID>22</DemandID>
      <HistoryID>1</HistoryID>
      <MaxPrice>25</MaxPrice>
      <MaxSurfBureau>27</MaxSurfBureau>
      <MinPrice>24</MinPrice>
      <MinSurfBureau>26</MinSurfBureau>
      <ObjectGoogleX>sample string 6</ObjectGoogleX>
      <ObjectGoogleY>sample string 7</ObjectGoogleY>
      <ObjectID>2</ObjectID>
      <ObjectIdent>sample string 3</ObjectIdent>
      <PersonEmail>sample string 9</PersonEmail>
      <PersonFirstName>sample string 11</PersonFirstName>
      <PersonID>8</PersonID>
      <PersonIdent>sample string 12</PersonIdent>
      <PersonName>sample string 10</PersonName>
      <PersonPhone>sample string 14</PersonPhone>
      <Small>
        <Height>3</Height>
        <Url>sample string 1</Url>
        <Width>2</Width>
      </Small>
      <SurfGround>23</SurfGround>
      <ToolTipGoogleX>sample string 4</ToolTipGoogleX>
      <ToolTipGoogleY>sample string 5</ToolTipGoogleY>
      <UserEmail>sample string 18</UserEmail>
      <UserFullName>sample string 16</UserFullName>
      <UserID>15</UserID>
      <UserPhone>sample string 20</UserPhone>
      <UserProfile>sample string 19</UserProfile>
      <UserShortName>sample string 17</UserShortName>
    </CREPropertyMapInfo>
  </Value>
</ReturnResultOfArrayOfCREPropertyMapInfoOpzxWdDH>