Kasutaja tarvikud

Lehe tööriistad



et:api_direct

Erinevused

Siin näed erinevusi valitud versiooni ja hetkel kehtiva lehekülje vahel.

Lõlita võrdlemise vaatele

Both sides previous revisionPrevious revision
Next revision
Previous revision
et:api_direct [2026/03/09 15:22] – [📦 API Resources & Endpoints] toomaset:api_direct [2026/05/05 13:56] (Hetkel kehtiv) – [📦 API Resources & Endpoints] toomas
Rida 10: Rida 10:
   * API key (obtain from your Directo administrator)   * API key (obtain from your Directo administrator)
   * Basic understanding of REST APIs and HTTP methods   * Basic understanding of REST APIs and HTTP methods
-  * API Resources and Endpint can be found in Postman collection. Response field list managed in Directo ERP. Postman collection can be downloaded here: {{:et:toomas20260309-152043.json|POSTMAN}}+  * API Resources and Endpint can be found in Postman collection. Response field list managed in Directo ERP. Postman collection can be downloaded here: {{:et:toomas20260401-145732.json|POSTMAN}}
 ==== Quick Start Guide ==== ==== Quick Start Guide ====
  
Rida 172: Rida 172:
 </code> </code>
 **Key Principle:** Use the exact field name as it appears in the API response (or as you see it in the ERP system). **Key Principle:** Use the exact field name as it appears in the API response (or as you see it in the ERP system).
 +
 +====Contains Filtering ====
 +This filtering allows you to search for values containing a specific substring.
 +
 +This works like SQL LIKE'' '%text%' ''logic.
 +Use it when you need flexible filtering for names, codes, descriptions, or any other text fields
 +
 +<code>
 +GET {{baseUrl}}/v{{version}}/customers?name=%john%
 +</code>
 +
  
 ==== Comparison Operators ==== ==== Comparison Operators ====
Rida 230: Rida 241:
 If you have custom fields defined in your ERP system (visible in the datafields array), you can filter by them: If you have custom fields defined in your ERP system (visible in the datafields array), you can filter by them:
 <code> <code>
-GET {{baseUrl}}/v{{version}}/items?IS_WEIGHT=1 +GET {{baseUrl}}/v{{version}}/items?data_row_code=ART_PROJ 
-GET {{baseUrl}}/v{{version}}/items?VISUAL_VERIFICATION=1+GET {{baseUrl}}/v{{version}}/items?data_row_code=ART_PROJ,BRAND
 </code> </code>
 **How to Find Custom Field Names:** Make a request without filters and examine the datafields array in the response. **How to Find Custom Field Names:** Make a request without filters and examine the datafields array in the response.
Rida 320: Rida 331:
 GET {{baseUrl}}/v{{version}}/resources GET {{baseUrl}}/v{{version}}/resources
 GET {{baseUrl}}/v{{version}}/sales_contracts GET {{baseUrl}}/v{{version}}/sales_contracts
 +GET {{baseUrl}}/v{{version}}/replacementlogs
 +GET {{baseUrl}}/v{{version}}/users
 +GET {{baseUrl}}/v{{version}}/recipes
  
  
 </code> </code>
  
-Postman collection can be downloaded here: {{:et:toomas20260309-152043.json|Directo API postman collection}}+Postman collection can be downloaded here: e: {{:et:toomas20260401-145732.json|Directo API postman collection}}
  
  
et/api_direct.1773062520.txt.gz · Viimati muutnud: 2026/03/09 15:22 persoon toomas

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki