Software AG Products 10.5 | Administering API Portal | API Portal REST APIs | Manage Communities
 
Manage Communities
API Portal provides the capability to retrieve the list of communities and the APIs that are part of the required communities. Also, you can add or delete the APIs from a community. API Portal provides the following REST APIs and the resources to manage communities:
API Details
Path: /communities
Method: GET
Description: Retrieves the list of communities present in API Portal.
Path: /communities/{community-id}
Method: GET
Description: Retrieves the details of a specific community.
Path: /communities/{community-id}/apis
Method: GET
Description: Retrieves the list of APIs associated to a specific community.
Path: /communities/{community-id}/apis
Method: POST
Description: Adds APIs to a specific community.
Path: /communities/{community-id}/apis
Method: DELETE
Description: Removes API from a specific community.
Path: /communities/{community-id}/ apis/{api-id}
Method: DELETE
Description: Removes a specific API from a specific community.
Path: /communities/{community-id}/users
Method: GET
Description: Retrieves the list of users that are part of a specific community.