I am trying to create a web interface to interact with OVH's API using the official JAVA wrapper OVH java wrapper.
I am trying to use a GET endpoint with parameters. this is the endpoint:
GET /telephony/{billingAccount}/line/{serviceName}/statistics
Parameters: buildingAccount : string;
serviceName: string;
timeframe: string;
type : string
This is how I am doing the call:
api.get("/telephony/{myBuildingAccount}/line/{myServiceNumber}/statistics", "timeframe=daily&type=maxDelay", true);
But I am getting an error 400 bad signature.
Could someone help me with this ?
OVH JAVA API using Get request with parameters
Sujets apparentés
- Digital Lunch Pad
4084
18.12.2017 17:22
- Bienvenue ! Posez vos questions
4023
19.10.2016 15:01
- Création d'une clé API pour un GET /telephony/{billingAccount}
3582
31.05.2017 09:47
- Ip dynamique chez OVH
3572
10.03.2017 19:50
- Mettre de nouvelles photos photos du site
2633
31.01.2017 08:42
- Infos générales au sujet de l'API OVH
1672
28.08.2020 17:20
- Que choisir pour ma machine virtuelle ?!
1586
01.02.2021 14:45
- Avantages et éligibilité
1534
07.02.2021 23:40
- Impossibilité de payer par Voucher Startup Program
1526
10.01.2022 18:52