@@ -34,7 +34,8 @@ service:
3434 list :
3535 path : /ats/v1/applications
3636 method : GET
37- auth : true
37+ auth :
38+ - tokenAuth : []
3839 docs : Returns a list of `Application` objects.
3940 pagination :
4041 cursor : $request.cursor
@@ -124,7 +125,22 @@ service:
124125 status-code : 200
125126 examples :
126127 - query-parameters :
128+ candidate_id : candidate_id
129+ created_after : ' 2024-01-15T09:30:00Z'
130+ created_before : ' 2024-01-15T09:30:00Z'
131+ credited_to_id : credited_to_id
132+ current_stage_id : current_stage_id
127133 cursor : cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw
134+ include_deleted_data : true
135+ include_remote_data : true
136+ include_shell_data : true
137+ job_id : job_id
138+ modified_after : ' 2024-01-15T09:30:00Z'
139+ modified_before : ' 2024-01-15T09:30:00Z'
140+ page_size : 1
141+ reject_reason_id : reject_reason_id
142+ remote_id : remote_id
143+ source : source
128144 headers :
129145 X-Account-Token : X-Account-Token
130146 response :
@@ -162,7 +178,8 @@ service:
162178 create :
163179 path : /ats/v1/applications
164180 method : POST
165- auth : true
181+ auth :
182+ - tokenAuth : []
166183 docs : >
167184 Creates an `Application` object with the given values.
168185
@@ -198,7 +215,10 @@ service:
198215 type : atsRoot.ApplicationResponse
199216 status-code : 201
200217 examples :
201- - headers :
218+ - query-parameters :
219+ is_debug_mode : true
220+ run_async : true
221+ headers :
202222 X-Account-Token : X-Account-Token
203223 request :
204224 model : {}
@@ -256,7 +276,8 @@ service:
256276 retrieve :
257277 path : /ats/v1/applications/{id}
258278 method : GET
259- auth : true
279+ auth :
280+ - tokenAuth : []
260281 docs : Returns an `Application` object with the given `id`.
261282 source :
262283 openapi : ats_v3.yml
@@ -288,6 +309,9 @@ service:
288309 examples :
289310 - path-parameters :
290311 id : id
312+ query-parameters :
313+ include_remote_data : true
314+ include_shell_data : true
291315 headers :
292316 X-Account-Token : X-Account-Token
293317 response :
@@ -322,7 +346,8 @@ service:
322346 changeStageCreate :
323347 path : /ats/v1/applications/{id}/change-stage
324348 method : POST
325- auth : true
349+ auth :
350+ - tokenAuth : []
326351 docs : Updates the `current_stage` field of an `Application` object
327352 source :
328353 openapi : ats_v3.yml
@@ -358,6 +383,9 @@ service:
358383 examples :
359384 - path-parameters :
360385 id : id
386+ query-parameters :
387+ is_debug_mode : true
388+ run_async : true
361389 headers :
362390 X-Account-Token : X-Account-Token
363391 request : {}
@@ -414,7 +442,8 @@ service:
414442 metaPostRetrieve :
415443 path : /ats/v1/applications/meta/post
416444 method : GET
417- auth : true
445+ auth :
446+ - tokenAuth : []
418447 docs : Returns metadata for `Application` POSTs.
419448 source :
420449 openapi : ats_v3.yml
@@ -431,7 +460,9 @@ service:
431460 type : atsRoot.MetaResponse
432461 status-code : 200
433462 examples :
434- - headers :
463+ - query-parameters :
464+ application_remote_template_id : application_remote_template_id
465+ headers :
435466 X-Account-Token : X-Account-Token
436467 response :
437468 body :
0 commit comments