masterdata.GetLanguage.GetLanguage.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!
GetLanguage:
Admin_GetLanguage_allValid_smoke:
endPoint: /v1/masterdata/languages
uniqueIdentifier: TC_Masterdata_GetLanguage_01
description: Retrieve all the languages list
role: admin
checkErrorsOnlyInResponse: true
restMethod: get
inputTemplate: masterdata/GetLanguage/getLanguage
outputTemplate: masterdata/GetLanguage/getLanguageResult
input: '{
}'
output: '{
"languages": [{
"code": "$IGNORE$",
"name": "$IGNORE$",
"family": "$IGNORE$",
"nativeName": "$IGNORE$",
"isActive": "$IGNORE$"
}]
}'
© 2015 - 2025 Weber Informatics LLC | Privacy Policy