Get SLM Service Details for Tree Grids
get
/api/SLMNavigation/NavServices/readForTree
Gets the details for SLM services that match the specified parameters in a format suitable for tree grids. If no parameters are specified, all SLM services are returned.
Request
Query Parameters
-
node: string
The node for the tree selection. Specify root to get all SLM services from the root node or specify ServiceID to get all the child nodes under the service.
-
query: string
The service name to get the details for. This simple query matches similar ServiceName values.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation
Nested Schema : SuccessfulGetOperation
Type:
object
The response body for a successful get operation.
Show Source
-
message: string
The response message.Example:
Loaded 1 entries
-
success: boolean
Whether the operation was a success (true) or a failure (false).Example:
true
Default Response
Failed operation
Root Schema : schema
Type:
Show Source
object
-
errors: array
errors
The list of errors reported. Validation errors will be keyed by record field.
-
message: string
The response message.Example:
Exception thrown
-
success: boolean
Whether the operation was a success (true) or a failure (false).Example:
false
Nested Schema : errors
Type:
array
The list of errors reported. Validation errors will be keyed by record field.
Show Source
-
Array of:
object items
An error.
Nested Schema : items
Type:
object
An error.