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

Missing API response for Webhook Downlink Scheduling #6702

Open
1 of 4 tasks
cwkhawand opened this issue Nov 12, 2023 · 3 comments
Open
1 of 4 tasks

Missing API response for Webhook Downlink Scheduling #6702

cwkhawand opened this issue Nov 12, 2023 · 3 comments
Assignees
Labels
documentation This involves writing user documentation

Comments

@cwkhawand
Copy link

Summary

Currently when POSTing to the Webhook Downlink API, the API response is empty.

Steps to Reproduce

  1. Make an API call to the Downlink Webhook API to send a downlink
  2. Observe the response body

Current Result

The response body is empty

Expected Result

Ideally, the API should at least return the unique identifier of the downlink to be able to track it later when it is confirmed for example.

Relevant Logs

No response

URL

No response

Deployment

The Things Stack Community Edition

The Things Stack Version

No response

Client Name and Version

No response

Other Information

No response

Proposed Fix

Ideally the API should return the whole Downlink object data.

Contributing

  • I can help by doing more research.
  • I can help by implementing a fix after the proposal above is approved.
  • I can help by testing the fix before it's released.

Code of Conduct

@cwkhawand cwkhawand added the needs/triage We still need to triage this label Nov 12, 2023
@KrishnaIyer
Copy link
Member

This happens via using correlation IDs. I'll add documentation on how to do this in the next few days.

@KrishnaIyer KrishnaIyer added documentation This involves writing user documentation and removed needs/triage We still need to triage this labels Nov 16, 2023
@KrishnaIyer KrishnaIyer self-assigned this Nov 16, 2023
@KrishnaIyer KrishnaIyer added this to the v3.28.1 milestone Nov 16, 2023
@KrishnaIyer KrishnaIyer modified the milestones: v3.28.1, v3.28.2 Nov 23, 2023
@cwkhawand
Copy link
Author

Hello again,

Any possibility you could give me a hint on how to get the correlation ID after posting the downlink to TTN? At the moment the API returns an empty response so I'm not sure how I can retrieve the correlation ID.

@KrishnaIyer
Copy link
Member

Hey sorry for the delay. I'll add some quick docs this week on this.

@KrishnaIyer KrishnaIyer modified the milestones: v3.28.2, v3.29.0 Dec 14, 2023
@KrishnaIyer KrishnaIyer modified the milestones: v3.29.0, v3.30.0 Feb 29, 2024
@KrishnaIyer KrishnaIyer removed this from the v3.30.0 milestone Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation This involves writing user documentation
Projects
None yet
Development

No branches or pull requests

2 participants