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": [ "d346cdbb-343a-4c9c-8bd0-6157faa70a71", "ec379d4f-7242-48ab-8d8f-91a9aa0317ff" ], "error": "sample string 1", "success": true, "errorCode": 3 }