APIs REST Endpoints
APIs
Use this API to retrieve information about APIs, and to create, retrieve, and modify custom APIs.
- Add API
- Method: postPath:
/mobile/tools/1.0/apis - Associate Backend with API
- Method: putPath:
/mobile/tools/1.0/mobilebackends/{id}/apis/{apiId} - Delete Backend API Association
- Method: deletePath:
/mobile/tools/1.0/mobilebackends/{id}/apis/{apiId} - Download Implementation Scaffold
- Method: getPath:
/mobile/tools/1.0/apis/{id}/scaffold - Retrieve API
- Method: getPath:
/mobile/tools/1.0/apis/{id} - Retrieve API Dependencies
- Method: getPath:
/mobile/tools/1.0/apis/{id}/dependencies - Retrieve APIs
- Method: getPath:
/mobile/tools/1.0/apis - Retrieve Backend APIs
- Method: getPath:
/mobile/tools/1.0/mobilebackends/{id}/apis - Retrieve Implementations
- Method: getPath:
/mobile/tools/1.0/apis/{id}/implementations - Set Default Implementation
- Method: putPath:
/mobile/tools/1.0/apis/{id}/implementations/default/{implId} - Update API
- Method: putPath:
/mobile/tools/1.0/apis/{id} - Upload Implementation Archive
- Method: postPath:
/mobile/tools/1.0/apis/{id}/implementations - Validate RAML and Prepare Payload
- Method: postPath:
/mobile/tools/1.0/apis/raml