Backends REST Endpoints

Backends
Use this API to create, retrieve, and modify backends.
Add Backend
Method: post
Path: /mobile/tools/1.0/mobilebackends
Associate Backend with API
Method: put
Path: /mobile/tools/1.0/mobilebackends/{id}/apis/{apiId}
Associate Backend with Collection
Method: put
Path: /mobile/tools/1.0/mobilebackends/{id}/collections/{colId}
Delete Backend API Association
Method: delete
Path: /mobile/tools/1.0/mobilebackends/{id}/apis/{apiId}
Delete Backend Collection Association
Method: delete
Path: /mobile/tools/1.0/mobilebackends/{id}/collections/{colId}
Retrieve Backend
Method: get
Path: /mobile/tools/1.0/mobilebackends/{id}
Retrieve Backend APIs
Method: get
Path: /mobile/tools/1.0/mobilebackends/{id}/apis
Retrieve Backend Collections
Method: get
Path: /mobile/tools/1.0/mobilebackends/{id}/collections
Retrieve Backend Dependencies
Method: get
Path: /mobile/tools/1.0/mobilebackends/{id}/dependencies
Retrieve Backends
Method: get
Path: /mobile/tools/1.0/mobilebackends
Update Backend
Method: put
Path: /mobile/tools/1.0/mobilebackends/{id}