Sklik API

Dynamictemplates

dynamicTemplates.list

List dynamic templates.

Parameters

struct user {
string session

Session (as retrieved from client.loginByToken())

int userId

(optional) Managed user ID

}
struct restrictionFilter {

If no filters are selected, then all templates for current user are listed

array ids (

(optional) list dynamic template for selected ids

int

id dynamic template

)
bool isDeleted

(optional) return deleted/undeleted. If unassigned returns both.

}
struct displayOptions {

Customize output

int offset

offset

int limit

count of items

array displayColumns (

(optional) show following entity attributes

string

column name:

  • id: dynamic template id
  • cborder: border color
  • cbackground: background color
  • ctitle: title color
  • ctext: text color
  • curl: url color
  • font: font
  • trackingTemplate: Tracking template
  • impressionTrackingTemplate: Tracking template
  • impressionTrackingTemplate2: Tracking template
  • deleted: is dynamic template deleted
  • name: dynamic template itself
  • description: dynamic template description
)
}

Response

struct {
int status

return code

string statusMessage

verbal description of return code

string session

Refreshed session

array dynamicTemplates (
struct {
int id

id dynamic template

string cborder

color border

string cbackground

color background

string ctitle

color title

string ctext

color text

string curl

color url

string font

font css name

string deleted

deleted

string name

name

string description

dynamic template description

string trackingTemplate

Tracking template

string impressionTrackingTemplate

Tracking template

}
)
array diagnostics (

(optional) Various diagnostics (warnings, errors, other information)

struct {
...
}
)
}

Response status codes:

List of all possible response status codes:

Diagnostics:

List of all possible diagnostics:

Copyright © 1996-2024

www.seznam.cz Help Contact