View all WBS by Name

get

/api/restapi/wbs/project/{projectId}/name/{wbsName}

This endpoint returns WBSs that meet the following requirements:
  • The object is associated with a project with an ID value that matches the value of the {projectId} path parameter.
  • The object has a name that matches the value of the {wbsName} 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<ApiEntityWBS>
Type: array
Title: List<ApiEntityWBS>
Show Source
Nested Schema : ApiEntityWBS
Type: object
Title: ApiEntityWBS
Show Source
Nested Schema : codeValues
Type: array
The list of code values for a WBS. This entity can only be used to assign codeValues or create codeValues on the fly.
Show Source
Nested Schema : configuredFields
Type: array
The list of configured fields for a WBS.
Show Source
Nested Schema : parentWBSCodes
Type: array
The list of parent WBS codes in the hierarchy of a WBS. This field is not populated as part of the API response since it is a write-only field, used only for the create or update APIs. If required, the field 'wbsPath' can be referred to get the value for the parent WBS path.
Show Source
Nested Schema : ApiEntityCodeValueWBS
Type: object
Title: ApiEntityCodeValueWBS
Show Source
Nested Schema : ApiEntityWBSConfiguredFieldValue
Type: object
Title: ApiEntityWBSConfiguredFieldValue
Show Source

204 Response

Successful operation with no content.

404 Response

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