POST api/group/{groupId}/bulksetsearchteam
Set the Team Group for multiple searching roles
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| groupId | integer |
Required |
Body Parameters
BulkSetGroupSearchTeamCommandDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| TeamGroupId | integer |
None. |
|
| GroupSearchingRoleIds | Collection of integer |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{
"TeamGroupId": 1,
"GroupSearchingRoleIds": [
1,
2
]
}
Response Information
Resource Description
JobInvocationDetailsDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| SupportsCancellation | boolean |
None. |
|
| ReportsProgress | boolean |
None. |
|
| InitialStatusText | string |
None. |
|
| JobReference | globally unique identifier |
None. |
|
| Success | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"SupportsCancellation": true,
"ReportsProgress": true,
"InitialStatusText": "sample string 3",
"JobReference": "8e5c3f5b-64d9-4b03-9f96-24e5281f9127",
"Success": true
}