GET searchlogs/{Id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Id

integer

Required

Body Parameters

None.

Response Information

Resource Description

SearchLogEx
NameDescriptionTypeAdditional information
Id

integer

None.

SearchedDate

date

None.

LandLordName

string

None.

Name

string

None.

CVR

string

None.

Company

string

None.

UserName

string

None.

UserId

string

None.

SearchedDateOfBirth

date

None.

LandLordId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "SearchedDate": "2025-11-17T16:56:04.3620702+01:00",
  "LandLordName": "sample string 2",
  "Name": "sample string 3",
  "CVR": "sample string 4",
  "Company": "sample string 5",
  "UserName": "sample string 6",
  "UserId": "sample string 7",
  "SearchedDateOfBirth": "2025-11-17T16:56:04.3620702+01:00",
  "LandLordId": 1
}

application/xml, text/xml

Sample:
<SearchLogEx xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TwoDoIT.TenantApp.Common">
  <CVR>sample string 4</CVR>
  <Company>sample string 5</Company>
  <Id>1</Id>
  <LandLordId>1</LandLordId>
  <LandLordName>sample string 2</LandLordName>
  <Name>sample string 3</Name>
  <SearchedDate>2025-11-17T16:56:04.3620702+01:00</SearchedDate>
  <SearchedDateOfBirth>2025-11-17T16:56:04.3620702+01:00</SearchedDateOfBirth>
  <UserId>sample string 7</UserId>
  <UserName>sample string 6</UserName>
</SearchLogEx>