All REST Endpoints
Batch REST API Assessments
This version of the Batch API allows processing of batches of structured data through an Intelligent Advisor policy model
- Top-level entry point
- Method: getPath:
https://{your_site_interface}/determinations-server/batch/12.2.26/
Batch REST API Assessments/Deployed Policy Models
Batch assessment of Intelligent Advisor policy models
- Assess one or more cases of data
- Method: postPath:
https://{your_site_interface}/determinations-server/batch/12.2.26/policy-models/{policy-model-name}/assessor
- Get assessor details
- Method: getPath:
https://{your_site_interface}/determinations-server/batch/12.2.26/policy-models/{policy-model-name}/assessor
- Get details about a single deployed policy model
- Method: getPath:
https://{your_site_interface}/determinations-server/batch/12.2.26/policy-models/{policy-model-name}
- Get details about all deployed policy models
- Method: getPath:
https://{your_site_interface}/determinations-server/batch/12.2.26/policy-models
- Get example request and response assessor payloads
- Method: getPath:
https://{your_site_interface}/determinations-server/batch/12.2.26/policy-models/{policy-model-name}/assessor/example
- Get the assessor data model
- Method: getPath:
https://{your_site_interface}/determinations-server/batch/12.2.26/policy-models/{policy-model-name}/data-model
Decision Service Assessments/Deployed projects
Available decision service operations for a deployment.
- Assess a single case
- Method: postPath:
https://{your_site_interface}/determinations-server/v2/{deployment-name}
- Assess multiple cases
- Method: postPath:
https://{your_site_interface}/determinations-server/v2/{deployment-name}/batch
- Get the OpenAPI 2.0 specification for a deployed project
- Method: getPath:
https://{your_site_interface}/determinations-server/v2/{deployment-name}/swagger.json
Decision Service Assessments/Project versions in development
Available decision service operations for a project version.
- Assess a single case
- Method: postPath:
https://{your_site_interface}/determinations-server/project/v2/{project-name}/{project-version}
- Assess multiple cases
- Method: postPath:
https://{your_site_interface}/determinations-server/project/v2/{project-name}/{project-version}/batch
- Get the OpenAPI 2.0 specification for a project version
- Method: getPath:
https://{your_site_interface}/determinations-server/project/v2/{project-name}/{project-version}/swagger.json
Hub Administration
This version of the API allows management of Intelligent Advisor Hub users, deployments, version, and connection information.
- Top-level entry point
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/
Hub Administration/About Release
Basic Hub version information. Use this to determine the currently installed version of the Hub.
- Get an about
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/about
Hub Administration/All Projects Inclusions Report
Lists all projects included by other projects
- Get an all projects inclusions report
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/projects-inclusions
Hub Administration/Audit Entries
Get entries from the Intelligent Advisor Hub audit log.
- Get all audit entries
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/audit-entries
- Get an audit entry
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/audit-entries/{audit-entry-auditId}
Hub Administration/Authorization Providers
Manage authorization providers in the Intelligent Advisor Hub to secure interviews within different workspaces.
- Create authorization providers
- Method: postPath:
https://{your_site_interface}/opa-hub/api/12.2.39/authorization-providers
- Delete an authorization provider
- Method: deletePath:
https://{your_site_interface}/opa-hub/api/12.2.39/authorization-providers/{authorization-provider-id}
- Get all authorization providers
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/authorization-providers
- Get an authorization provider
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/authorization-providers/{authorization-provider-id}
- Update an authorization provider
- Method: patchPath:
https://{your_site_interface}/opa-hub/api/12.2.39/authorization-providers/{authorization-provider-id}
Hub Administration/CORS Allowlist
Manage Cross-Origin Resource Sharing (CORS) allowlists for Intelligent Advisor Hub, Intelligent Advisor web interviews, and Intelligent Advisor Determinations API.
- Create a CORS allowlist
- Method: postPath:
https://{your_site_interface}/opa-hub/api/12.2.39/corsallowlist
- Create or replace a CORS allowlist
- Method: putPath:
https://{your_site_interface}/opa-hub/api/12.2.39/corsallowlist
- Get a CORS allowlist
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/corsallowlist
- Update a CORS allowlist
- Method: patchPath:
https://{your_site_interface}/opa-hub/api/12.2.39/corsallowlist
Hub Administration/Checkpoint Inspect
A checkpoint inspection data model
- Inspect a checkpoint
- Method: postPath:
https://{your_site_interface}/opa-hub/api/12.2.39/checkpointInspect
Hub Administration/Client Certificates
Manage SSL client-side certificates for connections in the Intelligent Advisor Hub.
- Create client certificates
- Method: postPath:
https://{your_site_interface}/opa-hub/api/12.2.39/clientCertificates
- Create or replace client certificates
- Method: putPath:
https://{your_site_interface}/opa-hub/api/12.2.39/clientCertificates
- Delete a client certificate
- Method: deletePath:
https://{your_site_interface}/opa-hub/api/12.2.39/clientCertificates/{client-certificate-name}
- Get a client certificate
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/clientCertificates/{client-certificate-name}
- Get all client certificates
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/clientCertificates
- Update a client certificate
- Method: patchPath:
https://{your_site_interface}/opa-hub/api/12.2.39/clientCertificates/{client-certificate-name}
Hub Administration/Connections
Manage Intelligent Advisor Hub connections. This includes adding, deleting, testing, and authentication management.
- Create connections
- Method: postPath:
https://{your_site_interface}/opa-hub/api/12.2.39/connections
- Create or replace connections
- Method: putPath:
https://{your_site_interface}/opa-hub/api/12.2.39/connections
- Delete a connection
- Method: deletePath:
https://{your_site_interface}/opa-hub/api/12.2.39/connections/{connection-serviceName}
- Get a connection
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/connections/{connection-serviceName}
- Get all connections
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/connections
- Test the connection status
- Method: postPath:
https://{your_site_interface}/opa-hub/api/12.2.39/connections/{connection-serviceName}/status
- Update a connection
- Method: patchPath:
https://{your_site_interface}/opa-hub/api/12.2.39/connections/{connection-serviceName}
Hub Administration/Deployments
Manage Intelligent Advisor Hub deployments, including upload, download, activation, and status.
- Create a referencesTo
- Method: postPath:
https://{your_site_interface}/opa-hub/api/12.2.39/deployments/{deployment-name}/referencesTo
- Create deployments
- Method: postPath:
https://{your_site_interface}/opa-hub/api/12.2.39/deployments
- Delete a deployment
- Method: deletePath:
https://{your_site_interface}/opa-hub/api/12.2.39/deployments/{deployment-name}
- Delete active deployment version
- Method: deletePath:
https://{your_site_interface}/opa-hub/api/12.2.39/deployments/{deployment-name}/activeVersion
- Get a deployment
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/deployments/{deployment-name}
- Get a project definition
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/deployments/{deployment-name}/activeVersion/projectDefinition
- Get a snapshot
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/deployments/{deployment-name}/activeVersion/snapshot
- Get active deployment version
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/deployments/{deployment-name}/activeVersion
- Get all deployments
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/deployments
- Get available locales
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/deployments/{deployment-name}/activeVersion/locales
- Get object mappings
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/deployments/{deployment-name}/activeVersion/mappings
- Get URL parameters
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/deployments/{deployment-name}/activeVersion/urlParameters
- Update a deployment
- Method: patchPath:
https://{your_site_interface}/opa-hub/api/12.2.39/deployments/{deployment-name}
- Update active deployment version
- Method: patchPath:
https://{your_site_interface}/opa-hub/api/12.2.39/deployments/{deployment-name}/activeVersion
Hub Administration/Deployments/Deployment Debug Logs
A collection of debug logs for a deployment.
- Delete a deployment debug log
- Method: deletePath:
https://{your_site_interface}/opa-hub/api/12.2.39/deployments/{deployment-name}/debugLogs/{deployment-debug-log-uid}
- Delete deployment debug logs
- Method: deletePath:
https://{your_site_interface}/opa-hub/api/12.2.39/deployments/{deployment-name}/debugLogs
- Get a deployment debug log
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/deployments/{deployment-name}/debugLogs/{deployment-debug-log-uid}
- Get a deployment debug log content
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/deployments/{deployment-name}/debugLogs/{deployment-debug-log-uid}/content
- Get all deployment debug logs
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/deployments/{deployment-name}/debugLogs
Hub Administration/Deployments/Deployment Debug Logs/Deployment Debug Events
A collection of debug events for a debug log of a deployment.
- Get a debug event
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/deployments/{deployment-name}/debugLogs/{deployment-debug-log-uid}/events/{debug-event-id}
- Get a debug event content
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/deployments/{deployment-name}/debugLogs/{deployment-debug-log-uid}/events/{debug-event-id}/content
- Get all deployment debug events
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/deployments/{deployment-name}/debugLogs/{deployment-debug-log-uid}/events
Hub Administration/Deployments/Deployment Logs
Get the deployment logs for a policy model deployment. A log entry contains information about when a policy model was activated or deactivated, who performed the operation, and the date and time that it occurred.
- Get all deployment logs
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/deployments/{deployment-name}/logs
Hub Administration/Deployments/Deployment Versions
Version information for a versioned deployment in the Intelligent Advisor Hub. A deployment consists of one or more policy model versions.
- Create deployment versions
- Method: postPath:
https://{your_site_interface}/opa-hub/api/12.2.39/deployments/{deployment-name}/versions
- Delete a deployment version
- Method: deletePath:
https://{your_site_interface}/opa-hub/api/12.2.39/deployments/{deployment-name}/versions/{deployment-version-versionNo}
- Get a deployment version
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/deployments/{deployment-name}/versions/{deployment-version-versionNo}
- Get a project definition
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/deployments/{deployment-name}/versions/{deployment-version-versionNo}/projectDefinition
- Get a snapshot
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/deployments/{deployment-name}/versions/{deployment-version-versionNo}/snapshot
- Get all deployment versions
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/deployments/{deployment-name}/versions
- Get available locales
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/deployments/{deployment-name}/versions/{deployment-version-versionNo}/locales
- Get object mappings
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/deployments/{deployment-name}/versions/{deployment-version-versionNo}/mappings
- Get URL parameters
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/deployments/{deployment-name}/versions/{deployment-version-versionNo}/urlParameters
- Update a deployment version
- Method: patchPath:
https://{your_site_interface}/opa-hub/api/12.2.39/deployments/{deployment-name}/versions/{deployment-version-versionNo}
Hub Administration/Deployments/Promotion Logs
Get the promotion logs for a policy model deployment. A log entry contains information about when a policy model was activated or deactivated, who performed the operation, and the date and time that it occurred.
- Get all promotion logs
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/deployments/{deployment-name}/promotions
Hub Administration/HubCertificates
Manage Intelligent Advisor Hub certificates
- Create hub certificates
- Method: postPath:
https://{your_site_interface}/opa-hub/api/12.2.39/hubCertificates
- Delete a hub certificate
- Method: deletePath:
https://{your_site_interface}/opa-hub/api/12.2.39/hubCertificates/{hubCertificate-keyId}
- Get a hub certificate
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/hubCertificates/{hubCertificate-keyId}
- Get all hub certificates
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/hubCertificates
- Update a hub certificate
- Method: patchPath:
https://{your_site_interface}/opa-hub/api/12.2.39/hubCertificates/{hubCertificate-keyId}
Hub Administration/Jwk
Hub public jwk
- Get a jwk
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/jwk
- Get a verify
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/jwk/verify
Hub Administration/Jwksets
Manage JWK sets used for various Intelligent Advisor services and purposes.
- Create a jwkset generate active key
- Method: postPath:
https://{your_site_interface}/opa-hub/api/12.2.39/jwksets/{jwkset-purpose}/generate-active-key
- Get a jwkset
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/jwksets/{jwkset-purpose}
- Get all jwksets
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/jwksets
- Update a jwkset
- Method: patchPath:
https://{your_site_interface}/opa-hub/api/12.2.39/jwksets/{jwkset-purpose}
Hub Administration/Jwksets/Jwkset Keys
Manage keys in a particular JWK set.
- Delete a jwkset key
- Method: deletePath:
https://{your_site_interface}/opa-hub/api/12.2.39/jwksets/{jwkset-purpose}/keys/{jwkset-key-kid}
- Get a jwkset key
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/jwksets/{jwkset-purpose}/keys/{jwkset-key-kid}
- Get all jwkset keys
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/jwksets/{jwkset-purpose}/keys
Hub Administration/Message Log Entries
Get entries from the Intelligent Advisor Hub customer message log.
- Get a message log entry
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/message-log-entries/{message-log-entry-logEntryId}
- Get all message log entries
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/message-log-entries
Hub Administration/Operations
Manage interview operations published by policy models within Intelligent Advisor Hub.
- Get all operations
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/operations
- Get an operation
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/operations/{operation-name}
- Replace an operation
- Method: putPath:
https://{your_site_interface}/opa-hub/api/12.2.39/operations/{operation-name}
Hub Administration/Operations/Interfaces
The data interfaces for an operation
- Get all interfaces
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/operations/{operation-name}/interfaces
- Get an interface
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/operations/{operation-name}/interfaces/{interface-name}
Hub Administration/Projects
Projects management
- Create projects
- Method: postPath:
https://{your_site_interface}/opa-hub/api/12.2.39/projects
- Delete a project
- Method: deletePath:
https://{your_site_interface}/opa-hub/api/12.2.39/projects/{project-name}
- Get a project
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/projects/{project-name}
- Get a project inclusions report
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/projects/{project-name}/inclusions-report
- Get all projects
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/projects
- Update a project
- Method: patchPath:
https://{your_site_interface}/opa-hub/api/12.2.39/projects/{project-name}
Hub Administration/Projects/Project Versions
Project versions management
- Create project versions
- Method: postPath:
https://{your_site_interface}/opa-hub/api/12.2.39/projects/{project-name}/versions
- Delete a project version
- Method: deletePath:
https://{your_site_interface}/opa-hub/api/12.2.39/projects/{project-name}/versions/{project-version-version}
- Get a project version
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/projects/{project-name}/versions/{project-version-version}
- Get a project version inclusions report
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/projects/{project-name}/versions/{project-version-version}/inclusions-report
- Get all project versions
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/projects/{project-name}/versions
- Update a project version
- Method: patchPath:
https://{your_site_interface}/opa-hub/api/12.2.39/projects/{project-name}/versions/{project-version-version}
Hub Administration/SSL Certificates
Manage SSL custom root certificates for connections in the Intelligent Advisor Hub.
- Create or replace SSL certificates
- Method: putPath:
https://{your_site_interface}/opa-hub/api/12.2.39/sslcertificates
- Create SSL certificates
- Method: postPath:
https://{your_site_interface}/opa-hub/api/12.2.39/sslcertificates
- Delete a SSL certificate
- Method: deletePath:
https://{your_site_interface}/opa-hub/api/12.2.39/sslcertificates/{SSL-certificate-name}
- Get a SSL certificate
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/sslcertificates/{SSL-certificate-name}
- Get all SSL certificates
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/sslcertificates
- Update a SSL certificate
- Method: patchPath:
https://{your_site_interface}/opa-hub/api/12.2.39/sslcertificates/{SSL-certificate-name}
Hub Administration/Statistics
Manage Intelligent Advisor Hub statistics.
- Empty statistics
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/statistics
- Retrieve statistics
- Method: postPath:
https://{your_site_interface}/opa-hub/api/12.2.39/statistics
Hub Administration/Test Suites
Manage Intelligent Advisor tests and test suites.
- Create test suites
- Method: postPath:
https://{your_site_interface}/opa-hub/api/12.2.39/tests
- Delete a test suite
- Method: deletePath:
https://{your_site_interface}/opa-hub/api/12.2.39/tests/{test-suite-name}
- Get a test suite
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/tests/{test-suite-name}
- Get all test suites
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/tests
- Update a test suite
- Method: patchPath:
https://{your_site_interface}/opa-hub/api/12.2.39/tests/{test-suite-name}
Hub Administration/Test Suites/Test Cases
Manage Intelligent Advisor test cases.
- Create test cases
- Method: postPath:
https://{your_site_interface}/opa-hub/api/12.2.39/tests/{test-suite-name}/testcases
- Delete a test case
- Method: deletePath:
https://{your_site_interface}/opa-hub/api/12.2.39/tests/{test-suite-name}/testcases/{test-case-name}
- Get a test case
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/tests/{test-suite-name}/testcases/{test-case-name}
- Get all test cases
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/tests/{test-suite-name}/testcases
- Update a test case
- Method: patchPath:
https://{your_site_interface}/opa-hub/api/12.2.39/tests/{test-suite-name}/testcases/{test-case-name}
Hub Administration/Test Suites/Test Runs
Manage Intelligent Advisor test runs.
- Create test runs
- Method: postPath:
https://{your_site_interface}/opa-hub/api/12.2.39/tests/{test-suite-name}/runs
- Delete a test run
- Method: deletePath:
https://{your_site_interface}/opa-hub/api/12.2.39/tests/{test-suite-name}/runs/{test-run-runNumber}
- Get a test run
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/tests/{test-suite-name}/runs/{test-run-runNumber}
- Get all test runs
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/tests/{test-suite-name}/runs
- Update a test run
- Method: patchPath:
https://{your_site_interface}/opa-hub/api/12.2.39/tests/{test-suite-name}/runs/{test-run-runNumber}
Hub Administration/Test Suites/Test Runs/Test Run Deployments
Review Intelligent Advisor tested deployments for test run.
- Get a test run deployment
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/tests/{test-suite-name}/runs/{test-run-runNumber}/deployments/{test-run-deployment-name}
- Get all test run deployments
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/tests/{test-suite-name}/runs/{test-run-runNumber}/deployments
Hub Administration/Test Suites/Test Runs/Test Run Deployments/Test Run Deployment Results
Intelligent Advisor test run results for tested deployment.
- Get all test run deployment results
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/tests/{test-suite-name}/runs/{test-run-runNumber}/deployments/{test-run-deployment-name}/results
Hub Administration/Test Suites/Test Runs/Test Run Projects
Review Intelligent Advisor tested projects for test run.
- Get a test run project
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/tests/{test-suite-name}/runs/{test-run-runNumber}/projects/{test-run-project-name}
- Get all test run projects
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/tests/{test-suite-name}/runs/{test-run-runNumber}/projects
Hub Administration/Test Suites/Test Runs/Test Run Projects/Test Run Project Results
Intelligent Advisor test run results for tested project.
- Get a test case result
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/tests/{test-suite-name}/runs/{test-run-runNumber}/projects/{test-run-project-name}/results/{test-case-result-name}
- Get all test run project results
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/tests/{test-suite-name}/runs/{test-run-runNumber}/projects/{test-run-project-name}/results
Hub Administration/Users
Intelligent Advisor Hub user management
- Create or replace users
- Method: putPath:
https://{your_site_interface}/opa-hub/api/12.2.39/users
- Create users
- Method: postPath:
https://{your_site_interface}/opa-hub/api/12.2.39/users
- Delete a user
- Method: deletePath:
https://{your_site_interface}/opa-hub/api/12.2.39/users/{user-name}
- Get a user
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/users/{user-name}
- Get all users
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/users
- Update users
- Method: patchPath:
https://{your_site_interface}/opa-hub/api/12.2.39/users
Hub Administration/Workspaces
Manage Intelligent Advisor Hub workspaces
- Create or replace workspaces
- Method: putPath:
https://{your_site_interface}/opa-hub/api/12.2.39/workspaces
- Create workspaces
- Method: postPath:
https://{your_site_interface}/opa-hub/api/12.2.39/workspaces
- Delete a workspace
- Method: deletePath:
https://{your_site_interface}/opa-hub/api/12.2.39/workspaces/{workspace-name}
- Get a workspace
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/workspaces/{workspace-name}
- Get all workspaces
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/workspaces
- Update a workspace
- Method: patchPath:
https://{your_site_interface}/opa-hub/api/12.2.39/workspaces/{workspace-name}