Tell me more ×
Stack Apps is a question and answer site for apps, scripts, and development with the Stack Exchange API. It's 100% free, no registration required.

I'm trying to create a filter following the documentation, but a few things are quite unclear:

  1. How to create a filter without a base?
  2. What are mandatory the fields to include in any filter?
  3. How to specify multiple values for include & exclude? I tried separators ",","-" and others.
share|improve this question

migrated from stackoverflow.com Jun 14 at 19:22

1 Answer

I experimentally found that:

  1. It's base=none
  2. Nothing works without fields starting with a dot. .items is a must.
  3. Delimiter is ";"
share|improve this answer

You must log in to answer this question.