Retrieve filterable data by model.
GET
/filters最終更新: 9 days ago
担当者:
This endpoint allows retrieving filterable data such as cities, regions, agencies, tender activities, and other related entities. The returned data includes identifiers and names that can be used in other API endpoints to filter results effectively. This endpoint is designed to provide necessary reference data for constructing meaningful queries in the API.
Requestパラメータ
Queryパラメータ
model
enum<string>
required
The type of model to filter by.
Allowed values:
cityregiontender_activitiessub_tender_activitiesagencytypes
Example:
city
サンプルコード
Response
OK(200)
Bad Request(400)
Unauthorized(401)
Server Error(500)
HTTPステータスコード: 200
コンテンツ形式: JSONapplication/json
Successful response with filterable data.
データ構造
data
array[object (FilterItem) {2}]
optional
text
string
optional
The name of the filterable item.
Example:
الخفجي
id
integer
optional
The unique identifier for the item.
Example:
1
例
未設定
最終更新: 9 days ago