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": [
"a488fa18-9b6b-4bf1-8649-f67b8e23b6c1",
"5a0ffa23-d763-4f73-b925-1d57cbe6615d"
],
"error": "sample string 1",
"success": true,
"errorCode": 3
}