GET /rest/bpm/wle/v2/dashboards/teammember/{teamId}/{username}[?searchFilter={string}]
| Name | Value Type | Description |
|---|---|---|
| searchFilter | string |
Provide search terms to filter the list of tasks on which the returned statistics are calculated. Task fields and business data fields that are available for search will be searched.
Multiple terms can be separated by a space, in which case all of the terms must be found in a task.
Wildcards can be included: ? for single character wildcards, * for variable length wildcards.
To search for terms spelled similarly, use ~ at the end of the term.
|
None
The default content type is application/json.
{
"summary": {
"tasksCompletedToday": 3,
"emailAddress": "",
"phoneNumber": "",
"countOverdue": 1,
"jobTitle": "",
"name": "fdadmin",
"fullName": "fdadmin",
"countAtRisk": 0,
"totalOpenTasks": 4,
"countOnTrack": 3
},
"federationResult": [
{
"restUrlPrefix": "https://9.41.12.67:9443/rest/bpm/wle",
"systemID": "4a8a5317-808e-48fe-964e-ff489ed356ce",
"displayName": "BPM20002",
"systemType": "SYSTEM_TYPE_WLE",
"portalSupportUrlPrefix": "https://9.41.12.67:9443/portal",
"id": "bpm20002",
"taskCompletionUrlPrefix": "https://9.41.12.67:9443/teamworks",
"version": "8.6.2.20002",
"indexRefreshInterval": 2000,
"statusCode": "200"
}
],
"queryExecuteTime": "2020-07-06T13:33:46Z"
}
None
| Code | Description |
|---|---|
| 200 OK | Successful operation.
|
| 401 Unauthorized | Unauthorized. The caller is not authorized for this request.
|
| 403 Forbidden | Forbidden. The caller is not allowed to complete this request.
|
| 406 Not Acceptable | The requested content type or content encoding is not supported. |
| 500 Internal Server Error | Internal Server Error. See the details provided.
|
24.0.0.1
Parent Topic: Team Member Summary Resource