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
... returned Object only contains "permissions" information, while "path" is ignored.
The same request using directly REST API works as expected.
It has been observed some differences in the request URL:
URL generated with the SDK: GET /alfresco/api/-default-/public/alfresco/versions/1/nodes/8bb36efb-c26d-4d2b-9199-ab6922f53c28?include=permissions&include=path
URL generated with the Swagger Client (api-explorer): GET /alfresco/api/-default-/public/alfresco/versions/1/nodes/8bb36efb-c26d-4d2b-9199-ab6922f53c28?include=permissions,path
Both "permissions" and "path" details are expected to be recovered when using SDK and Swagger Client.
The text was updated successfully, but these errors were encountered:
When using following code to get additional details for a node...
... returned Object only contains "permissions" information, while "path" is ignored.
The same request using directly REST API works as expected.
It has been observed some differences in the request URL:
Both "permissions" and "path" details are expected to be recovered when using SDK and Swagger Client.
The text was updated successfully, but these errors were encountered: