Get App details
Description:
Get details of the app
Request
https://api.moinet.io/moibit/v1/appdetails
Request type - POST
#
HeadersHeader Key | Header Value | Optional |
---|---|---|
nonce | <developer_nonce> | No |
signature | <signature gotten after signing developer_nonce by developer> | No |
developerKey | public id of the developer | No |
networkID | ID of the network the app belongs to | No |
appID | ID of the app | No |
#
Response ArrayField | Description |
---|---|
appID | Unique Id of the application |
appName | Unique name of the application |
networkID | ID of the network app belongs to |
networkName | Name of the network app belongs to |
appDescription | Description of the app |
replication | replication factor set for app |
encryptionType | Encryption type set for app |
customKey | Custom key to encrypt files under app if opted for. |
isActive | App is active or not |
isRemoved | Whether app removed or not |
recoveryTime | Recovery time for app to restore the data |
endUser | List Enduser who is part of the app |