item/GET
Envoyer des données
Request
Method | URL |
GET | api/item/tableName/{{id}}/ |
Type | Params | Values |
HEAD | access_token | String |
Response
Status | Response |
200 | JSON |
400 | {"msg":"Please specify database version."} |
400 | {"msg":"Invalid database version."} |
401 | {"msg":"Invalid API key."} |
500 | {"msg":"Something went wrong. Please try again later."} |
Exemple
Avec curl.
- {{URL}} URL de l’application
- {{id}} identifiant unique de la fiche
- {{tableName}} nom de la table à mettre à jour
- {{access_token}} est une chaîne
curl -X POST \ {{URL}}/api/item/{{tableName}}/{{id}}/ -H "Authorization: Bearer {{access_token}}" \ -H 'content-type: application/json'