-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[PM-17562] Add GET endpoints for event integrations #6104
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
[PM-17562] Add GET endpoints for event integrations #6104
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6104 +/- ##
==========================================
- Coverage 51.86% 51.83% -0.04%
==========================================
Files 1730 1732 +2
Lines 76422 76519 +97
Branches 6817 6820 +3
==========================================
+ Hits 39639 39663 +24
- Misses 35231 35304 +73
Partials 1552 1552 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
New Issues (1)Checkmarx found the following issues in this Pull Request
|
...o/Stored Procedures/OrganizationIntegrationConfiguration_ReadByOrganizationIntegrationId.sql
Outdated
Show resolved
Hide resolved
src/Sql/dbo/Stored Procedures/OrganizationIntegration_ReadByOrganizationId.sql
Outdated
Show resolved
Hide resolved
...ator/DbScripts/2025-07-18_00_AddReadManyOrganizationIntegrationAndConfigurationByIdProcs.sql
Outdated
Show resolved
Hide resolved
…ant/add-get-api-endpoints-for-event-integrations
|
@BTreston this is ready for AC team review. |
🎟️ Tracking
PM-17562
📔 Objective
This PR adds database and API support for GET endpoints on the API. Specifically:
organizations/{organizationId}/integrations
organizations/{organizationId}/integrations/{integrationId}/configurations
I've also altered the OrganizationIntegrationResponseModel to include the configuration. And I've also added an optional
string? Service
property toHecIntegration
. This allows the front end to store a service enum into the object when it is created. When a user comes back to the page and the FE polls to see what is configured, it can use the Service parameter to determine which HEC service the user had setup previously.⏰ Reminders before review
🦮 Reviewer guidelines
:+1:
) or similar for great changes:memo:
) or ℹ️ (:information_source:
) for notes or general info:question:
) for questions:thinking:
) or 💭 (:thought_balloon:
) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion:art:
) for suggestions / improvements:x:
) or:warning:
) for more significant problems or concerns needing attention:seedling:
) or ♻️ (:recycle:
) for future improvements or indications of technical debt:pick:
) for minor or nitpick changes