Hello first of all,
I’m currently trying to write a Python script that accesses the data of an operation.
The whole thing should go through the Session API / REALM since the data can be retrieved here.
However, I haven’t found an endpoint yet where I can access the required data.
(Keywords: address, units, external notes, priority, etc.)
I also haven’t quite figured out at what address I need to log in with the API Client using Client ID and Secret. So far I keep getting 401 back.
Concretely, the plan is to extract the data and, as soon as an operation is dispatched, write this data to an external service with a REST API.
Maybe someone here can help me and provide the required endpoints.
Best regards, Ben