masterdata.GetDeviceHistory.GetDeviceHistory.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!
GetDeviceHistory:
Masterdata_GetDeviceHistory_allValid_smoke:
endPoint: /v1/masterdata/deviceshistories/{id}/{langcode}/{effdatetimes}
uniqueIdentifier: TC_Masterdata_GetDeviceHistory_01
description: Retrieve device history details based on ID, language code, and effective times
role: admin
templateFields: ["langCode"]
restMethod: get
inputTemplate: masterdata/GetDeviceHistory/getDeviceHistory
outputTemplate: masterdata/GetDeviceHistory/getDeviceHistoryResult
input: '{
"id":"$ID:CreateDevice_All_Valid_Smoke_sid_id$",
"langcode":"eng",
"effdatetimes":"$TIMESTAMP$"
}'
output: '{
"deviceHistoryDetails": [{
"isActive": true
}]
}'
© 2015 - 2025 Weber Informatics LLC | Privacy Policy