Trouver la position d'une taxe dans un index (avancé)
Prod Env
https://relay.exostack.cloud/{{relay_path}}
Prod Env
https://relay.exostack.cloud/{{relay_path}}
GET
/api/organisation/taxes/index/key-to-rank
Endpoint avancé de navigation d'index. Donne la position (rang) d'une taxe dans un ordre de tri. Utile pour pagination profonde, reprise de parcours et diagnostics.
Request
Authorization
API Key
Add parameter in header
x-api-key
Example:
x-api-key: ********************
or
Query Params
Responses
🟢200
application/json
Successful Response
Body
🟠400
🟠401
🟠404
🟠409
🟠422
🔴500
Request Request Example
Shell
JavaScript
Java
Swift
curl--location-g--request GET 'https://relay.exostack.cloud//api/organisation/taxes/index/key-to-rank?index&code&description_prefix' \
--header'x-api-key: <api-key>'