get https://portal.ixon.cloud:443/api/assets/app-configs
Log in to see full request history
Responses
xxxxxxxxxx
curl --request GET \
--url https://portal.ixon.cloud:443/api/assets/app-configs \
--header 'Api-Version: 2' \
--header 'accept: application/json'
xxxxxxxxxx
17{
"status": "string",
"type": "string",
"data": [
{
"publicId": "string",
"app": {
"publicId": "string"
},
"asset": {
"publicId": "string"
},
"values": "string",
"stateValues": "string"
}
]
}