dynamicTemplates.list
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
|
|
) |
|
|
bool |
isDeleted |
(optional) return deleted/undeleted. If unassigned returns both.
|
|
} |
|
|
struct |
displayOptions { |
Customize output
|
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 |
{ |
|
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 |
font |
font css name
|
string |
description |
dynamic template description
|
string |
trackingTemplate |
Tracking template
|
string |
impressionTrackingTemplate |
Tracking template
|
|
} |
|
|
|
) |
|
|
array |
diagnostics ( |
(optional) Various diagnostics (warnings, errors, other information)
|
|
) |
|
|
|
} |
|
|
Response status codes:
List of all possible response status codes:
200: OK
206: Partially OK
301: User is serviced
400: Bad arguments
401: Invalid session
403: Access Denied
404: Not found
406: Bad values of attributes
413: Too many items requested.
429: Too many requests. Has to wait.
500: Server Error.
409: Conflict
Diagnostics:
List of all possible diagnostics: