API Core Documentation
Search
Financial Documents
Company Documents
Companies
- GETSummary
- GETGraph
- GETParties
- GETFinancial summary
- GETFinancial reports table
- GETFinancial reports
- GETIntelligence
- GETDebtor summary
- GETWorkplace summary
- GETOwnerships
- GETBank accounts
- GETBeneficial owners
- GETSNI codes
- GETEmployee contributions
- GETPayrolls
- GETShare register
- GETShare capital
- GETShare class
- GETShare issue
- GETBonus issue
- GETAuthorizations
- GETRegistration
- GETHyperlinks
- GETNames
- GETPhonenumbers
- GETPurposes
- GETEmail
- GETSignatories
- GETTrademarks
- GETRegistered offices
- GETStatus
- GETDomains
- GETBusiness mortgages
- GETProperties
Watchlists
Companies
Properties
Get the companys properties
GET
/
datasets
/
companies
/
{companyId}
/
se
/
properties
Copy
curl --request GET \
--url https://api.tic.io/datasets/companies/{companyId}/se/properties \
--header 'x-api-key: <api-key>'
Copy
[
{
"fastighetObjektIdentitet": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"inskrivningsdag": "2023-11-07T05:31:56Z",
"beviljadAndelTaljare": 123,
"beviljadAndelNamnare": 123,
"agandeTyp": "lagfart",
"agandeTypBeskrivning": "<string>",
"fastighetTyp": "fastighet",
"lanskod": "<string>",
"kommunkod": "<string>",
"status": "avregistrerad",
"totalLandareal": 123,
"totalVattenareal": 123,
"totalareal": 123,
"arealuppgiftOsaker": true,
"registeromrade": "<string>",
"trakt": "<string>",
"block": "<string>",
"enhet": 123,
"etikett": "<string>",
"senastInskrivningdag": "2023-11-07T05:31:56Z",
"aktuellAgare": true
}
]
Returns a list of properties in Sweden belonging to a company. Please note that the field fastighetObjektIdentitet (property UUID) is the value you use to query for high-resolution ortophotos here or get a summary of the property here.
Authorizations
Path Parameters
The company id
Query Parameters
Include only current ownership
Response
200 - application/json
OK
The response is of type object[]
.
Copy
curl --request GET \
--url https://api.tic.io/datasets/companies/{companyId}/se/properties \
--header 'x-api-key: <api-key>'
Copy
[
{
"fastighetObjektIdentitet": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"inskrivningsdag": "2023-11-07T05:31:56Z",
"beviljadAndelTaljare": 123,
"beviljadAndelNamnare": 123,
"agandeTyp": "lagfart",
"agandeTypBeskrivning": "<string>",
"fastighetTyp": "fastighet",
"lanskod": "<string>",
"kommunkod": "<string>",
"status": "avregistrerad",
"totalLandareal": 123,
"totalVattenareal": 123,
"totalareal": 123,
"arealuppgiftOsaker": true,
"registeromrade": "<string>",
"trakt": "<string>",
"block": "<string>",
"enhet": 123,
"etikett": "<string>",
"senastInskrivningdag": "2023-11-07T05:31:56Z",
"aktuellAgare": true
}
]
Assistant
Responses are generated using AI and may contain mistakes.