Enviance Portal API
The Portal API from Enviance — 13 operation(s) for portal.
The Portal API from Enviance — 13 operation(s) for portal.
Every API here is available over the APIs.io API and to AI agents over MCP.
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
find_apisBrowse and filter every API in the catalog.get_api_artifactsOne API's artifacts, grouped by type.get_openapiThe primary OpenAPI for this API.find_similar_apisAPIs that look like this one.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.curl "https://apis.io/api/v1/apis/enviance-portal-api"
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.
openapi: 3.2.0
info:
version: Platform.v2026.2.0.0.20260708
title: Rest Activity Portal API
description: EMS Rest API
contact:
name: Cority
email: support@cority.com
url: https://cority.com
servers:
- url: https://api.enviance.com/
tags:
- name: Portal
paths:
/ver2/PortalService.svc/portal/dashboard:
get:
tags:
- Portal
description: "\n\n\nenvianceSdk.portal.getDashboard\n```\n[\n \"onsuccess\",\n \"onerror\"\n]\n```\n\n"
operationId: Enviance.RestServices.Ver2.Portal.Impl.PortalService.GetPageGroupAllNestedByCurrentUser
parameters:
- name: EnvApi-Systemid
in: header
description: Specify specific system to run instead of Home
schema:
type: string
- name: EnvApi-Packageid
in: header
description: (optional) Clients application/package ID
schema:
type: string
- name: EnvApi-Udf-DateTime-Iso-In-CustomFields
in: header
description: Udfs of DateTime should use Iso
schema:
type: string
default: 'true'
- name: EnvApi-Udf-DateTime-ReadInUserTz
in: header
description: (obsolete) Udfs of DateTime type whould be in ReadInUserTz
schema:
type: string
- name: EnvApi-Udf-Value-Invariant
in: header
description: (optional) Udfs - Force Non-Localized (invariant) values
schema:
type: string
- name: EnvApi-Localization-All
in: header
description: (optional) Extend objects with User-given Localizations
schema:
type: string
- name: x-client-request-id
in: header
description: (optional) Client ID for double submit prevention
schema:
type: string
responses:
default:
description: not available
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/Enviance.RestServices.Ver2.Portal.Dto.PageGroupAllNestedInfo'
application/xml:
schema:
type: array
items:
$ref: '#/components/schemas/Enviance.RestServices.Ver2.Portal.Dto.PageGroupAllNestedInfo'
/ver2/PortalService.svc/portal/dashboard/pagegroups:
get:
tags:
- Portal
description: "\n\n\nenvianceSdk.portal.getPageGroups\n```\n[\n \"onsuccess\",\n \"onerror\"\n]\n```\n\n"
operationId: Enviance.RestServices.Ver2.Portal.Impl.PortalService.GetPageGroups
parameters:
- name: EnvApi-Systemid
in: header
description: Specify specific system to run instead of Home
schema:
type: string
- name: EnvApi-Packageid
in: header
description: (optional) Clients application/package ID
schema:
type: string
- name: EnvApi-Udf-DateTime-Iso-In-CustomFields
in: header
description: Udfs of DateTime should use Iso
schema:
type: string
default: 'true'
- name: EnvApi-Udf-DateTime-ReadInUserTz
in: header
description: (obsolete) Udfs of DateTime type whould be in ReadInUserTz
schema:
type: string
- name: EnvApi-Udf-Value-Invariant
in: header
description: (optional) Udfs - Force Non-Localized (invariant) values
schema:
type: string
- name: EnvApi-Localization-All
in: header
description: (optional) Extend objects with User-given Localizations
schema:
type: string
- name: x-client-request-id
in: header
description: (optional) Client ID for double submit prevention
schema:
type: string
responses:
default:
description: not available
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/Enviance.RestServices.Ver2.Portal.Dto.PageGroupWithPagesInfo'
application/xml:
schema:
type: array
items:
$ref: '#/components/schemas/Enviance.RestServices.Ver2.Portal.Dto.PageGroupWithPagesInfo'
post:
tags:
- Portal
description: "\n\n\nenvianceSdk.portal.createPageGroup\n```\n[\n {\n \"name\": \"Page Group1\",\n \"properties\": {\n \"key1\": \"value 1\",\n \"key 2\": \"value 2\"\n }\n },\n \"onsuccess\",\n \"onerror\"\n]\n```\n\n"
operationId: Enviance.RestServices.Ver2.Portal.Impl.PortalService.CreatePageGroup
parameters:
- name: EnvApi-Systemid
in: header
description: Specify specific system to run instead of Home
schema:
type: string
- name: EnvApi-Packageid
in: header
description: (optional) Clients application/package ID
schema:
type: string
- name: EnvApi-Udf-DateTime-Iso-In-CustomFields
in: header
description: Udfs of DateTime should use Iso
schema:
type: string
default: 'true'
- name: EnvApi-Udf-DateTime-ReadInUserTz
in: header
description: (obsolete) Udfs of DateTime type whould be in ReadInUserTz
schema:
type: string
- name: EnvApi-Udf-Value-Invariant
in: header
description: (optional) Udfs - Force Non-Localized (invariant) values
schema:
type: string
- name: EnvApi-Localization-All
in: header
description: (optional) Extend objects with User-given Localizations
schema:
type: string
- name: x-client-request-id
in: header
description: (optional) Client ID for double submit prevention
schema:
type: string
responses:
default:
description: not available
content:
application/json:
schema:
type: string
format: guid
application/xml:
schema:
type: string
format: guid
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/CreatePageGroup'
application/xml:
schema:
$ref: '#/components/schemas/CreatePageGroup'
required: true
/ver2/PortalService.svc/portal/dashboard/pagegroups/{pageGroupIdOrName}:
get:
tags:
- Portal
description: "\n\n\nenvianceSdk.portal.getPageGroups\n```\n[\n \"onsuccess\",\n \"onerror\"\n]\n```\nenvianceSdk.portal.getPageGroup\n```\n[\n \"Page Group Name or ID\",\n \"onsuccess\",\n \"onerror\"\n]\n```\n\n"
operationId: Enviance.RestServices.Ver2.Portal.Impl.PortalService.GetPageGroup
parameters:
- name: EnvApi-Systemid
in: header
description: Specify specific system to run instead of Home
schema:
type: string
- name: EnvApi-Packageid
in: header
description: (optional) Clients application/package ID
schema:
type: string
- name: EnvApi-Udf-DateTime-Iso-In-CustomFields
in: header
description: Udfs of DateTime should use Iso
schema:
type: string
default: 'true'
- name: EnvApi-Udf-DateTime-ReadInUserTz
in: header
description: (obsolete) Udfs of DateTime type whould be in ReadInUserTz
schema:
type: string
- name: EnvApi-Udf-Value-Invariant
in: header
description: (optional) Udfs - Force Non-Localized (invariant) values
schema:
type: string
- name: EnvApi-Localization-All
in: header
description: (optional) Extend objects with User-given Localizations
schema:
type: string
- name: x-client-request-id
in: header
description: (optional) Client ID for double submit prevention
schema:
type: string
- name: pageGroupIdOrName
in: path
required: true
schema:
type: string
responses:
default:
description: not available
content:
application/json:
schema:
$ref: '#/components/schemas/Enviance.RestServices.Ver2.Portal.Dto.PageGroupInfo'
application/xml:
schema:
$ref: '#/components/schemas/Enviance.RestServices.Ver2.Portal.Dto.PageGroupInfo'
patch:
tags:
- Portal
description: "\n\n\nenvianceSdk.portal.updatePageGroup\n```\n[\n \"Page Group1\",\n {\n \"name\": \"Page Group1 modified\",\n \"properties\": {\n \"key1\": \"value 1\",\n \"key 2\": \"value 2\"\n }\n },\n \"onsuccess\",\n \"onerror\"\n]\n```\n\n"
operationId: Enviance.RestServices.Ver2.Portal.Impl.PortalService.UpdatePageGroup
parameters:
- name: EnvApi-Systemid
in: header
description: Specify specific system to run instead of Home
schema:
type: string
- name: EnvApi-Packageid
in: header
description: (optional) Clients application/package ID
schema:
type: string
- name: EnvApi-Udf-DateTime-Iso-In-CustomFields
in: header
description: Udfs of DateTime should use Iso
schema:
type: string
default: 'true'
- name: EnvApi-Udf-DateTime-ReadInUserTz
in: header
description: (obsolete) Udfs of DateTime type whould be in ReadInUserTz
schema:
type: string
- name: EnvApi-Udf-Value-Invariant
in: header
description: (optional) Udfs - Force Non-Localized (invariant) values
schema:
type: string
- name: EnvApi-Localization-All
in: header
description: (optional) Extend objects with User-given Localizations
schema:
type: string
- name: x-client-request-id
in: header
description: (optional) Client ID for double submit prevention
schema:
type: string
- name: pageGroupIdOrName
in: path
required: true
schema:
type: string
responses:
default:
description: not available
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/UpdatePageGroup'
application/xml:
schema:
$ref: '#/components/schemas/UpdatePageGroup'
required: true
delete:
tags:
- Portal
description: "\n\n\nenvianceSdk.portal.deletePageGroup\n```\n[\n \"Page Group1\",\n \"onsuccess\",\n \"onerror\"\n]\n```\n\n"
operationId: Enviance.RestServices.Ver2.Portal.Impl.PortalService.DeletePageGroup
parameters:
- name: EnvApi-Systemid
in: header
description: Specify specific system to run instead of Home
schema:
type: string
- name: EnvApi-Packageid
in: header
description: (optional) Clients application/package ID
schema:
type: string
- name: EnvApi-Udf-DateTime-Iso-In-CustomFields
in: header
description: Udfs of DateTime should use Iso
schema:
type: string
default: 'true'
- name: EnvApi-Udf-DateTime-ReadInUserTz
in: header
description: (obsolete) Udfs of DateTime type whould be in ReadInUserTz
schema:
type: string
- name: EnvApi-Udf-Value-Invariant
in: header
description: (optional) Udfs - Force Non-Localized (invariant) values
schema:
type: string
- name: EnvApi-Localization-All
in: header
description: (optional) Extend objects with User-given Localizations
schema:
type: string
- name: x-client-request-id
in: header
description: (optional) Client ID for double submit prevention
schema:
type: string
- name: pageGroupIdOrName
in: path
required: true
schema:
type: string
responses:
default:
description: not available
/ver2/PortalService.svc/portal/dashboard/pagegroups/{pageGroupIdOrName}/pages:
get:
tags:
- Portal
description: "\n\n\nenvianceSdk.portal.getPages\n```\n[\n \"Page Group1\",\n \"onsuccess\",\n \"onerror\"\n]\n```\nenvianceSdk.portal.getPageSettings\n```\n[\n \"Page Group1\",\n \"Page Name\",\n \"onsuccess\",\n \"onerror\"\n]\n```\n\n"
operationId: Enviance.RestServices.Ver2.Portal.Impl.PortalService.GetPages
parameters:
- name: EnvApi-Systemid
in: header
description: Specify specific system to run instead of Home
schema:
type: string
- name: EnvApi-Packageid
in: header
description: (optional) Clients application/package ID
schema:
type: string
- name: EnvApi-Udf-DateTime-Iso-In-CustomFields
in: header
description: Udfs of DateTime should use Iso
schema:
type: string
default: 'true'
- name: EnvApi-Udf-DateTime-ReadInUserTz
in: header
description: (obsolete) Udfs of DateTime type whould be in ReadInUserTz
schema:
type: string
- name: EnvApi-Udf-Value-Invariant
in: header
description: (optional) Udfs - Force Non-Localized (invariant) values
schema:
type: string
- name: EnvApi-Localization-All
in: header
description: (optional) Extend objects with User-given Localizations
schema:
type: string
- name: x-client-request-id
in: header
description: (optional) Client ID for double submit prevention
schema:
type: string
- name: pageGroupIdOrName
in: path
required: true
schema:
type: string
responses:
default:
description: not available
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/Enviance.RestServices.Ver2.Portal.Dto.PageWithPropsInfo'
application/xml:
schema:
type: array
items:
$ref: '#/components/schemas/Enviance.RestServices.Ver2.Portal.Dto.PageWithPropsInfo'
post:
tags:
- Portal
description: "\n\n\nenvianceSdk.portal.createPageGroup\n```\n[\n {\n \"name\": \"Page Group1\",\n \"properties\": {\n \"key1\": \"value 1\",\n \"key 2\": \"value 2\"\n }\n },\n \"onsuccess\",\n \"onerror\"\n]\n```\nenvianceSdk.portal.createPage\n```\n[\n \"Page Group\",\n {\n \"name\": \"Page Name\",\n \"properties\": {\n \"pageProperty1\": \"value 1\",\n \"key 2\": \"value 2\"\n },\n \"accessLevels\": {\n \"visibleToAll\": \"false\",\n \"exceptUsers\": [\n {\n \"accesslevel\": \"view\",\n \"id\": \"3afb765c-e75b-4e32-8870-34a69a4e6861\"\n }\n ],\n \"exceptGroups\": [\n {\n \"accesslevel\": \"view\",\n \"id\": \"3afb765c-e75b-4e32-8870-34a69a4e6861\"\n }\n ]\n }\n },\n \"onsuccess\",\n \"onerror\"\n]\n```\n\n"
operationId: Enviance.RestServices.Ver2.Portal.Impl.PortalService.CreatePage
parameters:
- name: EnvApi-Systemid
in: header
description: Specify specific system to run instead of Home
schema:
type: string
- name: EnvApi-Packageid
in: header
description: (optional) Clients application/package ID
schema:
type: string
- name: EnvApi-Udf-DateTime-Iso-In-CustomFields
in: header
description: Udfs of DateTime should use Iso
schema:
type: string
default: 'true'
- name: EnvApi-Udf-DateTime-ReadInUserTz
in: header
description: (obsolete) Udfs of DateTime type whould be in ReadInUserTz
schema:
type: string
- name: EnvApi-Udf-Value-Invariant
in: header
description: (optional) Udfs - Force Non-Localized (invariant) values
schema:
type: string
- name: EnvApi-Localization-All
in: header
description: (optional) Extend objects with User-given Localizations
schema:
type: string
- name: x-client-request-id
in: header
description: (optional) Client ID for double submit prevention
schema:
type: string
- name: pageGroupIdOrName
in: path
required: true
schema:
type: string
responses:
default:
description: not available
content:
application/json:
schema:
type: string
format: guid
application/xml:
schema:
type: string
format: guid
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/CreatePage'
application/xml:
schema:
$ref: '#/components/schemas/CreatePage'
required: true
/ver2/PortalService.svc/portal/dashboard/pagegroups/{pageGroupIdOrName}/pages/{pageIdOrName}:
get:
tags:
- Portal
description: "\n\n\nenvianceSdk.portal.getPageGroups\n```\n[\n \"onsuccess\",\n \"onerror\"\n]\n```\nenvianceSdk.portal.getPageGroup\n```\n[\n \"Page Group Name or ID\",\n \"onsuccess\",\n \"onerror\"\n]\n```\nenvianceSdk.portal.getPages\n```\n[\n \"Page Group1\",\n \"onsuccess\",\n \"onerror\"\n]\n```\nenvianceSdk.portal.getPage\n```\n[\n \"Page Group1\",\n \"Page Name\",\n \"onsuccess\",\n \"onerror\"\n]\n```\nenvianceSdk.portal.getPageSettings\n```\n[\n \"Page Group1\",\n \"Page Name\",\n \"onsuccess\",\n \"onerror\"\n]\n```\n\n"
operationId: Enviance.RestServices.Ver2.Portal.Impl.PortalService.GetPage
parameters:
- name: EnvApi-Systemid
in: header
description: Specify specific system to run instead of Home
schema:
type: string
- name: EnvApi-Packageid
in: header
description: (optional) Clients application/package ID
schema:
type: string
- name: EnvApi-Udf-DateTime-Iso-In-CustomFields
in: header
description: Udfs of DateTime should use Iso
schema:
type: string
default: 'true'
- name: EnvApi-Udf-DateTime-ReadInUserTz
in: header
description: (obsolete) Udfs of DateTime type whould be in ReadInUserTz
schema:
type: string
- name: EnvApi-Udf-Value-Invariant
in: header
description: (optional) Udfs - Force Non-Localized (invariant) values
schema:
type: string
- name: EnvApi-Localization-All
in: header
description: (optional) Extend objects with User-given Localizations
schema:
type: string
- name: x-client-request-id
in: header
description: (optional) Client ID for double submit prevention
schema:
type: string
- name: pageGroupIdOrName
in: path
required: true
schema:
type: string
- name: pageIdOrName
in: path
required: true
schema:
type: string
responses:
default:
description: not available
content:
application/json:
schema:
$ref: '#/components/schemas/Enviance.RestServices.Ver2.Portal.Dto.PageWithAllInfo'
application/xml:
schema:
$ref: '#/components/schemas/Enviance.RestServices.Ver2.Portal.Dto.PageWithAllInfo'
patch:
tags:
- Portal
description: "\n\n\nenvianceSdk.portal.updatePageGroup\n```\n[\n \"Page Group1\",\n {\n \"name\": \"Page Group1 modified\",\n \"properties\": {\n \"key1\": \"value 1\",\n \"key 2\": \"value 2\"\n }\n },\n \"onsuccess\",\n \"onerror\"\n]\n```\nenvianceSdk.portal.updatePage\n```\n[\n \"Page Group\",\n \"Page name\",\n {\n \"name\": \"Page Name\",\n \"properties\": {\n \"pageProperty1\": \"value 1\",\n \"key 2\": \"value 2\"\n },\n \"accessLevels\": {\n \"visibleToAll\": \"false\",\n \"exceptUsers\": [\n {\n \"accesslevel\": \"view\",\n \"id\": \"3afb765c-e75b-4e32-8870-34a69a4e6861\"\n }\n ],\n \"exceptGroups\": [\n {\n \"accesslevel\": \"view\",\n \"id\": \"3afb765c-e75b-4e32-8870-34a69a4e6861\"\n }\n ]\n }\n },\n \"onsuccess\",\n \"onerror\"\n]\n```\n\n"
operationId: Enviance.RestServices.Ver2.Portal.Impl.PortalService.UpdatePage
parameters:
- name: EnvApi-Systemid
in: header
description: Specify specific system to run instead of Home
schema:
type: string
- name: EnvApi-Packageid
in: header
description: (optional) Clients application/package ID
schema:
type: string
- name: EnvApi-Udf-DateTime-Iso-In-CustomFields
in: header
description: Udfs of DateTime should use Iso
schema:
type: string
default: 'true'
- name: EnvApi-Udf-DateTime-ReadInUserTz
in: header
description: (obsolete) Udfs of DateTime type whould be in ReadInUserTz
schema:
type: string
- name: EnvApi-Udf-Value-Invariant
in: header
description: (optional) Udfs - Force Non-Localized (invariant) values
schema:
type: string
- name: EnvApi-Localization-All
in: header
description: (optional) Extend objects with User-given Localizations
schema:
type: string
- name: x-client-request-id
in: header
description: (optional) Client ID for double submit prevention
schema:
type: string
- name: pageGroupIdOrName
in: path
required: true
schema:
type: string
- name: pageIdOrName
in: path
required: true
schema:
type: string
responses:
default:
description: not available
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/UpdatePage'
application/xml:
schema:
$ref: '#/components/schemas/UpdatePage'
required: true
delete:
tags:
- Portal
description: "\n\n\nenvianceSdk.portal.deletePageGroup\n```\n[\n \"Page Group1\",\n \"onsuccess\",\n \"onerror\"\n]\n```\nenvianceSdk.portal.deletePage\n```\n[\n \"Parent Page Group\",\n \"Page A\",\n \"onsuccess\",\n \"onerror\"\n]\n```\n\n"
operationId: Enviance.RestServices.Ver2.Portal.Impl.PortalService.DeletePage
parameters:
- name: EnvApi-Systemid
in: header
description: Specify specific system to run instead of Home
schema:
type: string
- name: EnvApi-Packageid
in: header
description: (optional) Clients application/package ID
schema:
type: string
- name: EnvApi-Udf-DateTime-Iso-In-CustomFields
in: header
description: Udfs of DateTime should use Iso
schema:
type: string
default: 'true'
- name: EnvApi-Udf-DateTime-ReadInUserTz
in: header
description: (obsolete) Udfs of DateTime type whould be in ReadInUserTz
schema:
type: string
- name: EnvApi-Udf-Value-Invariant
in: header
description: (optional) Udfs - Force Non-Localized (invariant) values
schema:
type: string
- name: EnvApi-Localization-All
in: header
description: (optional) Extend objects with User-given Localizations
schema:
type: string
- name: x-client-request-id
in: header
description: (optional) Client ID for double submit prevention
schema:
type: string
- name: pageGroupIdOrName
in: path
required: true
schema:
type: string
- name: pageIdOrName
in: path
required: true
schema:
type: string
responses:
default:
description: not available
/ver2/PortalService.svc/portal/dashboard/pagegroups/{pageGroupIdOrName}/pages/{pageIdOrName}/panels:
get:
tags:
- Portal
description: "\n\n\nenvianceSdk.portal.getPanels\n```\n[\n \"Page Group1\",\n \"Page Name\",\n \"onsuccess\",\n \"onerror\"\n]\n```\nenvianceSdk.portal.getPanelSettings\n```\n[\n \"Page Group1\",\n \"Page Name\",\n \"Panel Name\",\n \"onsuccess\",\n \"onerror\"\n]\n```\n\n"
operationId: Enviance.RestServices.Ver2.Portal.Impl.PortalService.GetPanels
parameters:
- name: EnvApi-Systemid
in: header
description: Specify specific system to run instead of Home
schema:
type: string
- name: EnvApi-Packageid
in: header
description: (optional) Clients application/package ID
schema:
type: string
- name: EnvApi-Udf-DateTime-Iso-In-CustomFields
in: header
description: Udfs of DateTime should use Iso
schema:
type: string
default: 'true'
- name: EnvApi-Udf-DateTime-ReadInUserTz
in: header
description: (obsolete) Udfs of DateTime type whould be in ReadInUserTz
schema:
type: string
- name: EnvApi-Udf-Value-Invariant
in: header
description: (optional) Udfs - Force Non-Localized (invariant) values
schema:
type: string
- name: EnvApi-Localization-All
in: header
description: (optional) Extend objects with User-given Localizations
schema:
type: string
- name: x-client-request-id
in: header
description: (optional) Client ID for double submit prevention
schema:
type: string
- name: pageGroupIdOrName
in: path
required: true
schema:
type: string
- name: pageIdOrName
in: path
required: true
schema:
type: string
responses:
default:
description: not available
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/Enviance.RestServices.Ver2.Portal.Dto.PanelWithPropsInfo'
application/xml:
schema:
type: array
items:
$ref: '#/components/schemas/Enviance.RestServices.Ver2.Portal.Dto.PanelWithPropsInfo'
post:
tags:
- Portal
description: "\n\n\nenvianceSdk.portal.createPanel\n```\n[\n \"Page Group1\",\n \"Page Name\",\n {\n \"name\": \"Panel Name\",\n \"properties\": {\n \"color\": \"green\",\n \"Position\": \"top\"\n },\n \"accessLevels\": {\n \"users\": [\n {\n \"id\": \"918b8c13-41e6-4b62-9e29-692e5ccbd6bb\",\n \"accesslevel\": \"noaccess\"\n }\n ]\n }\n },\n \"onsuccess\",\n \"onerror\"\n]\n```\nenvianceSdk.portal.createPanelTemplate\n```\n[\n {\n \"name\": \"Panel Template Name\",\n \"properties\": {\n \"Position\": \"absolute\"\n }\n },\n \"onsuccess\",\n \"onerror\"\n]\n```\n\n"
operationId: Enviance.RestServices.Ver2.Portal.Impl.PortalService.CreatePanel
parameters:
- name: EnvApi-Systemid
in: header
description: Specify specific system to run instead of Home
schema:
type: string
- name: EnvApi-Packageid
in: header
description: (optional) Clients application/package ID
schema:
type: string
- name: EnvApi-Udf-DateTime-Iso-In-CustomFields
in: header
description: Udfs of DateTime should use Iso
schema:
type: string
default: 'true'
- name: EnvApi-Udf-DateTime-ReadInUserTz
in: header
description: (obsolete) Udfs of DateTime type whould be in ReadInUserTz
schema:
type: string
- name: EnvApi-Udf-Value-Invariant
in: header
description: (optional) Udfs - Force Non-Localized (invariant) values
schema:
type: string
- name: EnvApi-Localization-All
in: header
description: (optional) Extend objects with User-given Localizations
schema:
type: string
- name: x-client-request-id
in: header
description: (optional) Client ID for double submit prevention
schema:
type: string
- name: pageGroupIdOrName
in: path
required: true
schema:
type: string
- name: pageIdOrName
in: path
required: true
schema:
type: string
responses:
default:
description: not available
content:
application/json:
schema:
type: string
format: guid
application/xml:
schema:
type: string
format: guid
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/CreatePanel'
application/xml:
schema:
$ref: '#/components/schemas/CreatePanel'
required: true
/ver2/PortalService.svc/portal/dashboard/pagegroups/{pageGroupIdOrName}/pages/{pageIdOrName}/panels/{panelIdOrName}:
get:
tags:
- Portal
description: "\n\n\nenvianceSdk.portal.getPanels\n```\n[\n \"Page Group1\",\n \"Page Name\",\n \"onsuccess\",\n \"onerror\"\n]\n```\nenvianceSdk.portal.getPanel\n```\n[\n \"Page Group1\",\n \"Page Name\",\n \"Panel Name\",\n \"onsuccess\",\n \"onerror\"\n]\n```\nenvianceSdk.portal.getPanelSettings\n```\n[\n \"Page Group1\",\n \"Page Name\",\n \"Panel Name\",\n \"onsuccess\",\n \"onerror\"\n]\n```\nenvianceSdk.portal.getPanelTemplates\n```\n[\n \"onsuccess\",\n \"onerror\"\n]\n```\nenvianceSdk.portal.getPanelTemplate\n```\n[\n \"Panel Template Name\",\n \"onsuccess\",\n \"onerror\"\n]\n```\n\n"
operationId: Enviance.RestServices.Ver2.Portal.Impl.PortalService.GetPanel
parameters:
- name: EnvApi-Systemid
in: header
description: Specify specific system to run instead of Home
schema:
type: string
- name: EnvApi-Packageid
in: header
description: (optional) Clients application/package ID
schema:
type: string
- name: EnvApi-Udf-DateTime-Iso-In-CustomFields
in: header
description: Udfs of DateTime should use Iso
schema:
type: string
default: 'true'
- name: EnvApi-Udf-DateTime-ReadInUserTz
in: header
description: (obsolete) Udfs of DateTime type whould be in ReadInUserTz
schema:
type: string
- name: EnvApi-Udf-Value-Invariant
in: header
description: (optional) Udfs - Force Non-Localized (invariant) values
schema:
type: string
- name: EnvApi-Localization-All
in: header
description: (optional) Extend objects with User-given Localizations
schema:
type: string
- name: x-client-request-id
in: header
description: (optional) Client ID for double submit prevention
schema:
type: string
- name: pageGroupIdOrName
in: path
required: true
schema:
type: string
- name: pageIdOrName
in: path
required: true
schema:
type: string
- name: panelIdOrName
in: path
required: true
schema:
type: string
responses:
default:
description: not available
content:
application/json:
schema:
$ref: '#/components/schemas/Enviance.RestServices.Ver2.Portal.Dto.PanelWithAllInfo'
application/xml:
schema:
$ref: '#/components
# --- truncated at 32 KB (69 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/enviance/refs/heads/main/openapi/enviance-portal-api-openapi.yml