List item adjustments
documentedRetrieve a list of item adjustments.
GET /ItemAdjustmentsItemsno 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/ItemAdjustments?FileId={{$file_id}}&Page={{$page}}&PageSize={{$limit}}&FromDate={{$from_date}}&ToDate={{$to_date}}&LastModifiedFromDate={{$last_modified_from_date}}&LastModifiedToDate={{$last_modified_to_date}}&Tags={{$tags}}&TagSelection={{$tag_selection}}" \
-X GET \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"