HI all, where can I learn how to write APIs for SCRM? I know absolutely nothing, I don’t even know where you type what the documentsation tells you to type and what you do with it.
SuiteCRM comes with an API that can be used by other applications, there is a documentation as well as postman-examples.
If you want to extend the existing API with your own methods, I would go for this option:
Just as note: you don’t need to modify the API for custom modules or fields, these elements are compatible ootb with the core API.
If you’re aiming at SuiteCRM v8, you should use the new GraphQL API, although there is little documentation to use, at this point.