masterdata.FetchRegCentDeviceHistory.FetchRegCentDeviceHistory.yml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apitest-masterdata Show documentation
Show all versions of apitest-masterdata Show documentation
Parent project of MOSIP Admin Services apitests
The newest version!
FetchRegCentDeviceHistory:
MasterData_FetchRegCentDeviceHistory_valid_smoke:
endPoint: /v1/masterdata/registrationcenterdevicehistory/{regcenterid}/{deviceid}/{effdatetimes}
uniqueIdentifier: TC_Masterdata_FetchRegCentDeviceHistory_01
description: Retrieve Registration Center Device History with all valid data
role: admin
restMethod: get
inputTemplate: masterdata/FetchRegCentDeviceHistory/fetchRegCentDeviceHistory
outputTemplate: masterdata/FetchRegCentDeviceHistory/fetchRegCentDeviceHistoryResult
input: '{
"regcenterid": "10002",
"deviceid":"2002",
"effdatetimes":"2021-09-30T11:20:35.835Z"
}'
output: '{
"response": {
"registrationCenterDeviceHistoryDetails": {
"regCenterId": "10002",
"deviceId": "2002"
}
}
}'
MasterData_FetchRegCentDeviceHistory_invalid_invalid_regcenterid:
endPoint: /v1/masterdata/registrationcenterdevicehistory/{regcenterid}/{deviceid}/{effdatetimes}
uniqueIdentifier: TC_Masterdata_FetchRegCentDeviceHistory_02
description: Retrieve Registration Center Device History with invalid regcenterid
role: admin
restMethod: get
inputTemplate: masterdata/FetchRegCentDeviceHistory/fetchRegCentDeviceHistory
outputTemplate: masterdata/error
input: '{
"regcenterid": "abc",
"deviceid":"2002",
"effdatetimes":"2021-09-30T11:20:35.835Z"
}'
output: '{
"errors": [
{
"errorCode": "KER-MSD-133",
"message": " registration center device history not found"
}
]
}'
MasterData_FetchRegCentDeviceHistory_invalid_invalid_deviceid:
endPoint: /v1/masterdata/registrationcenterdevicehistory/{regcenterid}/{deviceid}/{effdatetimes}
uniqueIdentifier: TC_Masterdata_FetchRegCentDeviceHistory_03
description: Retrieve Registration Center Device History with invalid deviceid
role: admin
restMethod: get
inputTemplate: masterdata/FetchRegCentDeviceHistory/fetchRegCentDeviceHistory
outputTemplate: masterdata/error
input: '{
"regcenterid": "1002",
"deviceid":"abc",
"effdatetimes":"2021-09-30T11:20:35.835Z"
}'
output: '{
"errors": [
{
"errorCode": "KER-MSD-133",
"message": " registration center device history not found"
}
]
}'
MasterData_FetchRegCentDeviceHistory_invalid_invalid_effdatetimes:
endPoint: /v1/masterdata/registrationcenterdevicehistory/{regcenterid}/{deviceid}/{effdatetimes}
uniqueIdentifier: TC_Masterdata_FetchRegCentDeviceHistory_04
description: Retrieve Registration Center Device History with invalid effdatetimes
role: admin
restMethod: get
inputTemplate: masterdata/FetchRegCentDeviceHistory/fetchRegCentDeviceHistory
outputTemplate: masterdata/error
input: '{
"regcenterid": "1002",
"deviceid":"2002",
"effdatetimes":"abc"
}'
output: '{
"errors": [
{
"errorCode": "KER-MSD-033"
}
]
}'
© 2015 - 2025 Weber Informatics LLC | Privacy Policy