PTTs are missing
... / PTTs are missing
BMPCreated with Sketch.BMPZIPCreated with Sketch.ZIPXLSCreated with Sketch.XLSTXTCreated with Sketch.TXTPPTCreated with Sketch.PPTPNGCreated with Sketch.PNGPDFCreated with Sketch.PDFJPGCreated with Sketch.JPGGIFCreated with Sketch.GIFDOCCreated with Sketch.DOC Error Created with Sketch.
Question

PTTs are missing

by
GabrielM7
Created on 2020-02-25 10:18:17 (edited on 2024-09-04 14:25:38) in SMS

I use OVH REST API in order to send SMS.

My app is able to recover the sms histories for clients. But it seems that ptts are missing (I don't know since when).

When I get the history this way:
- I ask all the outgoing ids for a tag (`/sms/{serviceName}/users/{login}/outgoing`)
- for each ids, I get the outgoing (`/sms/{serviceName}/users/{login}/outgoing/{id}`)
- I get the ptt id in the outgoing:

{
____sms.Outgoing: {
________description: "Sms history of sms outgoing sent"
________properties: {
____________(...),
____________ptt: {
________________fullType: "long"
________________type: "long"
________________readOnly: true
________________canBeNull: false
____________},
____________(...)
________}
____}
}

- I ask the ptt for this id (`/sms/ptts`)

But the id for every outgoing is `0` and then the ptt I get is always:
duration: temporary
description: undefined
comment: not defined

Is there a new way to get the PTT?


Replies are currently disabled for this question.