- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
Lists issues.
HTTP request
GET https://{endpoint}/v1/{parent=projects/*/locations/*/issueModels/*}/issues
Where {endpoint}
is one of the supported service endpoints.
The URLs use gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The parent resource of the issue. |
Request body
The request body must be empty.
Response body
The response of listing issues.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"issues": [
{
object ( |
Fields | |
---|---|
issues[] |
The issues that match the request. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the parent
resource:
contactcenterinsights.issues.list
For more information, see the IAM documentation.