Creates a new filter, and returns newly created filter. Currently sets permissions just using the users default sharing permissions
StringList
string
boolean
boolean
string
string
string
UserBean
string
string
array<FilterPermissionBean>
Returns a newly created filter
1
2
3
4
5
curl --request POST \
--url 'http://{baseurl}/rest/api/2/filter' \
--user 'email@example.com:<api_token>' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json'
Returns the default share scope of the logged-in user
This request has no parameters.
Returns the default share scope of the logged-in user
1
2
3
4
curl --request GET \
--url 'http://{baseurl}/rest/api/2/filter/defaultShareScope' \
--user 'email@example.com:<api_token>' \
--header 'Accept: application/json'
Sets the default share scope of the logged-in user. Available values are: AUTHENTICATED (for sharing with all logged-in users) and PRIVATE (for no shares).
string
Returns the new default share scope of the logged-in user