...
- Delete search
- DELETE https://dev-ddb.fiz-karlsruhe.de/api/2/savedsearches/123456
...
Model
SavedSearch
Fields
Field | Data type | Description |
---|---|---|
id | Long | ID of the Saved Search (internal created by PostgreSQL) |
title | String | User defined title of the Saved Search |
type | String | Type of the Saved Search (CULTURAL_ITEM | INSTITUTION | ENTITY | NEWSPAPER(legacy)) |
queryString | String | Search query string with parameters filtered and sorted alphabetically. Encoded in Base64 |
userId | String | AAS/LDAP managed ID of the User |
createdAt | XMLGregorianCalendar | Creation date of the Saved Search created by the DDB Backend |
Description
- Model object to hold a Saved Search
...