This is tested and ready for use. You can merge it, then use "getListOfAttributes" as your transaction and you will receive a list like this:
{
"results": [
{
"name": "sign_type",
"attribute_value_description": null,
"type": "STRING",
"attribute_value_id": 1,
"attribute_description": "Type of char, e.g. a letter, a space, a place holder for a damaiged area and so on",
"attribute_id": 1,
"string_value": "LETTER"
},
{
"attribute_value_description": null,
"name": "sign_type",
"attribute_id": 1,
"string_value": "SPACE",
"type": "STRING",
"attribute_value_id": 2,
"attribute_description": "Type of char, e.g. a letter, a space, a place holder for a damaiged area and so on"
},
{
"string_value": "POSSIBLE_VACAT",
"attribute_id": 1,
"attribute_description": "Type of char, e.g. a letter, a space, a place holder for a damaiged area and so on",
"attribute_value_id": 3,
"type": "STRING",
"attribute_value_description": null,
"name": "sign_type"
},
{
"string_value": "VACAT",
"attribute_id": 1,
"attribute_description": "Type of char, e.g. a letter, a space, a place holder for a damaiged area and so on",
"attribute_value_id": 4,
"type": "STRING",
"attribute_value_description": null,
"name": "sign_type"
}, ...
]
}
This is tested and ready for use. You can merge it, then use "getListOfAttributes" as your transaction and you will receive a list like this: