-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Component/s: Assets - Service, performance, functionality
-
Severity 3 - Minor
Issue Summary
The API endpoint Get objectschema id objecttypes flat the query parameter query returns an empty result and exclude does not filter result correctly.
Steps to Reproduce
Make the request as below including query parameters like Query and exclude
curl --request GET \ --url 'https://api.atlassian.com/jsm/assets/workspace/********-****-****-beea-32360850c8a5/v1/objectschema/3/objecttypes/flat?query=Employees&exclued=Department' \ --header 'Authorization: Bearer <access_token>' \ --header 'Accept: application/json’
Expected Results
The expected result is that Assets will return all object types matching the filter in the query string
Actual Results
The expected result is that Assets will return all object types matching the filter in the query string
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available