Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(uib): hr management use cases #2831

Merged
merged 18 commits into from
Sep 3, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
- fix xref missing attribute
  • Loading branch information
VishalThapaliya committed Sep 3, 2024
commit 3c8dcd33ce2c806cee34541c7132f1efeac2f9b6
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
@@ -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]
@@ -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].

Loading