Get Storage Used
Fetch the amount of storage developer utilized
Request
GET: {baseUrl}/developer/:developerID/storageused
Request Payload
| Parameters | Type | Description |
|---|---|---|
level |
string | The level can be dev, app, network and dev_in_ntw |
levelData |
JSON | The level data with appID and networkID(If required) |
- If
devis passed under level, the API returns the complete storage used consumed by the developer in all the networks and apps. - If
appis passed under level, the API returns the storage consumed by the developer under the specific application. For this you need to passnetworkID and appIDunder levelData. -
If
dev_in_ntwis passed under level, the API returns the storage consumed by the developer under the specific network. For this you need to passnetworkIDunder levelData. -
If
networkis passed under level, the API returns the storage consumed by the all the developers under the specific network. For this you need to passnetworkIDunder levelData.
Headers
Learn how to pass authentication headers here.