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?
PTTs are missing
Related questions
- Unable to send SMS via http2sms: Missing session parameter
1131
05.02.2022 15:19
- SMS Cost before sending
813
27.10.2022 14:34
- API sms statut toujours en "no template available"
573
24.12.2024 21:36
- URGENT! Cannot send sms by http2sms service
368
20.05.2024 15:33
- SMS account creation limitation
251
20.05.2024 15:33