List item transfers (alternate)
documentedRetrieve a list of item transfers.
GET /ItemTransfersItemsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl 'https://api.saasu.com/ItemTransfers?FileId={{$file_id}}&LastModifiedFromDate={{$last_modified_from_date}}&LastModifiedToDate={{$last_modified_to_date}}&Tags={{$tags}}&TagSelection={{$tag_selection}}&FromDate={{$from_date}}&ToDate={{$to_date}}&Page={{$page}}&PageSize={{$page_size}}' \
-X GET \
-H 'Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}' \
-H 'Accept: application/json' \
\
# Source: Saasu API documentation for GET ItemTransfers (https://api.saasu.com/Help/Api/GET-ItemTransfers)