Help
Academy
  • INTRODUCTION
  • About Reasy
  • Why Choose Reasy?
  • User Registration
  • Invite & Manage Users
  • GETTING STARTED
    • Create Your First App
    • App Dashboard
    • Workspace
      • Engine Explorer
      • Navigation Explorer
      • Canvas
      • Tools
        • Screen Components
          • Input Elements
          • Containers
          • Texts
          • Buttons
          • Charts
          • Grids
          • Cards
          • Files & Images
          • Custom Components
          • Pre-built Screens
        • Custom Screen Components
        • BPMN Components
        • Data-Driven Plugins
          • Data Sources
            • SQL Plugin
            • Session Plugin
            • MakeServerURL
            • PrivatePDM
            • Logout
            • MethodInvoker
            • UMPlugin
            • APIConsumer
            • EmailReaderPlugin
            • FileReaderPlugin
            • FileWriterPlugin
            • FileDownloadPlugin
            • FileUtils
            • PropertyReader
            • DateUtils
            • JsonUtils
            • JoinPlugin
            • EncryptDecrypt
            • StringUtils
          • Data Display
          • Business Tools
      • Property Editor
        • General Properties
        • Design Properties
    • Engines
      • Screens
        • Responsive Grid System
        • Building App Layout
        • Building Screens
        • Creating Pop-up Screens
        • Events and Actions
        • Importing Screens
          • Importing an HTML
          • Importing a Figma Screen
          • Importing a PDF
          • Importing a Screenshot
          • Importing a Hand-drawn Sketch
          • Text to Screen
        • Manage Screens
      • Data Modeler
        • Setting up a Data Source
        • Creating a Model
          • Adding Computational Formula
          • Adding Validations
        • Importing a Data Model
        • Entity Relationships
        • Exporting a Data Model
      • APIs
        • A Step-by-Step Guide to Build an API
        • Creating an API Service
        • API Configuration
        • Publishing API
        • API Authentication
        • Consuming REST APIs
        • Manage API Services
      • Navigation
        • Layout Setup
        • Creating Microapps
        • Manage Microapps
      • Page
      • Workflow
        • Creating Workflows
        • Workflow Templates
        • Optimizing Complex Workflows
        • Manage Workflows
      • User Management
        • Users
        • Roles
        • Policies
        • Password Policies
        • Data Rules
      • Resources
      • Languages
        • Translating App Language
        • Manage Languages
    • App Management
  • TECHNICAL INFORMATION
Powered by GitBook
On this page
  • Search API Services
  • Filter API Services
  • Export API Flow
  • Create a copy of an API Service
  • Set API Expiry Time
  • Delete an API Service
  • Download API Document

Was this helpful?

  1. GETTING STARTED
  2. Engines
  3. APIs

Manage API Services

PreviousConsuming REST APIsNextNavigation

Last updated 1 year ago

Was this helpful?

This article tells you how to manage an API service.

Search API Services

Search for an API service by its name if you have multiple. The platform returns the search results as you type.

Filter API Services

Filter your API services for a classified view by clicking. Also, you can view:

  • The entities mapped to the APIs in your app

  • The screens to which the APIs are bound

  • The user(s) who created these APIs

  • The Modified date

Export API Flow

To export an API’s flow, right-click and select Export flow. You get the flow in your local storage in “.apiflow” format.

Create a copy of an API Service

To duplicate an API service with desired configurations, right-click it and select Duplicate. You get a copy of that API.

Set API Expiry Time

For the public APIs, you can set the expiry time to make an API available only for a certain period. To do so, right-click the API and select Set Expiry Time to set the date and time.

Delete an API Service

If the API services are no longer in use, you can delete them.

To delete an API, right-click it and select Delete. If that API is bound to your app’s screens, the platform forbids the action and shows you the screens to which the service is bound.

Download API Document

API documents provide intermediary applications with a smooth developer experience. It’s a primary resource that explains what is possible with your API and how to get started.

Note:

1. The default CRUD services created for the entities are forbidden to edit or rename. However, you can alter their flow. 2. As you publish an API, it gets activated. To deactivate it, right-click and select Deactivate. To reactivate it, select Activate. 3. You can set an expiry time only for public APIs.

To download, open the API, clickin the canvas toolbar, and then select Download Doc as PDF. A PDF document will be downloaded to your default downloads directory in local storage. To download the API in XML format, select Download WSDL.