Appearance
Global Search
Endpoint
sh
GET https://art.ayima.com/api/searchparameters
| name | type | description | required |
|---|---|---|---|
| term | String | The search term used to filter results. If not set all results will be returned. | 🚫 |
| page_number | int | The current page of the paginated data. | 🚫 |
| page_length | int | The number of items to return on each page. | 🚫 |
| search_types | array | An array of the types to search. Default all, options are: 'organisations', 'teams', 'reports' | 🚫 |
| filtered_orgs | array | An array list of filtered organisation IDs | 🚫 |
| filtered_teams | array | An array list of filtered teams IDs | 🚫 |
Response
json
{
"count": "...",
"data": [
{
"name": "...",
"website": "...",
"device_type": "...",
"search_engine_iso": "...",
"search_engine_name":"...",
"team": "...",
"reference": "...",
"type": "...",
"url": "..."
}
]
}