GET api/view/{id}/{culture}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
|
| culture | string |
Required |
Body Parameters
None.
Response Information
Resource Description
view| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
None. |
|
| name | string |
None. |
|
| account_id | string |
None. |
|
| max_item_count | integer |
None. |
|
| publish_date | date |
None. |
|
| publish_ver | integer |
None. |
|
| culture | string |
None. |
|
| tags | Collection of tag |
None. |
|
| dictionary | Dictionary of Object [key] and Object [value] |
None. |
|
| listing_filter_group | filter_group |
None. |
|
| broker_filter_group | filter_group |
None. |
|
| office_filter_group | filter_group |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": "sample string 1",
"name": "sample string 2",
"account_id": "sample string 3",
"max_item_count": 4,
"publish_date": "2026-01-20T21:50:17.3548564Z",
"publish_ver": 1,
"culture": "sample string 5",
"tags": [
{
"id": "sample string 1",
"account_id": "sample string 2",
"key": "sample string 3",
"public": true,
"shared": true,
"description": "sample string 6",
"color": "sample string 7",
"target_object_type": [
"sample string 1",
"sample string 2"
]
},
{
"id": "sample string 1",
"account_id": "sample string 2",
"key": "sample string 3",
"public": true,
"shared": true,
"description": "sample string 6",
"color": "sample string 7",
"target_object_type": [
"sample string 1",
"sample string 2"
]
}
],
"listing_filter_group": {
"operator": 0,
"filter_groups": [],
"filters": [
{
"field": "sample string 1",
"operator": 0,
"value": {}
},
{
"field": "sample string 1",
"operator": 0,
"value": {}
}
]
},
"broker_filter_group": {
"operator": 0,
"filter_groups": [],
"filters": [
{
"field": "sample string 1",
"operator": 0,
"value": {}
},
{
"field": "sample string 1",
"operator": 0,
"value": {}
}
]
},
"office_filter_group": {
"operator": 0,
"filter_groups": [],
"filters": [
{
"field": "sample string 1",
"operator": 0,
"value": {}
},
{
"field": "sample string 1",
"operator": 0,
"value": {}
}
]
}
}