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