BrightSign Network Web API Reference Manual v.3.8 User Manual

Page 97

Advertising
background image

85

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.

List<Presentation> GetSpecifiedPresentations(int[] presentationIds)

Description
Retrieves a list of

Presentation

instances matching the specified identifiers. The results are organized by

[string]

Name. The identifiers of nonexistent Presentation instances will be ignored.

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

[int[]] presentationIds: An array of [int] Id values for the Presentation instances being requested.
The number of requested items is limited to 100 by the server. Attempting to request more than the maximum
allowed number of objects will cause an error, while passing an empty array will lead to an immediate empty
response without an error.

PagedList<Presentation> FindPresentations(string namePattern, string marker, int
pageSize)

Description
Retrieves the next page of a

Presentation

list containing names matched with the specified pattern. The returned list is

organized by

[string] Name and may not contain more items than the defined page size.

Advertising