Retrieve details of a specific share
GET/portal/api/v1/shares/:share_id
Fetches detailed information about a share identified by the share ID.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Details of the requested share
Bad request due to missing or invalid parameters.
Unauthorized
Not authorized to access the share resource.
Resource not found.
Internal server error.