View a Workspace by Code

get

/api/restapi/workspace/code/{workspaceCode}

This endpoint returns workspaces that meet the following requirements:
  • The object is associated with a workspace with a code value that matches the value of the {workspaceCode} path parameter.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : List<ApiEntityWorkspace>
Type: array
Title: List<ApiEntityWorkspace>
Show Source
Nested Schema : ApiEntityWorkspace
Type: object
Title: ApiEntityWorkspace
Show Source
Nested Schema : image
An image associated with the workspace.
Match All
Show Source
Nested Schema : workspaceAutonumSettings
Type: array
An object containing workspace autonumber settings.
Show Source
Nested Schema : workspaceCurrencySetting
Entity to create or update default currency and view the parent workspace currencies.
Match All
Show Source
Nested Schema : workspaceSettings
Type: array
An object containing workspace settings.
Show Source
Nested Schema : ApiEntityWorkspaceImage
Type: object
Title: ApiEntityWorkspaceImage
Read Only: true
Show Source
Nested Schema : image
Type: array
An image object represented in binary format.
Show Source
Nested Schema : ApiEntityWorkspaceAutonumSetting
Type: object
Title: ApiEntityWorkspaceAutonumSetting
Show Source
  • Allowed Values: [ "IDEA", "PROGRAM", "PROJECT", "ACTIVITY", "SCHEDULE_SCENARIO", "ACTIVITY_ASSIGNMENT", "WBS", "SCOPE_ITEM", "SCOPE_ASSIGNMENT", "CHANGE_ITEM", "WORK_PACKAGE", "CHANGE_REQUEST", "CONTRACT", "COMMITMENT", "BUDGET_CHANGE", "BUDGET_TRANSFER", "PROGRAM_BUDGET", "PROGRAM_BUDGET_CHANGE", "PROGRAM_BUDGET_TRANSFER", "CHANGE_ORDER", "POTENTIAL_CHANGE_ORDER", "PAYMENT_APPLICATION", "RISK", "PROG_RISK", "ACTUALS", "WORK_MANAGER_TASK", "CONSTRAINT", "SUBMITTAL", "CHANGE_EVENT", "RFI", "CUSTOM_LOGS_ITEM", "RESOURCE" ]
    Identifies the type of object used for auto numbering.
  • The unique identifier of an auto numbering sequence.
  • Minimum Value: 1
    Maximum Value: 99999
    Number by which the auto numbering suffix is incremented.
  • Maximum Length: 50
    Name of the auto numbering sequence.
  • Minimum Length: 0
    Maximum Length: 20
    Initial characters for the workspace auto numbering sequence.
  • Minimum Length: 1
    Maximum Length: 20
    The first number in the workspace auto numbering sequence.
  • Date when the record was last updated.
  • The unique identifier of a workspace.
Nested Schema : ApiEntityWorkspaceCurrencySetting
Type: object
Title: ApiEntityWorkspaceCurrencySetting
Show Source
Nested Schema : ApiEntityWorkspaceSetting
Type: object
Title: ApiEntityWorkspaceSetting
Show Source

204 Response

Successful operation with no content.

404 Response

The requested workspace does not exist or you do not have access to it.
Back to Top