Dashboard

Add new dashboard

post/dashboard/store/{dashboardId}

Path parameters

dashboardIdstring required

the ID of dashboard

the ID of dashboard

Request body

cssclassstring
hrefstring
idstring
namestring
ownerstring
paramstring
sharedboolean
typeinteger
weightnumber double

Example request

{
  "cssclass": "fa",
  "href": "_1631547759877",
  "id": "_1631547759877",
  "name": "Search",
  "owner": "admin",
  "param": "search",
  "type": 1,
  "weight": 10
}

Response

SuccessResponse

countinteger required

count elements in data

dataobject required

data in JSON format type: object

messagestring required

the message for user

Changes

Changed in 13 of the 16 revisions of this API.4322

    • the security scope [] was added to the endpoint's security scheme bearer

      api-security-scope-added

    • the security scope [] was added to the endpoint's security scheme bearer

      api-security-scope-added

    • api tag Dashboard added

      api-tag-added

    • api tag dashboard removed

      api-tag-removed

  • 31e15898198d111See the full diff
    • added the new path request parameter dashboardId

      new-request-path-parameter

    • deleted the path request parameter dashboard ID

      request-parameter-removed

    • the security scope [] was added to the endpoint's security scheme bearer

      api-security-scope-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the security scope [] was added to the endpoint's security scheme bearer

      api-security-scope-added

    • the security scope [] was added to the endpoint's security scheme bearer

      api-security-scope-added

    • the security scope [] was added to the endpoint's security scheme bearer

      api-security-scope-added

    • the security scope [] was added to the endpoint's security scheme bearer

      api-security-scope-added

  • d39f8246865f117See the full diff
    • added the new path request parameter dashboard ID

      new-request-path-parameter

    • deleted the path request parameter dashboard param

      request-parameter-removed

    • the endpoint scheme security SecurityDefinitions was added to the API

      api-security-added

    • the endpoint scheme security in was added to the API

      api-security-added

    • the endpoint scheme security name was added to the API

      api-security-added

    • the endpoint scheme security type was added to the API

      api-security-added

    • the security scope [] was added to the endpoint's security scheme bearer

      api-security-scope-added

    • added the non-success response with the status 400

      response-non-success-status-added

    • added the success response with the status 200

      response-success-status-added

  • 8739183b4c43111See the full diff
    • added the new path request parameter dashboard param

      new-request-path-parameter

    • deleted the path request parameter dashboardid

      request-parameter-removed

    • api operation id CreateDashboard removed and replaced with dashboardInsertDashboard

      api-operation-id-removed

    • api operation id ListDashboard removed and replaced with CreateDashboard

      api-operation-id-removed

    • api tag dashboard added

      api-tag-added

    • api tag Dashboard removed

      api-tag-removed