File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -207,12 +207,12 @@ Gets all Sifts(tasks) from the user.
207207
208208* `` user`` : A `` string`` that is the username of the user to get the Sifts from .
209209* `` limit`` (Optional): An `` integer`` that is the maximum number of results to
210- return .
210+ return .
211211* `` offset`` (Optional): An `` integer`` , starts the list at this offset (zero- based).
212212* `` last_update_time`` (Optional): An `` integer`` which is an Epoch timestamp. Returns
213- results with last update time more recent than this time.
213+ results with last update time more recent than this time.
214214* `` domain`` (Optional): A `` list `` of `` string`` that filters the Sift payload by the type , e.g.
215- `` shipment`` , `` flight`` , etc.
215+ `` shipment`` , `` flight`` , etc.
216216
217217** Example**
218218
@@ -234,22 +234,6 @@ Gets a single Sift(task) from the user.
234234
235235** Example**
236236
237- .. code- block:: python
238-
239- sift.get_sift(' username' , 123 )
240-
241- get_sift
242- ^^^^^^^^^
243-
244- Gets a single Sift(task) from the user.
245-
246- ** Parameters**
247-
248- * `` user`` : A `` string`` that is the username of the user to get the Sift from .
249- * `` sift_id`` : An `` integer`` that is the ID of the Sift to get from the user.
250-
251- ** Example**
252-
253237.. code- block:: python
254238
255239 sift.get_sift(' username' , 123 )
You can’t perform that action at this time.
0 commit comments