This topic describes how to view, clone, delete, and move an API.
View an API
- On the Service Development page, click the business process to which the API that you want to manage belongs.
- Right-click the API that you want to manage and select View Details. Note The View Details option appears only in the shortcut menu of an API that has been published. If an API has not been published, double-click the API to go to the configuration tab of the API. Then, click Properties in the right-side navigation pane to view its basic information.
Clone an API
You can clone an API to a specified folder in the directory tree.
- On the Service Development page, click the business process to which the API that you want to manage belongs.
- Right-click the API that you want to clone and select Clone.
- In the Clone API dialog box, configure the parameters.
Parameter Description API Name The name of the cloned API. The name must be 4 to 50 characters in length and can contain letters, digits, and underscores (_). It must start with a letter. API Path The path of the cloned API. Example: /user. The path can be up to 200 characters in length and can contain letters, digits, underscores (_), and hyphens (-). It must start with a forward slash (/).
Destination Folder The folder in which the cloned API is stored. - Click Determine.
Delete an API
You can delete only APIs that have not been published. To delete APIs that have been published, you must unpublish them first.
- Unpublish the API that you want to delete. If the API that you want to delete is in the Unpublished state, skip this step.
- On the Service Development page, click the business process to which the API that you want to manage belongs.
- Right-click the API that you want to delete and select Delete.
- In the Delete API message, click Determine. Note Deleted APIs cannot be recovered. Exercise caution when you delete an API.
Move an API to another folder
You can move only APIs that have not been published. To move APIs that have been published, you must unpublish them first.
- Unpublish the API that you want to delete. If the API that you want to delete is in the Unpublished state, skip this step.
- On the Service Development page, click the business process to which the API that you want to manage belongs.
- Right-click the API that you want to move to another folder and select Mobile.
- In the Modify file path dialog box, set the Destination Folder parameter.
- Click OK. Important After you move an API, the group to which the API belongs may change. The endpoint for calling this API after it is published may also change. Exercise caution when you move an API to another folder.