Dial Code Reserve API Not Returning processId Required for Batch Status Check #248
Unanswered
snehal0904
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Hey @snehal0904 , What version of content service is been used? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello All,
We are integrating the Dialcode service to generate and link dial codes with our course content. Below are the steps we followed, along with the issues we encountered:
Step 1: Generate Dial Code
Endpoint: {{host}}/dialcode/v3/generate
Request:
Response:
Step 2: Reserve Dial Code for Content
Endpoint: {{contentUrl}}/content/v3/dialcode/reserve/do_21433711058885836811325
Request:
Response:
Issue: Missing processId
The response from the reserve API does not include a processId, which is needed to check the status of QR code generation via:
/dialcode/v4/batch/read/:processId
We also tried using the following endpoint, but it returned 404:
{{host}}/dialcode/v1/reserve/do_123456789012345678901
Can you please share the updated steps or working API sequence to generate and link QR codes properly?
cc: @aimansharief @vinod303 @pallakartheekreddy @coolbung
Beta Was this translation helpful? Give feedback.
All reactions