Backends REST Endpoints
Backends
Use this API to create, retrieve, and modify backends.
- Add Backend
- Method: postPath:
/mobile/tools/1.0/mobilebackends - Associate Backend with API
- Method: putPath:
/mobile/tools/1.0/mobilebackends/{id}/apis/{apiId} - Associate Backend with Collection
- Method: putPath:
/mobile/tools/1.0/mobilebackends/{id}/collections/{colId} - Delete Backend API Association
- Method: deletePath:
/mobile/tools/1.0/mobilebackends/{id}/apis/{apiId} - Delete Backend Collection Association
- Method: deletePath:
/mobile/tools/1.0/mobilebackends/{id}/collections/{colId} - Retrieve Backend
- Method: getPath:
/mobile/tools/1.0/mobilebackends/{id} - Retrieve Backend APIs
- Method: getPath:
/mobile/tools/1.0/mobilebackends/{id}/apis - Retrieve Backend Collections
- Method: getPath:
/mobile/tools/1.0/mobilebackends/{id}/collections - Retrieve Backend Dependencies
- Method: getPath:
/mobile/tools/1.0/mobilebackends/{id}/dependencies - Retrieve Backends
- Method: getPath:
/mobile/tools/1.0/mobilebackends - Update Backend
- Method: putPath:
/mobile/tools/1.0/mobilebackends/{id}