GetServicesLiteForView
Use this method to retrieve basic information on all the services in a particular view.
This method is a faster alternative to the method GetServicesForView, as it retrieves only basic information about the services. See GetServicesForView.
Input
Item | Format | Description |
---|---|---|
connection | String | The connection ID. See ConnectApp. |
viewID | Integer | The view ID. |
includeSubViews | Boolean | Whether the subviews of the specified view should be included in the search. |
Output
Item | Format | Description |
---|---|---|
GetServicesLiteForViewResult | Array of DMAElementLite | A list with basic info about all the services in the specified view. |