GetManagedServicesSelector Method
Description
Retrieves information for a Managed Services Selector.
HTTP Request
GET https://api.skeddly.com/api/ManagedServices/Plans/<planId>/Selectors/<selectorId>
URL Parameters
planId
ID of the Managed Services Plan to that contains the selector to retrieve.
Type: string
Required: Yes
selectorId
ID of the Managed Services Selector to retrieve.
Type: string
Required: Yes
Query Parameters
isIncludeDeleted
Indicates whether deleted selectors can be returned.
Type: boolean
Required: No
Default: false
Returns
A ManagedServicesSelector object.
Sample Request
Sample Response
Last updated