Skip to content

Commit

Permalink
Merge pull request #15767 from CDCgov/experience/15734/remove-okta-re…
Browse files Browse the repository at this point in the history
…quirement

Fix Copy on: /developer-resources/api/documentation/responses-from-reportstream
  • Loading branch information
etanb authored Sep 9, 2024
2 parents becb550 + f95df06 commit 937a6f2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 8 deletions.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import Sidenav from "../Sidenav.mdx";

<p className="usa-intro text-base">ReportStream responds to each API call with a response (JSON formatted) about the disposition of your data.</p>

<p className="text-base">Last updated: 6/24/24</p>
<p className="text-base">Last updated: 9/9/24</p>

***

Expand Down Expand Up @@ -52,11 +52,9 @@ Example ReportStream response to an async submission:
}
```

ReportStream features a History Details API that can be later queried to obtain the actual destinations and relevant detail.
If you’d like to use this API, let the ReportStream team know, and we’ll provide you with additional information about requirements
for Okta authentication.
ReportStream features a History Details API that can be later queried to obtain the actual destinations and relevant detail using your existing private/public key pair.

The request is made with the submissionId in the earlier example.:
The request is made with the submissionId in the earlier example:

```
https://prime.cdc.gov/api/history/simple_report/submissions/1588
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import site from "../../../site.json";

<LayoutMain>
# Sample payloads and output
<p className="text-base">Last updated: 6/24/24</p>
<p className="text-base">Last updated: 9/9/24</p>

***

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import Sidenav from "../Sidenav.mdx";
Examples in this guide use curl commands for simplicity with the assumption you’ll be coding these calls into your sending system.
You can also use a program like Postman to test submissions.

<p className="text-base">**Last updated:** 6/24/24</p>
<p className="text-base">**Last updated:** 9/9/24</p>

***

Expand Down
2 changes: 1 addition & 1 deletion frontend-react/src/content/site.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"path": "/assets/csv/ReportStream-StandardCSV-ExampleData-20220509.csv"
},
"programmersGuidePdf": {
"path": "/assets/pdf/ReportStream-Programmers-Guide-v4.5.pdf"
"path": "/assets/pdf/ReportStream-Programmers-Guide-v4.6.pdf"
},
"exampleHl7": {
"path": "/assets/hl7/Example-hl7-file.hl7"
Expand Down

0 comments on commit 937a6f2

Please sign in to comment.