Skip to content

Commit 5bef51b

Browse files
authored
Marketplace Rating and Reviews Public Api (#22291)
* public api * public api * Fix avocado * fix prettier * update to swagger 2.0 schema * fix PR errors * Fix PR comments * fix more pr comments * remove default * more pr comment ch * PR comments fix * fix examples * fix examples * Fix PR comments * fix prettier * Fix PR COmments * adding x-api-key * fox prettier * remove query parameter * add required to api key * add api key to examples * Fix names and typos * Fix operation Id
1 parent 2b3114d commit 5bef51b

File tree

4 files changed

+513
-0
lines changed

4 files changed

+513
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
{
2+
"parameters": {
3+
"uniqueProductId": "WA104381158",
4+
"pageSize": 3,
5+
"api-version": "2023-01-01-preview",
6+
"X-API-Key": "123456"
7+
},
8+
"responses": {
9+
"200": {
10+
"body": {
11+
"value": [
12+
{
13+
"id": "35100876-5555-cccc-6666-8e21b32e6e70",
14+
"uniqueProductId": "WA104381158",
15+
"rating": 4,
16+
"title": "Love AdobeSign. Can send multiple docs at once. It's quick, efficient, and easy to navigate",
17+
"content": "string",
18+
"source": "G2",
19+
"reviewerName": "David Smith",
20+
"externalReviewUrl": "https://www.g2.com/products/adobe-acrobat-sign/reviews/adobe-acrobat-sign-review-4932053",
21+
"isvReply": null,
22+
"createdDateTime": "2023-01-20T02:05:01.116+00:00",
23+
"lastModifiedDateTime": "2023-01-20T02:05:01.116+00:00",
24+
"commentsCount": 0,
25+
"helpfulCount": 0
26+
},
27+
{
28+
"id": "772970c6-3333-4444-bbbb-1330442e59eb",
29+
"uniqueProductId": "WA104381158",
30+
"rating": 4,
31+
"title": "A great solution for time limited signatures",
32+
"content": "string",
33+
"source": "G2",
34+
"reviewerName": null,
35+
"externalReviewUrl": "https://www.g2.com/products/adobe-acrobat-sign/reviews/adobe-acrobat-sign-review-7560012",
36+
"isvReply": null,
37+
"createdDateTime": "2023-01-08T02:05:00.516+00:00",
38+
"lastModifiedDateTime": "2023-01-08T02:05:00.516+00:00",
39+
"commentsCount": 0,
40+
"helpfulCount": 0
41+
},
42+
{
43+
"id": "9a361c41-aaaa-2222-1111-0d7b21c2b714",
44+
"uniqueProductId": "WA104381158",
45+
"rating": 4,
46+
"title": "Great efficiency gain whether on its own or integrated within a CLM",
47+
"content": "string",
48+
"source": "G2",
49+
"reviewerName": "John Doe",
50+
"externalReviewUrl": "https://www.g2.com/products/adobe-acrobat-sign/reviews/adobe-acrobat-sign-review-7418174",
51+
"isvReply": null,
52+
"createdDateTime": "2022-11-28T06:13:08.353+00:00",
53+
"lastModifiedDateTime": "2022-11-28T06:13:08.353+00:00",
54+
"commentsCount": 0,
55+
"helpfulCount": 0
56+
}
57+
],
58+
"count": 619,
59+
"nextLink": "https://rnr-df-bl-app.azurewebsites.net/products/WA104381158/reviews?pageSize=3&api-version=2023-01-01-preview&skipToken=W3sidG9rZW4iOiIrUklEOn5EbnhVQUtKK3NmbG0zQThBQUFBQUFBPT0jUlQ6MSNUUkM6MyNSVEQ6ZnF4bDFJME1rRHorZEo0dkQrU0lCVE14TXpNdU1qSXVNemxWTVRjN01qUTdNVGt2TkRZMExERXhPekV4QUE9PSNJU1Y6MiNJRU86NjU1NjcjUUNGOjgjRlBDOkFnRUFSd0JPQUJNT0RBQUlBQUFDT0lBcWdBQ0FBSUFTZ0MyQUE0QUhnQStBSElBSWdJdUFFUUFBQmltQUpJQXVnQkVBd0FBUWdCRUFnZ0F2Z0FTQUFjQU1BQ0VBQUJKQ2dBSEFzQUJpZ0JJQUlBZ1FBQUVlQUU2Z1hZQStnUUhBQU9CamdBQ0F4WVRJZ3J5QTNZQzVnSlNBWTRDUGdqOElBR0VjUVA4aFF2OEFSZ0lBQ2FsSEFnQ3dpQT09IiwicmFuZ2UiOnsibWluIjoiIiwibWF4IjoiRkYifX1d"
60+
}
61+
}
62+
}
63+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"parameters": {
3+
"uniqueProductId": "WA104380756",
4+
"reviewId": "3f6514da-e618-2237-ba3e-a4d9dd3c90ab",
5+
"pageSize": 3,
6+
"api-version": "2023-01-01-preview",
7+
"X-API-Key": "123456"
8+
},
9+
"responses": {
10+
"200": {
11+
"body": {
12+
"value": [
13+
{
14+
"id": "c79fdcab-f029-4afc-a0db-ee36dcf2edb2",
15+
"content": "content of first comment",
16+
"createdDateTime": "2022-06-16T11:22:37.0537484Z",
17+
"lastModifiedDateTime": "2022-06-16T11:22:37.0537484Z",
18+
"commenterName": "Lucy Lue",
19+
"deleted": false
20+
},
21+
{
22+
"id": "9f49ab2e-e699-4f3d-b8d6-32d84a14ff2c",
23+
"content": "content of a comment",
24+
"createdDateTime": "2022-08-28T08:19:55.2579988Z",
25+
"lastModifiedDateTime": "2022-08-28T08:19:55.2579988Z",
26+
"commenterName": "Jake Tower",
27+
"deleted": false
28+
}
29+
],
30+
"count": 2,
31+
"nextLink": null
32+
}
33+
}
34+
}
35+
}

0 commit comments

Comments
 (0)