Admin Controlled Via API

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dodom2
    Senior Member
    • Jan 2020
    • 198

    Admin Controlled Via API

    Can we control things such as adding new fields to a entity via api?
  • esforim
    Active Community Member
    • Jan 2020
    • 2204

    #2
    From my understanding with most API, it there to retrieve and input data. Rarely used to "create" new field.

    Comment

    • yuri
      Member
      • Mar 2014
      • 8440

      #3
      In Espo frontend communicates with backend through API. So literally 99% of actions are available through API.

      But you will need to use basic authorization to be able to login as admin used. This is not very secure way since that user will have an access to everything.
      If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

      Comment

      • dodom2
        Senior Member
        • Jan 2020
        • 198

        #4
        Thank you guys.

        Comment

        Working...