Skip to content

Commit ff2ea57

Browse files
author
PureCloud Jenkins
committed
doc publish
1 parent 627c682 commit ff2ea57

27 files changed

Lines changed: 315 additions & 166 deletions

.lastupdated

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2026-01-16T10:13:05
1+
2026-01-22T11:55:05

docs/gc_conversations_calls_participants_communications.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
### SEE ALSO
3131

3232
* [gc conversations calls participants](gc_conversations_calls_participants.html) - /api/v2/conversations/calls/{conversationId}/participants
33+
* [gc conversations calls participants communications postflowaction](gc_conversations_calls_participants_communications_postflowaction.html) - /api/v2/conversations/calls/{conversationId}/participants/{participantId}/communications/{communicationId}/postflowaction
3334
* [gc conversations calls participants communications update](gc_conversations_calls_participants_communications_update.html) - Update conversation participant`s communication by disconnecting it. This endpoint does not update wrapup.
3435
* [gc conversations calls participants communications uuidata](gc_conversations_calls_participants_communications_uuidata.html) - /api/v2/conversations/calls/{conversationId}/participants/{participantId}/communications/{communicationId}/uuidata
3536
* [gc conversations calls participants communications wrapup](gc_conversations_calls_participants_communications_wrapup.html) - /api/v2/conversations/calls/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
## gc conversations calls participants communications postflowaction
2+
3+
/api/v2/conversations/calls/{conversationId}/participants/{participantId}/communications/{communicationId}/postflowaction
4+
5+
### Synopsis
6+
7+
/api/v2/conversations/calls/{conversationId}/participants/{participantId}/communications/{communicationId}/postflowaction
8+
9+
### Options
10+
11+
```
12+
-h, --help help for postflowaction
13+
```
14+
15+
### Options inherited from parent commands
16+
17+
```
18+
--accesstoken string accessToken override
19+
--clientid string clientId override
20+
--clientsecret string clientSecret override
21+
--environment string environment override. E.g. mypurecloud.com.au or ap-southeast-2
22+
-i, --indicateprogress Trace progress indicators to stderr
23+
--inputformat string Data input format. Supported formats: YAML, JSON
24+
--outputformat string Data output format. Supported formats: YAML, JSON
25+
-p, --profile string Name of the profile to use for configuring the cli (default "DEFAULT")
26+
--transform string Provide a Go template file for transforming output data
27+
--transformstr string Provide a Go template string for transforming output data
28+
```
29+
30+
### SEE ALSO
31+
32+
* [gc conversations calls participants communications](gc_conversations_calls_participants_communications.html) - /api/v2/conversations/calls/{conversationId}/participants/{participantId}/communications
33+
* [gc conversations calls participants communications postflowaction delete](gc_conversations_calls_participants_communications_postflowaction_delete.html) - Remove mandatory post call actions.
34+
* [gc conversations calls participants communications postflowaction update](gc_conversations_calls_participants_communications_postflowaction_update.html) - Set mandatory post call actions. If both values are null or blank error will occur.
35+
36+
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
## gc conversations calls participants communications postflowaction delete
2+
3+
Remove mandatory post call actions.
4+
5+
### Synopsis
6+
7+
Remove mandatory post call actions.
8+
9+
```
10+
gc conversations calls participants communications postflowaction delete [conversationId] [participantId] [communicationId] [flags]
11+
```
12+
13+
### Options
14+
15+
```
16+
-h, --help help for delete
17+
```
18+
19+
### Options inherited from parent commands
20+
21+
```
22+
--accesstoken string accessToken override
23+
--clientid string clientId override
24+
--clientsecret string clientSecret override
25+
--environment string environment override. E.g. mypurecloud.com.au or ap-southeast-2
26+
-i, --indicateprogress Trace progress indicators to stderr
27+
--inputformat string Data input format. Supported formats: YAML, JSON
28+
--outputformat string Data output format. Supported formats: YAML, JSON
29+
-p, --profile string Name of the profile to use for configuring the cli (default "DEFAULT")
30+
--transform string Provide a Go template file for transforming output data
31+
--transformstr string Provide a Go template string for transforming output data
32+
```
33+
34+
### SEE ALSO
35+
36+
* [gc conversations calls participants communications postflowaction](gc_conversations_calls_participants_communications_postflowaction.html) - /api/v2/conversations/calls/{conversationId}/participants/{participantId}/communications/{communicationId}/postflowaction
37+
38+
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
## gc conversations calls participants communications postflowaction update
2+
3+
Set mandatory post call actions. If both values are null or blank error will occur.
4+
5+
### Synopsis
6+
7+
Set mandatory post call actions. If both values are null or blank error will occur.
8+
9+
```
10+
gc conversations calls participants communications postflowaction update [conversationId] [participantId] [communicationId] [flags]
11+
```
12+
13+
### Options
14+
15+
```
16+
-d, --directory string Directory path with files containing request bodies
17+
-f, --file string File name containing the JSON body
18+
-h, --help help for update
19+
-b, --printrequestbody Print the request body format of the API.
20+
```
21+
22+
### Options inherited from parent commands
23+
24+
```
25+
--accesstoken string accessToken override
26+
--clientid string clientId override
27+
--clientsecret string clientSecret override
28+
--environment string environment override. E.g. mypurecloud.com.au or ap-southeast-2
29+
-i, --indicateprogress Trace progress indicators to stderr
30+
--inputformat string Data input format. Supported formats: YAML, JSON
31+
--outputformat string Data output format. Supported formats: YAML, JSON
32+
-p, --profile string Name of the profile to use for configuring the cli (default "DEFAULT")
33+
--transform string Provide a Go template file for transforming output data
34+
--transformstr string Provide a Go template string for transforming output data
35+
```
36+
37+
### SEE ALSO
38+
39+
* [gc conversations calls participants communications postflowaction](gc_conversations_calls_participants_communications_postflowaction.html) - /api/v2/conversations/calls/{conversationId}/participants/{participantId}/communications/{communicationId}/postflowaction
40+
41+

docs/gc_externalcontacts_contacts_notes_list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ gc externalcontacts contacts notes list [contactId] [flags]
1414

1515
```
1616
-a, --autopaginate Automatically paginate through the results stripping page information
17-
--expand strings which fields, if any, to expand Valid values: author, externalDataSources, division
17+
--expand strings which fields, if any, to expand. mergeset will include notes attached to ancestor contacts which have been merged into this one. Valid values: author, externalDataSources, division, mergeset
1818
--filtercondition string Filter list command output based on a given condition or regular expression
1919
-h, --help help for list
2020
--pageNumber string Page number (limited to fetching first 1,000 records; pageNumber * pageSize must be <= 1,000) (default "1")

docs/gc_quality_evaluations.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,6 @@
3333
* [gc quality evaluations aggregates](gc_quality_evaluations_aggregates.html) - /api/v2/quality/evaluations/aggregates
3434
* [gc quality evaluations query](gc_quality_evaluations_query.html) - /api/v2/quality/evaluations/query
3535
* [gc quality evaluations scoring](gc_quality_evaluations_scoring.html) - /api/v2/quality/evaluations/scoring
36+
* [gc quality evaluations search](gc_quality_evaluations_search.html) - /api/v2/quality/evaluations/search
3637

3738

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
## gc quality evaluations search
2+
3+
/api/v2/quality/evaluations/search
4+
5+
### Synopsis
6+
7+
/api/v2/quality/evaluations/search
8+
9+
### Options
10+
11+
```
12+
-h, --help help for search
13+
```
14+
15+
### Options inherited from parent commands
16+
17+
```
18+
--accesstoken string accessToken override
19+
--clientid string clientId override
20+
--clientsecret string clientSecret override
21+
--environment string environment override. E.g. mypurecloud.com.au or ap-southeast-2
22+
-i, --indicateprogress Trace progress indicators to stderr
23+
--inputformat string Data input format. Supported formats: YAML, JSON
24+
--outputformat string Data output format. Supported formats: YAML, JSON
25+
-p, --profile string Name of the profile to use for configuring the cli (default "DEFAULT")
26+
--transform string Provide a Go template file for transforming output data
27+
--transformstr string Provide a Go template string for transforming output data
28+
```
29+
30+
### SEE ALSO
31+
32+
* [gc quality evaluations](gc_quality_evaluations.html) - /api/v2/quality/evaluations
33+
* [gc quality evaluations search create](gc_quality_evaluations_search_create.html) - Search evaluations based along specified criteria
34+
35+
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
## gc quality evaluations search create
2+
3+
Search evaluations based along specified criteria
4+
5+
### Synopsis
6+
7+
Search evaluations based along specified criteria
8+
9+
```
10+
gc quality evaluations search create [flags]
11+
```
12+
13+
### Options
14+
15+
```
16+
-d, --directory string Directory path with files containing request bodies
17+
-f, --file string File name containing the JSON body
18+
-h, --help help for create
19+
-b, --printrequestbody Print the request body format of the API.
20+
```
21+
22+
### Options inherited from parent commands
23+
24+
```
25+
--accesstoken string accessToken override
26+
--clientid string clientId override
27+
--clientsecret string clientSecret override
28+
--environment string environment override. E.g. mypurecloud.com.au or ap-southeast-2
29+
-i, --indicateprogress Trace progress indicators to stderr
30+
--inputformat string Data input format. Supported formats: YAML, JSON
31+
--outputformat string Data output format. Supported formats: YAML, JSON
32+
-p, --profile string Name of the profile to use for configuring the cli (default "DEFAULT")
33+
--transform string Provide a Go template file for transforming output data
34+
--transformstr string Provide a Go template string for transforming output data
35+
```
36+
37+
### SEE ALSO
38+
39+
* [gc quality evaluations search](gc_quality_evaluations_search.html) - /api/v2/quality/evaluations/search
40+
41+

docs/gc_quality_forms_evaluations_bulk.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@
3131

3232
* [gc quality forms evaluations](gc_quality_forms_evaluations.html) - /api/v2/quality/forms/evaluations
3333
* [gc quality forms evaluations bulk contexts](gc_quality_forms_evaluations_bulk_contexts.html) - /api/v2/quality/forms/evaluations/bulk/contexts
34+
* [gc quality forms evaluations bulk list](gc_quality_forms_evaluations_bulk_list.html) - Retrieve a list of evaluation forms by their ids
3435

3536

0 commit comments

Comments
 (0)