-
Notifications
You must be signed in to change notification settings - Fork 1
/
MavenlinkTests.Deserialize.json
86 lines (86 loc) · 1.41 KB
/
MavenlinkTests.Deserialize.json
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
{
"count": 1,
"meta": {
"count": 1,
"page_count": 1,
"page_number": 1,
"page_size": 200
},
"results": [
{
"id": "U1",
"key": "users"
},
{
"id": "U2",
"key": "users"
}
],
"users": {
"U1": {
"id": "U1",
"name": "John Doe",
"age": 22,
"account_membership_id": "UA1",
"custom_field_value_ids": [ "CV1", "CV3" ]
},
"U2": {
"id": "U2",
"name": "Jane Doe",
"age": 22,
"account_membership_id": "UA2"
},
"U3": {
"id": "U3",
"name": "Janet Doe",
"age": 22,
"account_membership_id": "UA3"
}
},
"account_memberships": {
"UA1": {
"id": "UA1",
"line_manager_id": "U2"
},
"UA2": {
"id": "UA2",
"line_manager_id": null
},
"UA3": {
"id": "UA3",
"line_manager_id": "U5"
}
},
"custom_field_values": {
"CV1": {
"id": "CV1",
"type": "string",
"custom_field_id": "C9",
"custom_field_name": "nickname",
"subject_type": "User",
"subject_id": "U1",
"value": "JD",
"display_value": "JD"
},
"CV2": {
"id": "CV2",
"type": "string",
"custom_field_id": "C9",
"custom_field_name": "nickname",
"subject_type": "User",
"subject_id": "U99",
"value": "Bullseye",
"display_value": "Bullseye"
},
"CV3": {
"id": "CV3",
"type": "string",
"custom_field_id": "C1",
"custom_field_name": "Office",
"subject_type": "User",
"subject_id": "U1",
"value": "HQ",
"display_value": "HQ"
}
}
}