How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Fenergo Nebula Advanced Dashboard Command 1.0

Fenergo Nebula Advanced Dashboard Command — OpenAPI 3.0.4 contract published by Fenergo for the advanceddashboardcommand service of the Fen-X SaaS platform, carrying 21 path(s) and 26 operation(s). Harvested verbatim from Fenergo's own published specification endpoint.

Fenergo Nebula Advanced Dashboard Command 1.0 is one of 145 APIs that Fenergo publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Dashboards, Command, Compliance, and Financial Services. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 26 operations across 21 paths, organized into 4 resource areas, and defines 40 schemas. It is described by OpenAPI 3.0.4, at version 1.0.

Requests are made against a single base URL, /advanceddashboardcommand.

26 operations 21 paths 40 schemas 5 DELETE10 POST11 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.4
API Version
1.0
Base URL
https://api.fenergox.com/advanceddashboardcommand
Authentication
API Key
Resource Areas
4

Authentication & Security 1

Fenergo Nebula Advanced Dashboard Command 1.0 declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (Bearer). By default, every request must be authenticated.

  • Bearer — Please insert JWT with Bearer into field

Paths & Operations 26

Across 21 paths, the API surfaces 26 operations — 5 DELETE, 10 POST, 11 PUT. They span 4 resource areas: BulkActions, JourneyDashboardConfigurationVersion, TaskDashboardConfigurationVersion, UserSettings. Each is listed below with its method, path, parameters, and response codes.

BulkActions 3
POST
/api/bulk-actions
Create Bulk Action
CreateBulkAction 1 param body → 202400404401403500410
POST
/api/bulk-actions/{actionId}/execute
Execute Bulk Action
ExecuteBulkAction 2 params body → 202400404401403500410
POST
/api/bulk-actions/{actionId}/dismiss
Dismiss Bulk Action
DismissBulkAction 2 params → 202400404401403500410
JourneyDashboardConfigurationVersion 9
POST
/api/dashboard-configuration/journey/versions
Create Journey Dashboard Configuration Version
CreateJourneyDashboardConfigurationVersion 1 param body → 202400404401403500410
POST
/api/dashboard-configuration/journey/versions/{id}/draft
Create new Journey Dashboard Configuration Version draft based on other version.
CreateJourneyDashboardConfigurationVersionDraft 2 params → 202400404401403500410
PUT
/api/dashboard-configuration/journey/versions/{id}
Update Journey Dashboard Configuration Version
UpdateJourneyDashboardConfigurationVersion 2 params body → 202400404401403500410
DELETE
/api/dashboard-configuration/journey/versions/{id}
Delete Journey Dashboard Configuration Version draft.
DeleteJourneyDashboardConfigurationVersion 2 params → 202400404401403500410
PUT
/api/dashboard-configuration/journey/versions/{id}/submit
Submit Journey Dashboard Configuration Version so it can be automatically published when reindexing is finished.
SubmitJourneyDashboardConfigurationVersion 2 params → 202400404401403500410
POST
/api/dashboard-configuration/journey/versions/{id}/views
Add new Journey Dashboard Configuration Version view.
AddJourneyDashboardConfigurationVersionView 2 params body → 202400404401403500410
PUT
/api/dashboard-configuration/journey/versions/{id}/views/{viewId}
Update Journey Dashboard Configuration Version view.
UpdateJourneyDashboardConfigurationVersionView 3 params body → 202400404401403500410
DELETE
/api/dashboard-configuration/journey/versions/{id}/views/{viewId}
Delete Journey Dashboard Configuration Version view.
DeleteJourneyDashboardConfigurationVersionView 3 params → 202400404401403500410
PUT
/api/dashboard-configuration/journey/versions/{id}/policy-fields
Update Journey Dashboard Configuration Version policy fields.
UpdateJourneyDashboardConfigurationVersionPolicyFields 2 params body → 202400404401403500410
TaskDashboardConfigurationVersion 9
POST
/api/dashboard-configuration/task/versions
Create Task Dashboard Configuration Version
CreateTaskDashboardConfigurationVersion 1 param body → 202400404401403500410
POST
/api/dashboard-configuration/task/versions/{id}/draft
Create new Task Dashboard Configuration Version draft based on other version.
CreateTaskDashboardConfigurationVersionDraft 2 params → 202400404401403500410
PUT
/api/dashboard-configuration/task/versions/{id}
Update Task Dashboard Configuration Version
UpdateTaskDashboardConfigurationVersion 2 params body → 202400404401403500410
DELETE
/api/dashboard-configuration/task/versions/{id}
Task Dashboard Configuration Version draft.
DeleteTaskDashboardConfigurationVersion 2 params → 202400404401403500410
PUT
/api/dashboard-configuration/task/versions/{id}/submit
Submit Task Dashboard Configuration Version so it can be automatically published when reindexing is finished.
SubmitTaskDashboardConfigurationVersion 2 params → 202400404401403500410
POST
/api/dashboard-configuration/task/versions/{id}/views
Add new Task Dashboard Configuration Version view.
AddTaskDashboardConfigurationVersionView 2 params body → 202400404401403500410
PUT
/api/dashboard-configuration/task/versions/{id}/views/{viewId}
Update Task Dashboard Configuration Version view.
UpdateTaskDashboardConfigurationVersionView 3 params body → 202400404401403500410
DELETE
/api/dashboard-configuration/task/versions/{id}/views/{viewId}
Delete Task Dashboard Configuration Version view.
DeleteTaskDashboardConfigurationVersionView 3 params → 202400404401403500410
PUT
/api/dashboard-configuration/task/versions/{id}/policy-fields
Update Task Dashboard Configuration Version policy fields.
UpdateTaskDashboardConfigurationVersionPolicyFields 2 params body → 202400404401403500410
UserSettings 5
PUT
/api/settings/user/selected-view
Saves user view selection
SaveUserViewSelection 1 param body → 200400404401403500410
PUT
/api/settings/user/selected-filter
Save the active filter set selection for a user
SaveActiveFilterSet 1 param body → 200400404401403500410
POST
/api/settings/user/filter-set
Save a new filter set
CreateFilterSet 1 param body → 202404400401403500410
DELETE
/api/settings/user/filter-set/{id}
Delete an existing filter set
DeleteFilterSet 2 params → 202400404401403500410
PUT
/api/settings/user/filter-set/{id}
Update existing FilterSet
UpdateFilterSet 2 params body → 202400404500401403410

Schemas 40

The contract defines 40 schemas that model the data the API accepts and returns. The most detailed are DashboardConfigurationVersionDto (8 properties), DashboardColumnDto (6 properties), PolicyFieldDto (5 properties), ProblemDetails (5 properties). Each schema is shown below with its type and property counts.

BulkActionType
string
CreateBulkActionRequestDto
object
1 property
CreateBulkActionRequestDtoServiceRequest
object
1 property 1 required
CreateBulkActionResponseDto
object
1 property
CreateBulkActionResponseDtoServiceResponse
object
2 properties
DashboardColumnDto
object
6 properties 2 required
DashboardConfigurationVersionCreateDto
object
3 properties
DashboardConfigurationVersionCreateDtoServiceRequest
object
1 property 1 required
DashboardConfigurationVersionDto
object
8 properties
DashboardConfigurationVersionDtoServiceResponse
object
2 properties
DashboardConfigurationVersionStatus
string
DashboardConfigurationVersionUpdateDto
object
1 property
DashboardConfigurationVersionUpdateDtoServiceRequest
object
1 property 1 required
DashboardField
object
3 properties 1 required
DashboardFieldSource
string
DashboardFieldType
string
DashboardFilter
object
2 properties
DashboardType
string
DashboardViewDto
object
3 properties 1 required
DashboardViewDtoServiceRequest
object
1 property 1 required
DashboardViewDtoServiceResponse
object
2 properties
ExecuteBulkActionRequestDto
object
2 properties
ExecuteBulkActionRequestDtoServiceRequest
object
1 property
FilterSetCreationDto
object
5 properties
FilterSetCreationDtoServiceRequest
object
1 property
FilterSetUpdateDto
object
5 properties
FilterSetUpdateDtoServiceRequest
object
1 property 1 required
ObjectServiceResponse
object
2 properties
PolicyFieldDto
object
5 properties 4 required
PolicyFieldDtoIEnumerableServiceRequest
object
1 property 1 required
ProblemDetails
object
5 properties
SaveActiveFilterSetDto
object
2 properties 1 required
SaveActiveFilterSetDtoServiceRequest
object
1 property 1 required
SaveUserViewSelectionDto
object
2 properties 1 required
SaveUserViewSelectionDtoServiceRequest
object
1 property 1 required
ServiceResponse
object
2 properties
ServiceResponseMessage
object
3 properties
StringServiceResponse
object
2 properties
ValidationErrorModel
object
4 properties
ValidationErrorModelListServiceResponse
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

fenergo-advanceddashboardcommand-v1-0-openapi.json Raw ↑

Other APIs Fenergo publishes across the network.

Fenergo Nebula Advanced Dashboard Query 1.0.0
Fenergo Nebula Association Command 1.0
Fenergo Nebula Association Command 2.0
Fenergo Nebula Association Query 1.0
Fenergo Nebula Audit Query 1.0
Fenergo Nebula Audit Query 2.0
Fenergo Nebula Audit Query 3.0
Fenergo Nebula Authorization Command 1.0
Fenergo Nebula Authorization Query 1.0
Fenergo Nebula Authorization Query 2.0
Fenergo Nebula Authorization Query 3.0
Fenergo Nebula BulkLoad Command 1.0
Where this information came from

This is an independent, third-party profile of Fenergo Nebula Advanced Dashboard Command 1.0, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.