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

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : List<ApiEntityChangeRequest>
Type: array
Title: List<ApiEntityChangeRequest>
Show Source
  • ApiEntityChangeRequest
    Title: ApiEntityChangeRequest
    This entity represents a ChangeRequest object, a unique ChangeRequest object can be identified by the following combinations of the fields.
    • changeRequestId
    • changeRequestCode,projectId
    • changeRequestCode,projectCode,workspaceCode
Nested Schema : ApiEntityChangeRequest
Type: object
Title: ApiEntityChangeRequest
This entity represents a ChangeRequest object, a unique ChangeRequest object can be identified by the following combinations of the fields.
  • changeRequestId
  • changeRequestCode,projectId
  • changeRequestCode,projectCode,workspaceCode
Show Source

204 Response

Successful operation with no content.

404 Response

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