Skip to content

Commit

Permalink
- fix xref missing attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
VishalThapaliya committed Sep 3, 2024
1 parent 63e3818 commit 12a35a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/applications/pages/ui-builder/common-apis-to-use.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

{description}

Bonita APIs combined with JS objects allow for building all kind of applications, such as: account management dashboard, custom CRM, HR Management tool, invoice processing dashboard
Bonita APIs combined with JS objects allow for building all kind of applications, such as: account management dashboard, custom CRM, HR Management tool, invoice processing dashboard, and many more.


image:ui-builder/guides/hr-mgmt-app.png[hr-mgmt-app]
Expand Down Expand Up @@ -65,7 +65,7 @@ The business data is useful to find business data with pagination params and fil

For example:

- GET | `/API/bdm/businessData/com.company.hr.[businessObject]?q=[query]&p=0&c=10&f=[filterString]={filterParam}`
- GET | `/API/bdm/businessData/com.company.hr.[businessObject]?q=[query]&p=0&c=10&f=[filterString]=[filterParam]`

For more detailed information, refer to the {openApiUrl}/latest/#tag/BusinessDataQuery/operation/searchBusinessData[business data api documentation].

Expand Down

0 comments on commit 12a35a7

Please sign in to comment.