You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/useCases.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,6 +85,8 @@ The different use cases currently available in the package are classified below,
85
85
-[Get Application Terms of Use](#get-application-terms-of-use)
86
86
-[Contact](#Contact)
87
87
-[Send Feedback to Object Contacts](#send-feedback-to-object-contacts)
88
+
-[Search](#Search)
89
+
-[Get Search Services](#get-search-services)
88
90
89
91
## Collections
90
92
@@ -222,6 +224,8 @@ This use case supports the following optional parameters depending on the search
222
224
-**limit**: (number) Limit for pagination.
223
225
-**offset**: (number) Offset for pagination.
224
226
-**collectionSearchCriteria**: ([CollectionSearchCriteria](../src/collections/domain/models/CollectionSearchCriteria.ts)) Supports filtering the collection items by different properties.
227
+
-**searchServiceName**: The search service name on which to execute the search (Optional).
228
+
-**showTypeCounts**: If true, the response will include the count per object type (Optional).
225
229
226
230
#### List My Data Collection Items
227
231
@@ -1991,3 +1995,25 @@ In ContactDTO, it takes the following information:
1991
1995
-**subject**: the email subject line.
1992
1996
-**body**: the email body to send.
1993
1997
-**fromEmail**: the email to list in the reply-to field.
1998
+
1999
+
## Search
2000
+
2001
+
#### Get Search Services
2002
+
2003
+
Returns all [Search Services](../src/search/domain/models/SearchService.ts) available in the installation.
0 commit comments