Introduction to WorkSpace
Summary
Workspace is where owners, administrators, publishers, and editors access to manage APIs.
In this section, you can find the workspace documentation.
Workspace sections
The Workspace allows an organization to fully control the process of publishing data resources and APIs, from its collection and resource production to its revision and publication.
Entering the Workspace, the user finds a summary of the recently carried out activity by the organization and a list of enabled options.
In addition, according to its role, it could access the options for creating, editing, or publishing resources and APIs, or manage the configuration of the users and the publication process.
The process of publishing data resources and APIs are managed by a workflow based on roles and revisions.
- Home page: the section contains a list of recent activities of the date and time of the last change in resources created.
- Data sources: this section allows you to configure read or write data sources. You can create data views from the data sources and then create methods of APIs.
- Views: data views allow you to select and transform the collected data, configure parameter validations and relate different sources according to the implementation environment (production, testing and production).
- APIs: APIs section allows you to create APIs, manage multiple versions, configure limits, monitoring and privacy, among other options. API methods connect to data views.
- Statistics: There's a Dashboard with account statistics and APIs usage.
- Configurations: the section contains Account information, allows you to assign roles and create new users, configure the appearance of the developer portal, configures domains, manages resources, categories, and other configurations.
Related Articles
Workspace sign in
Log in To access the Workspace, you must use your user and password. You can access at following link: https://workspace.vor-tex.io/signin/ If you do not have access credentials to the Workspace, you should ask an account administrator. Retrieve ...
Manage my profile
Summary You can modify your profile settings at My profile: https://workspace.vor-tex.io/my-account/ Change name or email To change your name and email, you just need to enter the new values and click Save. Change password To modify the password, you ...
Administrative APIs: introduction
Administrative APIs would allow you to check your account data. Administrative APIs you can consult: Statistics for the use of your APIs Audit queries made to your APIs and responses delivered Health of Methods (SLO) List of users of your account ...
Method define custom error responses
Summary In the same way you can define formats and templates for successful application responses to a method, you can also define error templates for each format you've added and for each type of known error. Set up custom error templates Creating ...
Create APIs methods
Summary In the article Create and manage APIs versions The first necessary steps to create APIs were shown. Methods define the action to be taken on a particular esource. As a first step you should select the option of Add Methodin the API. Add ...