-
Notifications
You must be signed in to change notification settings - Fork 136
2285 bamboohr #4641
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
Merged
Merged
2285 bamboohr #4641
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
bd66fab
2285 - add help, version and fix descriptions
marijahorvat171 65d50d2
2285 - fix tests
marijahorvat171 3754f9f
2285 - add documentation for finding ids
marijahorvat171 e8026e0
2285 - docs and json generated
marijahorvat171 0223e34
2285 SF
monikakuster ed55f0e
2285 - fix readme
marijahorvat171 96915b2
2285 - docs generated
marijahorvat171 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
server/libs/modules/components/bamboohr/src/main/resources/README.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| ### How to find Employee ID | ||
|
|
||
| Use the `GET /employees/directory` endpoint to retrieve a list of all employees and their IDs. | ||
|
|
||
| The Employee ID can also be found in the output of the following actions and triggers: | ||
| * **Create Employee** | ||
| * **New Employee** trigger | ||
| * **Updated Employee** trigger | ||
|
|
||
| ### How to find Fields | ||
|
|
||
| Use the `GET /meta/fields` endpoint to retrieve a list of all fields or visit https://documentation.bamboohr.com/docs/list-of-field-names where you can find field names. | ||
|
|
||
| ### How to find File ID | ||
|
|
||
| Use the `GET /employees/EMPLOYEE_ID/files/view` endpoint to retrieve a list of all files from specific employee and their IDs. | ||
|
|
7 changes: 7 additions & 0 deletions
7
server/libs/modules/components/bamboohr/src/main/resources/getEmployee.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| #### Find Employee ID | ||
|
|
||
| To find the Employee ID, click [here](/reference/components/bamboohr_v1#how-to-find-employee-id). | ||
|
|
||
| #### Find Fields | ||
|
|
||
| To find the Fields, click [here](/reference/components/bamboohr_v1#how-to-find-fields). |
3 changes: 3 additions & 0 deletions
3
server/libs/modules/components/bamboohr/src/main/resources/updateEmployee.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| #### Find Employee ID | ||
|
|
||
| To find the Employee ID, click [here](/reference/components/bamboohr_v1#how-to-find-employee-id). |
7 changes: 7 additions & 0 deletions
7
server/libs/modules/components/bamboohr/src/main/resources/updateEmployeeFile.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| #### Find Employee ID | ||
|
|
||
| To find the Employee ID, click [here](/reference/components/bamboohr_v1#how-to-find-employee-id). | ||
|
|
||
| #### Find File ID | ||
|
|
||
| To find the File ID, click [here](/reference/components/bamboohr_v1#how-to-find-file-id). |
3 changes: 3 additions & 0 deletions
3
server/libs/modules/components/bamboohr/src/main/resources/updatedEmployee.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| #### Find Fields | ||
|
|
||
| To find the Fields, click [here](/reference/components/bamboohr_v1#how-to-find-fields). |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@marijahorvat171 it would be good to add that id can be found as output of create employee action, and triggers...