StatusRulesConnection
StatusRulesConnection
pageInfoobject Required
Pagination data for this connection.
Show child attributes
edgesarray Required
Contains the nodes in this connection.
Show child attributes
Was this section helpful?
What made this section unhelpful for you?
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"pageInfo": {
"hasNextPage": false,
"hasPreviousPage": false,
"startCursor": null,
"endCursor": null
},
"edges": [
{
"node": {
"id": null,
"name": null,
"comment": null,
"reopen_date": null,
"reopen_reason": null,
"selection_rule": {
"id": null,
"name": null,
"filtersid": null,
"scopesid": null,
"scope_group": null,
"filter": {},
"scope": {},
"scope_group_model": {},
"scoring_rules": {},
"sla_preferences": {},
"ticket_sla_preferences": {}
},
"status": {
"key": null,
"category": "OPEN",
"sub_status": null,
"type": "SYSTEM",
"reason": null,
"description": null,
"is_extended": false,
"enabled": false,
"editable": false,
"created_by_user_id": null,
"updated_by_user_id": null,
"id": null,
"name": null,
"created_by_user": {
"id": null,
"first_name": null,
"last_name": null,
"email": null,
"identity_provider_source": "COGNITO",
"last_login": null,
"created_time": null,
"activity_status": "CREATED",
"role_id": null,
"created_by": null,
"visible": false,
"saml_groups_from_last_login": [
""
],
"username": null,
"role": {},
"system_events": {},
"scope_access_groups": {},
"audit_records": {},
"profiles": {},
"saml_group_profiles": [
""
]
},
"updated_by_user": {
"id": null,
"first_name": null,
"last_name": null,
"email": null,
"identity_provider_source": "COGNITO",
"last_login": null,
"created_time": null,
"activity_status": "CREATED",
"role_id": null,
"created_by": null,
"visible": false,
"saml_groups_from_last_login": [
""
],
"username": null,
"role": {},
"system_events": {},
"scope_access_groups": {},
"audit_records": {},
"profiles": {},
"saml_group_profiles": [
""
]
},
"id_int": null
},
"enabled": false,
"user": {
"id": null,
"first_name": null,
"last_name": null,
"email": null,
"identity_provider_source": "COGNITO",
"last_login": null,
"created_time": null,
"activity_status": "CREATED",
"role_id": null,
"created_by": null,
"visible": false,
"saml_groups_from_last_login": [
""
],
"username": null,
"role": {},
"system_events": {},
"scope_access_groups": {},
"audit_records": {},
"profiles": {},
"saml_group_profiles": [
""
]
}
},
"cursor": null
}
]
}Was this section helpful?