|
| 1 | +## gc conversations messages communications messages media list |
| 2 | + |
| 3 | +Get message media list by status |
| 4 | + |
| 5 | +### Synopsis |
| 6 | + |
| 7 | +Get message media list by status |
| 8 | + |
| 9 | +``` |
| 10 | +gc conversations messages communications messages media list [conversationId] [communicationId] [flags] |
| 11 | +``` |
| 12 | + |
| 13 | +### Options |
| 14 | + |
| 15 | +``` |
| 16 | + -a, --autopaginate Automatically paginate through the results stripping page information |
| 17 | + --filtercondition string Filter list command output based on a given condition or regular expression |
| 18 | + -h, --help help for list |
| 19 | + --pageNumber string Page number (default "1") |
| 20 | + --pageSize string Page size (default "25") |
| 21 | + --status string The status on which to filter the response. Valid values: uploading, valid, invalid |
| 22 | + -s, --stream Paginate and stream data as it is being processed leaving page information intact |
| 23 | +``` |
| 24 | + |
| 25 | +### Options inherited from parent commands |
| 26 | + |
| 27 | +``` |
| 28 | + --accesstoken string accessToken override |
| 29 | + --clientid string clientId override |
| 30 | + --clientsecret string clientSecret override |
| 31 | + --environment string environment override. E.g. mypurecloud.com.au or ap-southeast-2 |
| 32 | + -i, --indicateprogress Trace progress indicators to stderr |
| 33 | + --inputformat string Data input format. Supported formats: YAML, JSON |
| 34 | + --outputformat string Data output format. Supported formats: YAML, JSON |
| 35 | + -p, --profile string Name of the profile to use for configuring the cli (default "DEFAULT") |
| 36 | + --transform string Provide a Go template file for transforming output data |
| 37 | + --transformstr string Provide a Go template string for transforming output data |
| 38 | +``` |
| 39 | + |
| 40 | +### SEE ALSO |
| 41 | + |
| 42 | +* [gc conversations messages communications messages media](gc_conversations_messages_communications_messages_media.html) - /api/v2/conversations/messages/{conversationId}/communications/{communicationId}/messages/media |
| 43 | + |
| 44 | + |
0 commit comments