Tento web používá k poskytování služeb a analýze návštěvnosti soubory cookie. Používáním tohoto webu s tím souhlasíte. Další informace

API help

Overview
Data types

tags.assign

Description

Assign new user-defined tag to xWG.

Params

token
string

Access token.

xwgIds
array

xWG IDs to assign to

xwgId
int

xWG ID

tagNames
array

Tag names that should be assigned.

tagName
string

Tag name

Response

response
struct
status
int
enum

Status code

ValueDescription
200

OK

404

At least one CWG was not found. Action was cancelled.

statusMessage
string

Status code description

xwgTags
array

List of changed xWGs with all tags that belong to each item.

xwgTagAssignment
struct

xWG with its tags

xwgId
int

ID of xWG

tagNames
array

List of tags

tagName
string

Tag assigned to the xWG.

Call example

tags.assign("nisi", [509074619], ["sed do"])