getChangeRecordList
...
To authenticate the below API, see API Authentication and Authorization.
Service Name | HTTP Method |
CM_GetChangeRecordList | POST |
Sample Request
{
"ServiceName": "CM_GetChangeRecordList",
...
"LoggedInUserID":967
}
}
}
Request Parameters
Parameter Name | Type | Description | Mandatory |
Instance | String | Name of the Instance. | True |
Status | String | The status of a Change Record (CRs) indicates the stage at which the CR is in its life cycle. | True |
ApprovalStatusFilter | String | This filter fetches the records with mentioned Approval status only. | False |
LoggedInUserID | Int | User ID for whom the Pending CRs need to be fetched. | False |
Classification | String | Classification name | False |
Impact | Int | Impact ID | False |
ChangeCategory | Int | Change Category ID | False |
...
For more information, see Status and Error Messages.