Page 2 of 2

Re: User Guide Error - Connecting direct to JTDX

Posted: 24 Feb 2020, 17:42
by G4POP
sq9jxb wrote: 24 Feb 2020, 17:12 Hello

https://www.qrzcq.com/page/developers

===============================================================
JSON API for account data (auth, read-write) <- ALPHA, PLEASE USE AT YOU OWN RISK

• API Url: here (https://www.qrzcq.com/api/ or http://qrzcq.com/api/) (docs todo)
### UPLOAD your logbook to QRZCQ ***

Assume your call is AAA, your API-Key is BBB, your logbook in
ADIF, post a json encoded object to this URL:


https://ssl.qrzcq.com/api/logupload


Request:

stdClass Object
(
[auth] => stdClass Object
(
[call] => AAA
[key] => BBB
)

[data] => stdClass Object
(
[adif] => (json encoded adif)
)

)


A response could be:

stdClass Object
(
[status] => OK
[message] => DATA_QUEUED
[request] => stdClass Object
(
[method] => logupload
[opt1] =>
[opt2] =>
[opt3] =>
[postdata] => stdClass Object
(
[auth] => stdClass Object
(
[call] => AAA
[key] => ********
)

)

)

[cpu] => 0.003
)


You should post no more than 1x per minute.
Reading their web site this is very much in Alpha development, please advise again when they are past Alpha and Beta testing and have a final format for their code

Re: User Guide Error - Connecting direct to JTDX

Posted: 24 Feb 2020, 18:06
by sq9jxb
Hi Terry

I have sent a query to QRZCQ.com, waiting for an answer.

EDIT: If the Developers implement this option then you can test it, the damage in the program will not do it.

Re: User Guide Error - Connecting direct to JTDX

Posted: 24 Feb 2020, 18:13
by DF5WW
Hi Jan,
the rason is, if QRZCQ has enabled things like this the programmers of a logging software need
some more info´s. What´s the exact link to upload on the fly, maybe with last seperation /call.
If Lele don´t have any of this he can´t provide automatted up´s to QRZCQ Logbook.

In the other thread i´ve said i can contact them but now you did. Much better so i´m not a
subscriber of all services which need Premium-/XML-Subscriptions.

Re: User Guide Error - Connecting direct to JTDX

Posted: 24 Feb 2020, 20:25
by sq9jxb
Hi Juergen

Here is information about the API, will it be helpful?

https://www.qrzcq.com/page/developers

Re: User Guide Error - Connecting direct to JTDX

Posted: 24 Feb 2020, 20:41
by G4POP
sq9jxb wrote: 24 Feb 2020, 18:06 Hi Terry

I have sent a query to QRZCQ.com, waiting for an answer.

EDIT: If the Developers implement this option then you can test it, the damage in the program will not do it.
Quiet so but

While they are in the Alpha/Beta stages they will be making constant program changes which will inevitably cause us to change code many times to keep it working.

We dont have time for that because we have a very high workload with our own development.

So as I said before please inform us when they have completed their development.

Re: User Guide Error - Connecting direct to JTDX

Posted: 24 Feb 2020, 20:52
by sq9jxb
G4POP wrote: 24 Feb 2020, 20:41
sq9jxb wrote: 24 Feb 2020, 18:06 Hi Terry

I have sent a query to QRZCQ.com, waiting for an answer.

EDIT: If the Developers implement this option then you can test it, the damage in the program will not do it.
Quiet so but

While they are in the Alpha/Beta stages they will be making constant program changes which will inevitably cause us to change code many times to keep it working.

We dont have time for that because we have a very high workload with our own development.

So as I said before please inform us when they have completed their development.
OK