I was looking at the REST API reference (https://docs.atlassian.com/software/jira/docs/api/REST/7.6.1/) for Jira (Data Center). It looks like the response of List dashboard (GET /rest/api/2/dashboard) or Get dashboard (GET /rest/api/2/dashboard/{dashboard_id}) doesn't contain the sharePermissions object which is present in the cloud counterpart (https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-dashboards/#api-rest-api-3-dashboard-get). Is there a way to get this information currently?