public GetShare ( long objectId, string shareId ) : Api.Models.Share | ||
objectId | long | the ID of the object To share |
shareId | string | the ID of the share instance |
Результат | Api.Models.Share |
Get a Share.
It mirrors To the following Smartsheet REST API method:
GET /workspaces/{workspaceId}/shares/{shareId}
GET /sheets/{sheetId}/shares/{shareId}
GET /sights/{sightId}/shares/{shareId}
GET /reports/{reportId}/shares/{shareId}
public GetShare ( long objectId, string shareId ) : Api.Models.Share | ||
objectId | long | the ID of the object To share |
shareId | string | the ID of the share instance |
Результат | Api.Models.Share |