You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now we are forced to request information from three different endpoints:
/extjs/resource/{id} for the essential metadata
/resources/resource/{id}/attributes optionally requested depending by the caller tool on the front-end
/resources/resource/{id}/permissions optionally requested depending by the caller tool on the front-end
It would be nice to return all the information of payloads returned from the above endpoints through a single request against the extjs endpoint (on the /extjs/resource/{id} endpoint) with the following option as query parameters:
add parameters includeAttributes
add includePermissions
The text was updated successfully, but these errors were encountered:
Now we are forced to request information from three different endpoints:
It would be nice to return all the information of payloads returned from the above endpoints through a single request against the extjs endpoint (on the /extjs/resource/{id} endpoint) with the following option as query parameters:
The text was updated successfully, but these errors were encountered: