GET api/listing_archive/view/{view_id}/{culture}/items?st={st}&nt={nt}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| view_id | string |
Required |
|
| culture | string |
Required |
|
| st | string |
None. |
|
| nt | string |
None. |
Body Parameters
None.
Response Information
Resource Description
list_view| Name | Description | Type | Additional information |
|---|---|---|---|
| metadata | list_metadata |
None. |
|
| items | Collection of list_view_item |
None. |
Response Formats
application/json, text/json
Sample:
{
"metadata": {
"item_count": 1,
"max_item_count": 1,
"next_token": "sample string 1",
"search_token": "sample string 2",
"search_params": {
"query_text": "sample string 1",
"filter_group": {
"operator": 0,
"filter_groups": [],
"filters": [
{
"field": "sample string 1",
"operator": 0,
"value": {}
},
{
"field": "sample string 1",
"operator": 0,
"value": {}
}
]
},
"max_item_count": 1,
"first_item_index": 1,
"sort_fields": [
{
"field": "sample string 1",
"desc": true
},
{
"field": "sample string 1",
"desc": true
}
],
"proximity_filter": {
"longitude": 1.0,
"latitude": 2.0,
"distance": 3
},
"shuffle": true
},
"query_cost": 1.1,
"query_date": "2026-01-16T15:07:54.3787994Z",
"culture": "sample string 3"
}
}