Get a single workspace by ID, scoped to the current org and identity.
func (
r *WorkspaceService) Get(ctx context.Context,
workspaceID string,
query WorkspaceGetParams,
opts ...option.RequestOption) (res| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
workspaceID* | string | |
query* | WorkspaceGetParams | |
opts* | ...option.RequestOption |