Sign in

List items

documented

Retrieve a list of inventory items.

GET /ItemsItemsno implementation yet0 runs
No 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/Items?FileId={{file_id}}&Page={{page}}&PageSize={{limit}}&LastModifiedFromDate={{from_date}}&LastModifiedToDate={{to_date}}&IsActive={{is_active}}&ItemType={{item_type}}&SearchMethod={{search_method}}&SearchText={{search_text}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json"