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": [
    "8c9fb236-9a9d-4d0d-9c27-17474f811277",
    "7cc85252-e649-48be-91c7-7fe3622c4791"
  ],
  "error": "sample string 1",
  "success": true,
  "errorCode": 3
}