View All Change Requests by Parent
get
/api/restapi/changeRequest/parentCode
Send a request to this endpoint to view all change requests under parent with codes matching the code fields in query parameters.
Request
Query Parameters
-
projectCode(required): string
The user-specified identifier of a project.
This is a required field. -
workspaceCode(required): string
The user-specified identifier of a workspace.
This is a required field.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation
Root Schema : List<ApiEntityChangeRequest>
Type:
array
Title:
Show Source
List<ApiEntityChangeRequest>
-
Array of:
object ApiEntityChangeRequest
Title:
ApiEntityChangeRequest
Nested Schema : ApiEntityChangeRequest
Type:
object
Title:
Show Source
ApiEntityChangeRequest
-
approvalDate: string
(date-time)
The date the change request was approved.
-
changeRequestCode: string
Minimum Length:
1
Maximum Length:60
The user-specified unique identifier of the change request. -
changeRequestId: integer
(int64)
The unique identifier of the change request.
-
description: string
Minimum Length:
0
Maximum Length:4000
A summary of the purpose for the change. -
finalizedById: integer
(int64)
The user who accepted the change request.
-
link: string
(url)
The self-link to the object. This field is populated only in the responses generated by the batch create APIs.
-
maxSuffix: integer
(int64)
The maximum value allowed for a code suffix.
-
projectBaselineId: integer
(int64)
The unique identifier of the project baseline associated with the change request.
-
projectCode: string
Minimum Length:
1
Maximum Length:60
The unique identifier for a project set by the user who created the project. -
projectId: integer
(int64)
The unique identifier for the project.The project object can also be identified by its unique criteria.
-
rejectedByUserId: integer
(int64)
The user who rejected the change request.
-
rejectedDate: string
(date-time)
The date the change request was rejected.
-
reopenedByUserId: integer
(int64)
The user who reopened the rejected change request.
-
reopenedDate: string
(date-time)
The date the rejected change request was reopened.
-
sourceObjectType: string
Allowed Values:
[ "SCOPE_ITEM", "WORK_PACKAGE" ]
Type of object on which a change request is operating. Changes can run against scope items or work packages. -
status: string
Allowed Values:
[ "PENDING", "APPROVED", "REJECTED", "WITHDRAW_APPROVAL", "REOPEN" ]
The state of the change request.
Pending: The change request is submitted and awaiting a decision.
Approved: The change request was approved.
Rejected: The change request was not approved. -
type: string
Allowed Values:
[ "CHANGE", "NEW", "TRANSFER" ]
The type of change. -
updateDate: string
(date-time)
Date when the record was last updated.
-
withdrawnApprovalByUserId: integer
(int64)
The user who withdrew approval of the change request.
-
withdrawnApprovalDate: string
(date-time)
The date the approved change request was withdrawn.
-
workspaceCode: string
Minimum Length:
0
Maximum Length:60
The user-specified identifier of a workspace.
204 Response
Successful operation with no content.
404 Response
The requested object does not exist, or you do not have access to it.