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": [ "34d2c256-a2bc-43a8-91d5-a7c80e92089b", "8ed8bdf3-7585-477b-9a9a-a19d24c48c2f" ], "error": "sample string 1", "success": true, "errorCode": 3 }