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
- API sms statut toujours en "no template available"
2841
24.12.2024 21:36
- OVHcloud SMS API: Are PTT Codes Always Reporting 0 for delivered and Undelivered SMS?
2451
27.06.2025 18:03
- Unable to send SMS via http2sms: Missing session parameter
2186
05.02.2022 15:19
- SMS Cost before sending
2154
27.10.2022 14:34
- URGENT! Cannot send sms by http2sms service
1296
20.05.2024 15:33
- SMS account creation limitation
1148
20.05.2024 15:33