PANTHEON™ Help

 Toc
 Početna stranica - PANTHEON uputstva
[Collapse]PANTHEON
 [Collapse]PANTHEON priručnici
  [Expand]Vodič po Datalab PANTHEON FarmAccounting
  [Expand]Vodič po PANTHEON Retail
  [Expand]Vodič po DataLab PANTHEON™
  [Expand]Vodič po PANTHEON VET
 [Collapse]PANTHEON korisnički priručnici
  [Expand]Korisnički priručnik za DataLab PANTHEON
  [Expand]Korisnički priručnik za PANTHEON Vet
  [Expand]Korisnički priručnik za PANTHEON Maloprodaju
  [Expand]Korisnički priručnik za PANTHEON Farming
[Collapse]PANTHEON Web
 [Collapse]Vodiči po PANTHEON Web
  [Expand]Vodič za PANTHEON Web Terminal
  [Expand]Vodič po PANTHEON Web Light
  [Expand]Vodič za PANTHEON Web Legal
  [Expand]Arhiva starih proizvoda
 [Collapse]Korisnički priručniki za PANTHEON Web
  [Expand]Kako započeti s programom PANTHEON Web
  [Expand]Korisnički priručnik za PANTHEON Web Light
   Korisnički priručnik za PANTHEON Web Terminal
  [Expand]Korisnički priručnik za PANTHEON Web Legal
  [Expand]Arhiva starih proizvoda
[Collapse]PANTHEON Granule
 [Collapse]Vodič za PANTHEON Granule
  [Expand]Granula Kadrovi
  [Expand]Granula Putni nalozi
  [Expand]Granula Dokumenti i zadaci
  [Expand]Granula Nadzorna ploča
  [Expand]Granula B2B naručivanje
  [Expand]Granula Servis na terenu
  [Expand]Inventar Fiksne Imovine Granula
  [Expand]Granula Inventura skladišta
 [Collapse]Korisnički priručnik za PANTHEON Granule
   Početak
   Primjer korištenja PANTHEON Granula u fiktivnom preduzeću
  [Expand]PANTHEON Granule i aktivacija
  [Expand]Granula Kadrovi
  [Expand]Granula Putni nalozi
  [Expand]Granula Dokumenti i zadaci
  [Expand]Granula B2B Naručivanje
  [Expand]Granula Nadzorna ploča
  [Expand]Granula Servis na terenu
   PANTHEON Granule - česta pitanja i odgovori
  [Expand]Inventar Fiksne Imovine Granula
  [Expand]Inventar u skladištu granula
  [Expand]Arhiva
[Collapse]Korisničke stranice
  Test 2
  Test 3
  Test 5
  TEST_Kreiranje noveg zaposlenika 1000003067
  TEST_Kreiranje noveg zaposlenika 1000003067-MK
  TEST3_Kreiranje novog dokumenta 1000003410-SL
  TEST2_Uređivanje kontaktnih podataka 1000003415-SL
  Test
 [Collapse]Test za CG
   Test podređeni 1
  TEST_Kreiranje noveg zaposlenika 1000003067-BA
  TEST_Kreiranje novog zaposlenika 1000003067-SR
  TEST_Kreiranje noveg zaposlenika 1000003067_EU_ORIG
 [Collapse]Pantheon hosting
  [Expand]Hosting robot
  [Expand]DEMO hosting
  Porez ( cookies )
 [Collapse]Prijava na korisničke stranice
   Registracija za Pantheon korisnike
   Glavna stranica
   Prva posjeta korisničkom sajtu
  Novosti
  Uvod u Wiki
  Upute za stranicu izbornika
 [Collapse]Potpora
  [Expand]Tehnička podrška
   Podrška na daljinu za Host korisnike
  [Expand]Daljinska podrška
  Kako upotrebljavam i dopunjujem wiki ?
 [Collapse]Pomoć
   Pantheon Hosting
   Uporedba verzija pantheona
  [Expand]Dokumentacija
   Vsa navodila
   Video uputstva
   Video novosti
   Pitaj druge korisnike
   Postanite PANTHEON svetovalec
   Sve vijesti
   Svi događaji
   Pregled opomb i planova
   Plan
 [Collapse]Informacije
   Obavijesti
  [Expand]Nastavitev deviznih tečajev
 [Collapse]Moji podaci
   Ugovor o osvježavanju
   Podaci o kompaniji
  [Expand]Pooblaščene osobe
   Dovoljenja
   Lični podaci
   Kontaktni podatci
   Osveževalna pogodba
 [Collapse]Forum
   Spremljanje foruma
 [Collapse]Video
   Instruktivni videozapisi
   Video Ažuriranja
  Portal za razvijače
  Tržnica
 [Collapse]Wiki uputstva
  [Expand]Uvod u wiki
  [Expand]Pretraga po Wikiju
  [Expand]Uređenje Wiki-a
   Pripenjanje dokumentov

Load Time: 343,7731 ms
"
  6613 | 1 | |
Label


REST mailbox

The REST mailbox block enables that any REST can be called from a workflow.

The block can be accessed from the menu Settings | Documentation | Workflow Design by clicking the panel Design | Input/Output.

HINT

REST (Representational State Transfer) is an architecture for exchanging data between web services.

 

Variables are specified in the mailbox and/or workflow and sent to the request. The response is stored to variables and/or a file.

HINT

For the REST mailbox block to work properly, it is necessary to create and properly configure the mailbox in the menu Settings | Program | Administration Panel | Settings | Documentation | Mailboxes in PANTHEON.

Double-clicking the REST mailbox block opens the REST mailbox window, which is divided into two parts for defining the required settings:

 

1. General

In this section, you need to define the general mailbox data to enable data exchange with the web service.

Mailbox

From the drop-down list, select the mailbox you want to use for data exchange with the web service (must have been created beforehand).

HINT

For more information on how to create a mailbox, see the chapter Setting up a REST mailbox in the user manual.

 

Operation

Identifier for retrieving data used in a workflow, such as method type, URL, etc.

Data

Displays any data from the selected mailbox, e.g. the path to use a variable from the mailbox and from the workflow.

Resource

Enter the URL link for the specific action.

Request timeout s

If needed, enter the request timeout in seconds.

2. Tabs

2.1 Body

Request content

Select the type of method (data format) that you want to send to the web service.

Response content

Select the type of method (data format) that you want to receive from the web service.

(Input field)

Enter the request parameters corresponding to the selected method (e.g. in the JSON format as shown in the image above).

2.2 Authentication

Auth type

From the drop-down list, select one of the available Auth types:

  • No Auth – No authentication.
  • API key – Authentication using API key. If selected, the following fields appear:
    • Key – Enter the API key obtained from the web service.
    • Value – Enter the value of the API key.
  • Basic Auth – Authentication using a username and password. If selected, the following fields appear:
    • User – Enter the username.
    • Password – Enter the password.
  • Bearer Token – Authentication using a security token. If selected, the following fields appear:
    • Token – Enter the security token.
  • Token – Authentication using an access token. If selected, the following fields appear:
    • Token – Enter the access token.

2.3. Custom headers

In the tab, you can customize the request header.

Key

Enter the name of the key.

Value

Enter the value of the key.

There are 3 buttons at the bottom of the window:

Reset

Returns all field values to default or empty.

OK

Saves information and closes the window.

Cancel

Closes window without saving.

 

  

     


Rate this topic
Was this topic usefull?
Comments
Comment will also bo visible in forum!