GET api/ItemData/GetEditProperties
Getting tags that can be used as required tags in the waiting room
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Result containing a list of tag
ObjResultOfProperty[]Name | Description | Type | Additional information |
---|---|---|---|
Data | Collection of Property |
None. |
|
Error |
Error description |
string |
None. |
Success |
Flag of successful operation |
boolean |
None. |
ErrorCode |
Error code |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": [ { "id": 1, "indexed": true, "guid": "c4e49baf-5117-47d8-83fb-bca93348b564", "locked": true, "name": "sample string 5", "originName": "sample string 6", "readOnly": true, "dataType": "sample string 8" }, { "id": 1, "indexed": true, "guid": "c4e49baf-5117-47d8-83fb-bca93348b564", "locked": true, "name": "sample string 5", "originName": "sample string 6", "readOnly": true, "dataType": "sample string 8" } ], "error": "sample string 1", "success": true, "errorCode": 3 }