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": [ "ea3c3f20-d76f-4f62-9dda-10f7784ec708", "5e9e529d-3720-4aad-b466-54271e88cff9" ], "error": "sample string 1", "success": true, "errorCode": 3 }