lastupdt : invalid date format
Posted: Tue Nov 30, 2021 5:17 pm
Hi All,
Great project! I'm trying to use the API to query Bluetooth search results; I've had no problems thus far until I reached 'lastupdt'. The Swagger docs show that the date format should be yyyyMMdd[hhmm[ss]]. When I do so, I receive:
I've also tried encoding the value (as the Swagger test harness does so) and I see the same result.
An example date I am using is as follows: 20210601[1200[00]]
Any suggestions would be appreciated. Thanks.
Great project! I'm trying to use the API to query Bluetooth search results; I've had no problems thus far until I reached 'lastupdt'. The Swagger docs show that the date format should be yyyyMMdd[hhmm[ss]]. When I do so, I receive:
Code: Select all
{"success":false,"message":"invalid lastupdt format."}
An example date I am using is as follows: 20210601[1200[00]]
Any suggestions would be appreciated. Thanks.