-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
21802 - Add details call and list. (#21)
* 21802 - Add details call and list. * 21802 - eslint fixes. * 21802 - added remaining part of test. Moved loading into the details. * 21802 - pr changes.
- Loading branch information
Showing
7 changed files
with
178 additions
and
69 deletions.
There are no files selected for viewing
This file contains 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 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,24 @@ | ||
{ | ||
"comments": [ | ||
{ | ||
"comment": { | ||
"businessId": null, | ||
"comment": "this is another comment... test 123", | ||
"filingId": 150006, | ||
"id": 620860, | ||
"submitterDisplayName": "Business Registry Test 1", | ||
"timestamp": "2024-08-02T05:14:39.403319+00:00" | ||
} | ||
}, | ||
{ | ||
"comment": { | ||
"businessId": null, | ||
"comment": "Test adding STAFF comments ", | ||
"filingId": 150006, | ||
"id": 620671, | ||
"submitterDisplayName": "Business Registry Test 1", | ||
"timestamp": "2024-07-29T17:36:29.851567+00:00" | ||
} | ||
} | ||
] | ||
} |
This file contains 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 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 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 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 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