Skip to content
Progres Anda0%
Lanjutan20 menit

REST API Endpoints

Read and write OpexMX data over HTTP.

REST API Endpoints

The REST API lets external systems read and write OpexMX data — assets, work orders, parts — over standard HTTP.

Common Operations

  • GET — list or fetch records
  • POST — create a record (e.g. file a work order from a sensor alert)
  • PATCH / PUT — update
  • DELETE — remove

Tips

Use filtering and pagination on list endpoints. Pulling everything at once is slow and wasteful.