- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Restful API
Hi!
And I would like to ask about Restful API. Is it possible to connect First Spirit with some? Using SiteArchitect or ContentCreator?
Thank you for any answer.
- Labels:
-
Q and A
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
my favorite answer is โIt depends!โ ๐
What do you want to do?
Case 1: An Application should talk to FirstSpirit (Application --> FirstSpirit)
FirstSpirit itself has a Java-API (but as far as I know no REST-API) which you can use to build up a connection to FirstSpirit from another Java-Application and then do everything you can do by using the UserInterface.
You can find information about this API in the FirstSpirit-Documentation and you can find the JavaDoc here: http://www.e-spirit.com/odfs52/access/
Case 2: FirstSpirit should talk to another Application e.g. obtain data during a generation, or trigger an operation if a user clicks a button or something (FirstSpirit --> Application)
Here you could write a FirstSpirit Module (which is also using the Java-API which I have mentioned above) containing a Module-Component matching to your needs (e.g. a Service, a DataAccessPlugin, an Executable, etc.). From inside of this module noting should stop you to call an external REST-API and do all of the CRUD-Operations you want to do.
You can find more information about FirstSpirit Modules in the FirstSpirit-Documentation.
So if you want to connect another application with the Help of a REST-API so that a User in the SiteArchitect or ContentCreator can do CRUD-Operations in this application you will have to write this integration by yourself but is should be possible.
Greeting
Sandro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Nobody knows?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
my favorite answer is โIt depends!โ ๐
What do you want to do?
Case 1: An Application should talk to FirstSpirit (Application --> FirstSpirit)
FirstSpirit itself has a Java-API (but as far as I know no REST-API) which you can use to build up a connection to FirstSpirit from another Java-Application and then do everything you can do by using the UserInterface.
You can find information about this API in the FirstSpirit-Documentation and you can find the JavaDoc here: http://www.e-spirit.com/odfs52/access/
Case 2: FirstSpirit should talk to another Application e.g. obtain data during a generation, or trigger an operation if a user clicks a button or something (FirstSpirit --> Application)
Here you could write a FirstSpirit Module (which is also using the Java-API which I have mentioned above) containing a Module-Component matching to your needs (e.g. a Service, a DataAccessPlugin, an Executable, etc.). From inside of this module noting should stop you to call an external REST-API and do all of the CRUD-Operations you want to do.
You can find more information about FirstSpirit Modules in the FirstSpirit-Documentation.
So if you want to connect another application with the Help of a REST-API so that a User in the SiteArchitect or ContentCreator can do CRUD-Operations in this application you will have to write this integration by yourself but is should be possible.
Greeting
Sandro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you bIT.sosswald! For now I think first option is enough (App -> FS) Whare can I download the Documentation, because I need some credentials for http://www.e-spirit.com/odfs52/access/?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have message:
"It appears you're not allowed to view what you requested. You might contact your administrator if you think this is a mistake."
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Unser einer kann das nicht sehen, kein Recht?
Geht das besser?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hallo Konrad,
die von MarsDDโ verlinkten Zugangsdaten liegen im "Developer" Bereich der Community.
Wenn ihr darauf keinen Zugriff habt, liegt das vermutlich daran dass ihr, warum auch immer, nicht die "Developer" Rechte habt. Das kรถnnen nur die Kollegen der e-Spirit รคndern. (Am besten an den Helpdesk wenden.)
Wichtig bei der Anmeldung an der Community ist immer die Firmen E-Mail Adresse zu verwenden. Normalerweise wird darรผber geprรผft ob und welcher Partner- bzw. Kundenstatus vorliegt und dann darauf basierend die jeweiligen Rechte freigeschalten.
Grรผรe
Sandro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hallo โSandro,
vielen Dank fรผr die prompte Antwort!
Ich bin beim Bikom e.V.
Wir haben eine groรe FirstSpirit Website: bitkom.org die bei Materna gehostet ist.
An wen konkret: โKollegen der e-Spiritโ mรผsste ich mich wenden?
Viele Grรผรe von
Konrad Tadesse
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hallo Konrad,
ich wรผrde es hierรผber eintรผten: FirstSpirit Technical Support.
Falls auch dort kein Zugang besteht, dann รผber euren Partnermanager oder Kundenbetreuer. Wer das genau ist kann ich als nicht e-Spirit Mensch leider nicht sagen. ๐
Grรผรe
Sandro
PS: Die API Dokumentation ist aber auch bei jedem FirstSpirit Server direkt mit dabei und kann unter folgender URL aufgerufen werden: http://[host]:[port]/help/odfs/access/index.html

