Get group suggestion status
Query group suggestion status of the scope.
GET /openapi/v1/app_scopes/{app_scope_id}/suggest_groups_status
Parameters: The request URL contains the following parameters
Name |
Type |
Description |
---|---|---|
app_scope_id |
string |
The unique identifier for the scope. |
Response object: Returns an object with the following attributes:
Name |
Type |
Description |
status |
string |
Status of the group suggestion. Values: PENDING, COMPLETE, or FAILED |
Sample python code
app_scope_id = '5d02b493755f0237a3d6e078'
resp = restclient.get('/app_scopes/%s/suggest_groups_status' % app_scope_id)