View a Work Package Change Request
get
/primeapi/restapi/workPackageChangeRequest/{id}
This endpoint returns work package change requests that meet the following requirements:
- The object has an ID that matches the value of the {id} path parameter.
Request
Path Parameters
-
id: integer(int64)
The system-generated identifier of a work package change request.
Response
Supported Media Types
- application/json
200 Response
successful operation
Root Schema : ApiEntityWorkPackageChangeRequest
Type:
Show Source
object
-
changeRequest(optional):
integer(int64)
The identifier for the work package change request.
-
description(optional):
string
Allowed Values:
[ "Length[1-4000]" ]
Provides additional details about the work package. -
itemCode(optional):
string
Allowed Values:
[ "Length[1-60]" ]
The identifier for the work package change when a work package is added. -
itemPrefix(optional):
string
Allowed Values:
[ "Length[1-255]" ]
The auto numbering prefix of a code. -
itemSuffix(optional):
integer(int64)
The auto numbering suffix of a code.
-
link(optional):
string(url)
Read Only:
true
-
status(optional):
string
Allowed Values:
[ "Length[1-20]" ]
The status of the work package. -
updateDate(optional):
string(date-time)
Read Only:
true
Date when the record was last updated. Used for viewing and filtering records, obtained ONLY from GET calls, modified on and after a particular date. Not a part of POST response. -
workPackage(optional):
integer(int64)
The unique identifier of a work package.
-
workPackageChangeRequestId(optional):
integer(int64)
The unique identifier of a work package.
404 Response
The requested work package change request does not exist, or you do not have access to it.