- We have webhooks that the SCM app can call when doing AI functions
-
Can you give me more example of multi? Are you asking if customer can login to see tasks related only to them? The SCM app doesn’t have profiles, so it doesn’t matter who logins into the app, all settings and tasks are global and shared.
The login is for licensing only, once you are in the app its the same data for everyone who has access to that PC. -
All create end points correspond to a task. When you call the ‘create’ endpoint it returns you a json of all the parameters used by that task. You can then make edits to it and reupload changes via the POST /project/data/:id endpoint.
Because some tasks have a lot of parameters, you should always call a get task data to get the JSON object, then make your edits and upload them via the POST project data.
Hope that makes sense. Happy to clarify any of the above.
Maybe workflow examples might be better?