ListManagedServicesSelectors Method

Description

Retrieves a list of Managed Services Selectors from a plan.

HTTP Request

GET https://api.skeddly.com/api/ManagedServices/Plans/<planId>/Selectors

URL Parameters

planId

ID of the Managed Services Plan to that contains the selectors to retrieve.

Type: string

Required: Yes

Query Parameters

filter.isIncludeDeleted

Indicates whether deleted plans can be returned.

Type: boolean

Required: No

Default: false

Returns

Array of ManagedServicesSelector object.

Sample Request

Sample Response

Last updated