getChangeRecordList
...
To authenticate the below API, see API Authentication and Authorization.
Service Name | HTTP Method |
CM_GetChangeRecordList | POST |
...
"{
""ServiceName"": ""CM_GetChangeRecordList"",
""objCommonParameters"": {
"_ProxyDetails": {
"AuthType": "APIKEY",
"APIKey": "XXXXXXXXXXXXXXXXXX",
"TokenID": "",
"OrgID": "1",
"ReturnType": "JSON",
"ProxyID": 0
}
},
""objCM_ParamDetails"": {
""Instance"": ""CMDB"",
""Status"": ""ALL"",
""TextSearch"": """",
""ApprovalStatusFilter"": ""Pending for Approval""
}
}
}
Request Parameters
Parameter Name | Type | Description | Mandatory |
Instance | String | Name of the Instance. For Example: Info | 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 |
...
For more information, see Status and Error Messages.