v1
latestOpenAPI 3.0.32026-08-061874701.5 MBsharing
Get asset share
Retrieves a specific share for the specified asset.
get/shares/{shareId}
Path parameters
shareIdstring required
The unique identifier for the share.
Query parameters
assetType'sheet' | 'report' | 'sight' | 'workspace' | 'collection' | 'file' required
Example:sheet
The type of the asset. Used in combination with assetId to determine the asset.
assetIdstring required
Example:1234567890
The ID of the asset being accessed. It's used in combination with assetType to determine the asset.
Depending on the asset, this may be a numeric or string value.
Response
The share specified by the shareId.
Example response
{
"id": "AAAMCmYGFOeE",
"email": "test.email@smartsheet.com",
"userId": 9876543210,
"groupId": 1234567890,
"name": "Example Name",
"type": "USER"
}