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[]
NameDescriptionTypeAdditional 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": [
    "d91c9d1e-bae6-4ca1-beda-76b2e5e44b3b",
    "de09a1ed-9f46-433c-8bf8-dbe5473fb093"
  ],
  "error": "sample string 1",
  "success": true,
  "errorCode": 3
}