GET api/Import/GetTags
Getting import tags for the current users
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Result containing a list of import tags
ObjResultOfGuid[]| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of globally unique identifier |
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": [
"09fa7712-8ef1-41c9-ada8-1a48ae156b3b",
"10f14c87-c484-4f3e-8cb1-4fc95798b46a"
],
"error": "sample string 1",
"success": true,
"errorCode": 3
}