cURL
curl --request GET \ --url https://api.duix.ai/duix-openapi-v2/sdk/v2/getconcurrentNumber \ --header 'token: <api-key>'
{ "code": "200", "data": { "cropId": "your-crop-id", "totalConcurrentNumber": 10, "userConcurrentNumber": 10 }, "message": "", "success": true }
Retrieve the real-time concurrency status of an application
Token generated from your API keys.
Application ID created on the Duix platform
plant response
Response code.
Concurrency details
Show child attributes
Corporate ID
Total concurrent sessions
User-specific concurrent sessions
Response message.
Indicates whether the request succeeded.