Files
tilbudgivern/apitest/examples/endpoint_inventory.csv

1.7 KiB

1namegraphqlFieldoperationriskdescriptionexampleScript
2casescasesqueryreadListe/paginering af sager (cases).examples/curl_cases.sh
3caseByIdcaseByIdqueryreadHent detaljer for en enkelt case via id.examples/curl_case_by_id.sh
4offersoffersqueryreadLister tilbud / offers (pagination).examples/curl_offers.sh
5offerofferqueryreadHent tilbudsdetaljer via id (root field 'offer').examples/curl_offer_by_id.sh
6createOffercreateOffermutationwriteOpret nyt tilbud. Kræver write-permission; tests skal inkludere rollback/cleanup.examples/curl_create_offer.sh
7uploadCaseDocumentuploadCaseDocumentmutation (upload)uploadUpload dokument til en case (multipart upload).examples/curl_upload.sh
8customerscustomersqueryreadSøg/udtræk kunder (pagination og filter input).examples/curl_customers.sh
9customercustomerqueryreadHent kundedetaljer via id (root field 'customer').examples/curl_customer_by_id.sh
10productsproductsqueryreadProduktliste / søgning.examples/curl_products.sh
11usersusersqueryreadListe brugere i systemet.examples/curl_users.sh
12salesInvoicessalesInvoicesqueryreadListe salgs-fakturaer (pagination).examples/curl_sales_invoices.sh
13creditorInvoicescreditorInvoicesqueryreadListe kreditor-fakturaer.examples/curl_creditor_invoices.sh
14departmentsdepartmentsqueryreadListe afdelinger.examples/curl_departments.sh
15installationsinstallationsqueryreadListe installationer.examples/curl_installations.sh
16servicesservicesqueryreadListe services.examples/curl_services.sh
17todostodosqueryreadListe todo-items.examples/curl_todos.sh
18eventseventsqueryreadListe kalender-events.examples/curl_events.sh