For support issues please visit https://jira.deiser.com/support
What's next? Check our backlog and vote the ideas here: https://trello.com/b/kxrEGuIW/profields-public-backlog
The Profields REST & JAVA APIs provide a standard interface for interacting with Profields. You can access to their documentations in the next links:
Profields Rest Api Documentation
Profields Java Api Documentation
Profields REST APIs provide access to resources (data entities) via URI paths. To use a Profields REST API, your application will make an HTTP request and parse the response. Your methods will be the standard HTTP methods like GET, PUT, POST and DELETE. Profields REST APIs operate over HTTP(s) making it easy to use with any programming language or framework.
The input and output format for the Profields REST APIs is JSON.