Páginas filhas
  • Backoffice Dashboard - Questions and Answers

01. FREQUENTLY ASKED QUESTIONS

The Representational State Transfer, or simply REST, is a software engineering technique for distributed hypermedia systems, such as the World Wide Web. The term originated in the year 2000, in a doctorate thesis (PHD) about the web written by Roy Fielding, one of the main authors of the HTTP protocol specifications used by Internet websites.

"REST (Representational State Transfer) is intended to evoke an image of how a well-designed Web application behaves: a network of web pages (a virtual state-machine), where the user progresses through an application by selecting links (state transitions), resulting in the next page (representing the next state of the application) being transferred to the user and rendered for their use." - Dr. Roy Fielding


The term REST originally referred to a set of architecture principles. Currently, it is used in a broader sense to describe any simple web interface that uses XML, JSON and HTTP, without the additional abstractions and overheads of protocols based on message exchange standards, such as the SOAP protocol.


  • For further details, refer to the following documentation: REST ADVPL

The "503 Error Page" error indicates the server is temporarily unavailable, that is, it cannot execute the user's request at that moment.
A few factors may cause this problem, such as:

  • API service down.
  • API may be calling a nonexistent address.
  • Server instability.


The message: A few factors may cause "the server is unresponsive", such as:

  • The REST service may not be correctly configured.
  • The REST service may be down or unstable.
  • The Server may be off.


For further details, check our documentation: Example of Use - Card Service

For further details, check our documentation: Example of Use - Bar/Line Chart Service

For further details, check our documentation: Example of Use - Pie/Polar Chart Service