List<group> getspecifiedgroups(int[] groupids) – BrightSign Network Web API Reference Manual v.3.8 User Manual

Page 108

Advertising
background image

96

List<Group> GetSpecifiedGroups(int[] presentationIds)

Description
Retrieves a list of

Group

instances matching the specified identifiers. The list is sorted by the

[string] Name of the

Group instances. The identifiers of nonexistent Group instances will be ignored.

Required Permissions
Group: View Groups

Parameters

[int[]] groupIds: An array of [int] Id values for the Group instances being requested. The number of
returned 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<Group> FindGroups(string namePattern, string marker, int pageSize)

Description
Retrieves the next page of a

Group

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.

Required Permissions
Presentation: View Presentations

Parameters

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

[string] marker: The [string] Name of the last Group 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

Advertising