File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -4121,6 +4121,23 @@ paths:
41214121 parameters :
41224122 - $ref : ' #/components/parameters/JsonHeader'
41234123 - $ref : ' #/components/parameters/SearchId'
4124+ /search/{search_id}/results :
4125+ get :
4126+ responses :
4127+ 200 :
4128+ $ref : ' #/components/responses/PaginatedSearchesResponse'
4129+ 400 :
4130+ $ref : ' #/components/responses/BadRequestResponse'
4131+ 401 :
4132+ $ref : ' #/components/responses/UnauthorizedResponse'
4133+ summary : Paginate the results for a search
4134+ description : " Gives back the paginated results of a search. The search model needs to be a customer"
4135+ tags :
4136+ - Search
4137+ parameters :
4138+ - $ref : ' #/components/parameters/JsonHeader'
4139+ - $ref : ' #/components/parameters/PerPage'
4140+ - $ref : ' #/components/parameters/Page'
41244141 /hdn/ax_message :
41254142 post :
41264143 responses :
You can’t perform that action at this time.
0 commit comments