BrightSign Network Web API Reference Manual v.3.8 User Manual

Page 98

Advertising
background image

86

Note: This method will not be able to initialize the

DeviceModel

enumeration,

PresentationLanguage

enumeration,

or

ScreenSettings

structure if a target presentation was created in BrightAuthor. The server will return “unknown”

and Null values instead.

Required Permissions
Presentation: View Presentations

Parameters

[string] namePattern: The exact [string] Name of the Presentation instance (or its wildcard-based
pattern). Supported wildcards currently include “*”, “?”, and “[‘and’]”.

[string] marker: The [string] Name of the last Presentation instance on the previous page. If the value is
Null, then the method will retrieve the first page.

[int] pageSize: The maximum number of objects returned by the method. If the list of objects that match the
search criteria exceeds the

[int] pageSize limit, the returned list will indicate that it is truncated. If the integer is

not positive, then the method will return the maximum allowed number of objects. Attempting to request more
objects than is allowed will lead to the same result, but without an error.

Presentation GetPresentation(int presentationId, bool loadAssets)

Description
Retrieves a single

Presentation

instance with the specified

[int] Id. This method returns Null if he Presentation

instance with the specified identifier does not exist.

Note: This method will not be able to initialize the

DeviceModel

enumeration,

PresentationLanguage

enumeration,

or

ScreenSettings

structure if a target presentation was created in BrightAuthor. The server will return “unknown”

and Null values instead.

Required Permissions
Presentation: View Presentations

Advertising