Scripta-Qumranica-Electronica / Scrollery-website

SQE website
MIT License
3 stars 2 forks source link

Attribute list #78

Closed Bronson-Brown-deVost closed 6 years ago

Bronson-Brown-deVost commented 6 years ago

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"
}, ...
]
}