View a Change Request by Code

get

/api/restapi/changeRequest/itemCode

Send a request to this endpoint to view a change request 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 : 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

404 Response

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