Jump to Content
Home
Guides
API Reference
Changelog
Discussions
v11.0
v11.0.2
v11.1
Log In
API Reference
Log In
Moon (Dark Mode)
Sun (Light Mode)
v11.1
Home
Guides
API Reference
Changelog
Discussions
Get a group system
JUMP TO
Wizata - Data Science API
Getting Started
Dataframes
Get all dataframes
get
Get a DS dataframe
get
Delete a dataframe
delete
Datapoints
Get all datapoints
get
Create a datapoint
post
Get a datapoint
get
Update a datapoint
put
Delete a datapoint
delete
Get filtered/paged datapoints
get
Get datapoint labels
get
Get datapoint categories
get
Get datapoint units
get
Data Stores
Get all datastores
get
Create a data store
post
Get a data store
get
Update a data store
put
Delete a data store
delete
Evaluations
Get all evaluations
get
Create an evaluation
post
Get an evaluation
get
Update an evaluation
put
Delete an evaluation
delete
Executions
Get all executions
get
Create an execution
post
Get an execution
get
Delete an execution
delete
Abort an execution
post
Process a request and return pandas
post
Get filtered/paged executions
get
Get step logs from executions
get
Execute a pipeline against one or multiple registered twin units
post
Experiments
Get all experiments
get
Create an experiment
post
Get an experiment
get
Update an experiment
put
Delete an experiment
delete
Generate an experiment from pipeline id
post
Group Systems
Get all group systems
get
Create a group system
post
Get a group system
get
Update a group system
put
Delete a group system
delete
Insights
Get all Insights
get
Create an insight
post
Get an insight
get
Update an insight
put
Delete an insight
delete
Get filtered/paged insight
get
Models
Get all models
get
Get all models (sortable, pageable and filterable)
post
Pipelines
Get all pipelines
get
Create a pipeline
post
Get a pipeline
get
Update a pipeline
put
Delete a pipeline
delete
Pipeline Images
Get all pipeline images
get
Create a pipeline image
post
Get a pipeline image
get
Delete a pipeline image
delete
Download a pipeline image
get
Plots
Get all plots
get
Get a plot
get
Delete a plot
delete
Registrations
Get all registrations
get
Create a registration
post
Get a registration
get
Update a registration
put
Delete a registration
delete
Get registration datapoint mapping
get
Registration Properties
Get all registrations properties
get
Create a registration property
post
Get a registration property
get
Update a registration property
put
Delete a registration property
delete
Scripts
Get all scripts
get
Get a script
get
Delete a script
delete
Solution Components
Get all solution components
get
Create a solution component
post
Get a solution component
get
Update a solution component
put
Delete a solution component
delete
Get all business labels
get
Templates
Get all templates
get
Create a template
post
Get a template
get
Update a template
put
Delete a template
delete
Generate a template from an experiment
post
Get properties of a template
get
Create a template property
post
Update a template with new properties
put
Delete a property
delete
Get all registrations for template
get
Check if hardwareId is a valid twin still available to be registered on template
get
Get registrations properties
get
Register a twin on a template
post
Update properties of a registered twin for a template
put
Delete a registration
delete
Validate a model by verifying all registration properties
get
Auto-register template
get
Template Properties
Get all template properties
get
Create a template property
post
Get a template property
get
Update a template property
put
Delete a template property
delete
Triggers
Get all triggers
get
Create a trigger
post
Get a trigger
get
Update a trigger
put
Delete a trigger
delete
Twins
Get all twins
get
Create a twin
post
Get a twin
get
Update a twin
put
Delete a twin
delete
Get filtered/paged twins
get
Python SDK
Getting Started
ApiInterface
Context
Entities
BusinessLabel
DataPoint
BusinessType
Category
InputModeType
Label
Unit
Execution
AbortedException
ExecutionStatus
ExecutionStepLog
ILogger
Experiment
Insight
GroupSystem
MLModel
Pipeline
MLModelConfig
PipelineStep
PipelineIO
ScriptConfig
StepType
VarType
WriteConfig
PipelineImage
Plot
Request
Template
TemplateProperty
Script
SolutionComponent
SolutionType
WizardRequest
Trigger
Twin
TwinRegistration
TwinRegistrationProperty
Library
Scripts
Models
Plots
PagedQueryResult
WizataDSAPIClient
Powered byÂ
Get a group system
get
https://{domain}/dsapi/groupsystems/
{id}
Get a group system by its ID.
Language
Shell
Node
Ruby
PHP
Python
Credentials
OAuth2
OAuth2
Authenticate
Bearer
Log in to use your API keys
URL
Base URL
https://
tenant-wizard.onwizata.com
/dsapi
/groupsystems/{id}
RESPONSE
Click
Try It!
to start a request and see the response here!