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": [
    "94f6fdf0-7060-4d79-95cb-b24022b88f5c",
    "6c43c38f-1d8f-4ee6-9a0e-74856eadd169"
  ],
  "error": "sample string 1",
  "success": true,
  "errorCode": 3
}