-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathListAppBuilds.json
More file actions
81 lines (81 loc) · 4.35 KB
/
Copy pathListAppBuilds.json
File metadata and controls
81 lines (81 loc) · 4.35 KB
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
{
"data": [
{
"attributes": {
"appStoreState": "PREPARE_FOR_SUBMISSION",
"copyright": "moonma",
"createdDate": "2021-02-09T18:16:46-08:00",
"downloadable": true,
"earliestReleaseDate": null,
"platform": "IOS",
"releaseType": "AFTER_APPROVAL",
"usesIdfa": null,
"versionString": "1.0.0"
},
"id": "182a5801-fdf2-442d-b236-f2888f1a5cd1",
"links": {
"self": "https://api.appstoreconnect.apple.com/v1/appStoreVersions/182a5801-fdf2-442d-b236-f2888f1a5cd1"
},
"relationships": {
"ageRatingDeclaration": {
"links": {
"related": "https://api.appstoreconnect.apple.com/v1/appStoreVersions/182a5801-fdf2-442d-b236-f2888f1a5cd1/ageRatingDeclaration",
"self": "https://api.appstoreconnect.apple.com/v1/appStoreVersions/182a5801-fdf2-442d-b236-f2888f1a5cd1/relationships/ageRatingDeclaration"
}
},
"appStoreReviewDetail": {
"links": {
"related": "https://api.appstoreconnect.apple.com/v1/appStoreVersions/182a5801-fdf2-442d-b236-f2888f1a5cd1/appStoreReviewDetail",
"self": "https://api.appstoreconnect.apple.com/v1/appStoreVersions/182a5801-fdf2-442d-b236-f2888f1a5cd1/relationships/appStoreReviewDetail"
}
},
"appStoreVersionLocalizations": {
"links": {
"related": "https://api.appstoreconnect.apple.com/v1/appStoreVersions/182a5801-fdf2-442d-b236-f2888f1a5cd1/appStoreVersionLocalizations",
"self": "https://api.appstoreconnect.apple.com/v1/appStoreVersions/182a5801-fdf2-442d-b236-f2888f1a5cd1/relationships/appStoreVersionLocalizations"
}
},
"appStoreVersionPhasedRelease": {
"links": {
"related": "https://api.appstoreconnect.apple.com/v1/appStoreVersions/182a5801-fdf2-442d-b236-f2888f1a5cd1/appStoreVersionPhasedRelease",
"self": "https://api.appstoreconnect.apple.com/v1/appStoreVersions/182a5801-fdf2-442d-b236-f2888f1a5cd1/relationships/appStoreVersionPhasedRelease"
}
},
"appStoreVersionSubmission": {
"links": {
"related": "https://api.appstoreconnect.apple.com/v1/appStoreVersions/182a5801-fdf2-442d-b236-f2888f1a5cd1/appStoreVersionSubmission",
"self": "https://api.appstoreconnect.apple.com/v1/appStoreVersions/182a5801-fdf2-442d-b236-f2888f1a5cd1/relationships/appStoreVersionSubmission"
}
},
"build": {
"links": {
"related": "https://api.appstoreconnect.apple.com/v1/appStoreVersions/182a5801-fdf2-442d-b236-f2888f1a5cd1/build",
"self": "https://api.appstoreconnect.apple.com/v1/appStoreVersions/182a5801-fdf2-442d-b236-f2888f1a5cd1/relationships/build"
}
},
"idfaDeclaration": {
"links": {
"related": "https://api.appstoreconnect.apple.com/v1/appStoreVersions/182a5801-fdf2-442d-b236-f2888f1a5cd1/idfaDeclaration",
"self": "https://api.appstoreconnect.apple.com/v1/appStoreVersions/182a5801-fdf2-442d-b236-f2888f1a5cd1/relationships/idfaDeclaration"
}
},
"routingAppCoverage": {
"links": {
"related": "https://api.appstoreconnect.apple.com/v1/appStoreVersions/182a5801-fdf2-442d-b236-f2888f1a5cd1/routingAppCoverage",
"self": "https://api.appstoreconnect.apple.com/v1/appStoreVersions/182a5801-fdf2-442d-b236-f2888f1a5cd1/relationships/routingAppCoverage"
}
}
},
"type": "appStoreVersions"
}
],
"links": {
"self": "https://api.appstoreconnect.apple.com/v1/apps/1552995983/appStoreVersions"
},
"meta": {
"paging": {
"limit": 50,
"total": 1
}
}
}