Product Center¶
Product Center - Get Obj Content¶
HTTP Request
GET /api/v1/_objs/{type}/{id}/data
📋 Description: Fetches detailed data for a specified portfolio asset or real estate property, identified by its type and ID, to support comprehensive analytics within the Nakisa Portfolio Management Suite.
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
type |
path |
string |
true |
Type of the resource |
id |
path |
string |
true |
Unique identifier for the resource |
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Example Responses
1{
2 "obj": {
3 "property1": {},
4 "property2": {}
5 },
6 "locale": {
7 "property1": {},
8 "property2": {}
9 }
10}