-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdelivery.json
817 lines (817 loc) · 35.3 KB
/
delivery.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
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
{
"openapi": "3.0.0",
"servers": [
{
"url": "https://{base_url}/",
"description": "",
"variables": {
"base_url": {
"default": "cdn.contentstack.io"
}
}
}
],
"info": {
"version": "d62d04a4-0619-4164-86c9-a83b3ce5014d",
"title": "Content Delivery API - Contentstack",
"description": "The Content Delivery API (CDA), available at [cdn.contentstack.com](https://cdn.contentstack.com), is a read-only API used to retrieve content from your Contentstack account and deliver it to your web or mobile properties.\n\nThe Contentstack CDA Postman Collection is a set of preconfigured REST API requests that will make it easy for you to get started with the [Contentstack Delivery APIs](https://www.contentstack.com/docs/developers/apis/content-delivery-api/) and try out our API requests through the [Postman](https://www.getpostman.com/) REST client.\n\n**Postman Collection Details**\n\n- CDA Postman Collection Version: 1.1.1\n- Last Updated: December 5, 2020",
"termsOfService": "",
"contact": {},
"license": {
"name": ""
}
},
"paths": {
"/v3/content_types": {
"get": {
"summary": "Get all content types",
"description": "<p>The <code>Get all content types</code> call returns comprehensive information of all the content types available in a particular stack in your account.<br><p>To use the API Request, you'll need to use the <a href=\"https://www.contentstack.com/docs/developers/create-tokens/about-delivery-tokens\">Delivery Token</a> of the respective environment.<br>Read more about it in <a href=\"https://www.contentstack.com/docs/developers/apis/content-delivery-api/#authentication\">Authentication</a>.\n</p><br>\n For more information, refer to the <a href=www.contentstack.com/docs/developers/apis/content-delivery-api/#all-content-types>All Content Types</a> API Reference document",
"operationId": "Getallcontenttypes",
"parameters": [
{
"$ref": "#/components/parameters/include_count"
},
{
"$ref": "#/components/parameters/api_key"
},
{
"$ref": "#/components/parameters/access_token"
}
],
"responses": {
"200": {
"description": "",
"headers": {}
}
},
"tags": [
"Content types"
]
}
},
"/v3/content_types/{content_type_uid}": {
"get": {
"summary": "Get a single content type",
"description": "<p>This call returns information of a specific content type. It returns the content type schema, but does not include its entries.<br><p>To use the API Request, you'll need to use the <a href=\"https://www.contentstack.com/docs/developers/create-tokens/about-delivery-tokens\">Delivery Token</a> of the respective environment.<br>Read more about it in <a href=\"https://www.contentstack.com/docs/developers/apis/content-delivery-api/#authentication\">Authentication</a>.\n</p><br>\n For more information, refer to the <a href=www.contentstack.com/docs/developers/apis/content-delivery-api/#single-content-type>Single Content Type</a> API Reference document",
"operationId": "Getasinglecontenttype",
"parameters": [
{
"name": "api_key",
"in": "header",
"required": true,
"style": "simple",
"schema": {
"type": "string",
"example": "blt02f7b45378b008ee"
}
},
{
"name": "access_token",
"in": "header",
"required": true,
"style": "simple",
"schema": {
"type": "string",
"example": "cs5b69faf35efdebd91d08bcf4"
}
},
{
"$ref": "#/components/parameters/content_type_uid"
}
],
"responses": {
"200": {
"description": "",
"headers": {}
}
},
"tags": [
"Content types"
]
}
},
"/v3/global_fields": {
"get": {
"summary": "Get all global fields",
"description": "<p>This call returns comprehensive information of all the global fields available in a particular stack in your account.<br><p>To use the API Request, you'll need to use the <a href=\"https://www.contentstack.com/docs/developers/create-tokens/about-delivery-tokens\">Delivery Token</a> of the respective environment.<br>Read more about it in <a href=\"https://www.contentstack.com/docs/developers/apis/content-delivery-api/#authentication\">Authentication</a>.\n</p><br>\n For more information, refer to the <a href=www.contentstack.com/docs/developers/apis/content-delivery-api/#all-global-fields>All Global Fields</a> API Reference document",
"operationId": "Getallglobalfields",
"parameters": [
{
"name": "api_key",
"in": "header",
"required": true,
"style": "simple",
"schema": {
"type": "string",
"example": "blt02f7b45378b008ee"
}
},
{
"name": "access_token",
"in": "header",
"required": true,
"style": "simple",
"schema": {
"type": "string",
"example": "cs5b69faf35efdebd91d08bcf4"
}
}
],
"responses": {
"200": {
"description": "",
"headers": {}
}
},
"tags": [
"Global fields"
]
}
},
"/v3/global_fields/{global_field_uid}": {
"get": {
"summary": "Get a single global field",
"description": "<p>This request allows you to fetch comprehensive details of a specific global field.<br><p>To use the API Request, you'll need to use the <a href=\"https://www.contentstack.com/docs/developers/create-tokens/about-delivery-tokens\">Delivery Token</a> of the respective environment.<br>Read more about it in <a href=\"https://www.contentstack.com/docs/developers/apis/content-delivery-api/#authentication\">Authentication</a>.\n</p><br>\n For more information, refer to the <a href=www.contentstack.com/docs/developers/apis/content-delivery-api/#single-global-field>Single Global Field</a> API Reference document",
"operationId": "Getasingleglobalfield",
"parameters": [
{
"name": "api_key",
"in": "header",
"required": true,
"style": "simple",
"schema": {
"type": "string",
"example": "blt02f7b45378b008ee"
}
},
{
"name": "access_token",
"in": "header",
"required": true,
"style": "simple",
"schema": {
"type": "string",
"example": "cs5b69faf35efdebd91d08bcf4"
}
},
{
"$ref": "#/components/parameters/global_field_uid"
}
],
"responses": {
"200": {
"description": "",
"headers": {}
}
},
"tags": [
"Global fields"
]
}
},
"/v3/content_types/{content_type_uid}/entries": {
"get": {
"summary": "Get all entries",
"description": "<p>The <code>Get all entries</code> request fetches the list of all the entries of a particular content type. It returns the content of each entry in JSON format. You need to specify the environment and locale of which you want to get the entries.<br><p>To use the API Request, you'll need to use the <a href=\"https://www.contentstack.com/docs/developers/create-tokens/about-delivery-tokens\">Delivery Token</a> of the respective environment.<br>Read more about it in <a href=\"https://www.contentstack.com/docs/developers/apis/content-delivery-api/#authentication\">Authentication</a>.\n</p><br>\n For more information, refer to the <a href=www.contentstack.com/docs/developers/apis/content-delivery-api/#all-entries>All Entries</a> API Reference document",
"operationId": "Getallentries",
"parameters": [
{
"$ref": "#/components/parameters/environment"
},
{
"$ref": "#/components/parameters/locale"
},
{
"$ref": "#/components/parameters/include_fallback"
},
{
"name": "api_key",
"in": "header",
"required": true,
"style": "simple",
"schema": {
"type": "string",
"example": "blt02f7b45378b008ee"
}
},
{
"name": "access_token",
"in": "header",
"required": true,
"style": "simple",
"schema": {
"type": "string",
"example": "cs5b69faf35efdebd91d08bcf4"
}
},
{
"name": "content_type_uid",
"in": "path",
"required": true,
"style": "simple",
"schema": {
"type": "string",
"example": "product"
}
}
],
"responses": {
"200": {
"description": "",
"headers": {}
}
},
"tags": [
"Entries"
]
}
},
"/v3/content_types/{content_type_uid}/entries/{entry_uid}": {
"get": {
"summary": "Get a single entry",
"description": "<p>The <code>Get a single entry</code> request fetches a particular entry of a content type.<br><p>To use the API Request, you'll need to use the <a href=\"https://www.contentstack.com/docs/developers/create-tokens/about-delivery-tokens\">Delivery Token</a> of the respective environment.<br>Read more about it in <a href=\"https://www.contentstack.com/docs/developers/apis/content-delivery-api/#authentication\">Authentication</a>.\n</p><br>\n For more information, refer to the <a href=www.contentstack.com/docs/developers/apis/content-delivery-api/#single-entry>Single Entry</a> API Reference document",
"operationId": "Getasingleentry",
"parameters": [
{
"name": "environment",
"in": "query",
"required": true,
"style": "form",
"schema": {
"type": "string",
"example": "production"
},
"description": "Enter the name of the environment of which the entries needs to be included."
},
{
"name": "locale",
"in": "query",
"required": true,
"style": "form",
"schema": {
"type": "string",
"example": "en-us"
},
"description": "Enter the code of the language of which you want to include the entries. Only the published localized entries will be displayed."
},
{
"name": "include_fallback",
"in": "query",
"required": true,
"style": "form",
"schema": {
"type": "string",
"example": "true"
},
"description": "Enter 'true' to include the published localized content from the fallback locale when the specified locale does not contain published content."
},
{
"name": "api_key",
"in": "header",
"required": true,
"style": "simple",
"schema": {
"type": "string",
"example": "blt02f7b45378b008ee"
}
},
{
"name": "access_token",
"in": "header",
"required": true,
"style": "simple",
"schema": {
"type": "string",
"example": "cs5b69faf35efdebd91d08bcf4"
}
},
{
"name": "content_type_uid",
"in": "path",
"required": true,
"style": "simple",
"schema": {
"type": "string",
"example": "product"
}
},
{
"$ref": "#/components/parameters/entry_uid"
}
],
"responses": {
"200": {
"description": "",
"headers": {}
}
},
"tags": [
"Entries"
]
}
},
"/v3/assets": {
"get": {
"summary": "Get all assets",
"description": "<p>The <code>Get all assets</code> request fetches the list of all the assets of a particular stack. It returns the content of each asset in JSON format. You can also specify the environment of which you want to get the assets.<br><p>To use the API Request, you'll need to use the <a href=\"https://www.contentstack.com/docs/developers/create-tokens/about-delivery-tokens\">Delivery Token</a> of the respective environment.<br>Read more about it in <a href=\"https://www.contentstack.com/docs/developers/apis/content-delivery-api/#authentication\">Authentication</a>.\n</p><br>\n For more information, refer to the <a href=www.contentstack.com/docs/developers/apis/content-delivery-api/#all-assets>All Assets</a> API Reference document",
"operationId": "Getallassets",
"parameters": [
{
"name": "environment",
"in": "query",
"required": true,
"style": "form",
"schema": {
"type": "string",
"example": "production"
},
"description": "Enter the name of the environment if you want to retrieve the assets published in a particular environment."
},
{
"name": "include_fallback",
"in": "query",
"required": true,
"style": "form",
"schema": {
"type": "string",
"example": "true"
},
"description": "Enter 'true' to include the published asset details from the fallback locale when the specified locale does not contain published content."
},
{
"$ref": "#/components/parameters/relative_urls"
},
{
"$ref": "#/components/parameters/include_dimension"
},
{
"name": "api_key",
"in": "header",
"required": true,
"style": "simple",
"schema": {
"type": "string",
"example": "blt02f7b45378b008ee"
}
},
{
"name": "access_token",
"in": "header",
"required": true,
"style": "simple",
"schema": {
"type": "string",
"example": "cs5b69faf35efdebd91d08bcf4"
}
}
],
"responses": {
"200": {
"description": "",
"headers": {}
}
},
"tags": [
"Assets"
]
}
},
"/v3/assets/{asset_uid}": {
"get": {
"summary": "Get a single asset",
"description": "<p>The <code>Get a single asset</code> request fetches the latest version of a specific asset of a particular stack.<br><p>To use the API Request, you'll need to use the <a href=\"https://www.contentstack.com/docs/developers/create-tokens/about-delivery-tokens\">Delivery Token</a> of the respective environment.<br>Read more about it in <a href=\"https://www.contentstack.com/docs/developers/apis/content-delivery-api/#authentication\">Authentication</a>.\n</p><br>\n For more information, refer to the <a href=www.contentstack.com/docs/developers/apis/content-delivery-api/#single-asset>Single Asset</a> API Reference document",
"operationId": "Getasingleasset",
"parameters": [
{
"name": "environment",
"in": "query",
"required": true,
"style": "form",
"schema": {
"type": "string",
"example": "production"
},
"description": "Enter the name of the environment if you want to retrieve an asset published in a particular environment."
},
{
"name": "version",
"in": "query",
"required": false,
"style": "form",
"schema": {
"type": "number"
},
"description": "Specify the version number of the asset that you want to retrieve. To retrieve a specific version, keep the environment parameter blank. If the version is not specified, the details of the latest version will be retrieved."
},
{
"name": "include_fallback",
"in": "query",
"required": true,
"style": "form",
"schema": {
"type": "string",
"example": "true"
},
"description": "Enter 'true' to include published asset details from the fallback locale when the specified locale does not contain published information."
},
{
"name": "include_dimension",
"in": "query",
"required": true,
"style": "form",
"schema": {
"type": "string",
"example": "true"
},
"description": "Enter 'true' to include the dimensions (height and width) of the image in the response. Supported image types: JPG, GIF, PNG, WebP, BMP, TIFF, SVG, and PSD."
},
{
"name": "relative_urls",
"in": "query",
"required": true,
"style": "form",
"schema": {
"type": "string",
"example": "false"
},
"description": "Enter 'true' to include the relative URL of the asset in the response."
},
{
"name": "api_key",
"in": "header",
"required": true,
"style": "simple",
"schema": {
"type": "string",
"example": "blt02f7b45378b008ee"
}
},
{
"name": "access_token",
"in": "header",
"required": true,
"style": "simple",
"schema": {
"type": "string",
"example": "cs5b69faf35efdebd91d08bcf4"
}
},
{
"$ref": "#/components/parameters/asset_uid"
}
],
"responses": {
"200": {
"description": "",
"headers": {}
}
},
"tags": [
"Assets"
]
}
},
"/v3/stacks/sync": {
"get": {
"summary": "Initial Synchronization | Sync using pagination token | Subsequent Sync",
"description": "<p>For more information on the individual requests, click on their respective documentation links below:</p>\r\n<p>And below this line, we'll be providing the documentation links in bulleted list form.</p>\r\n<ul>\r\n<li><a href=https://www.contentstack.com/docs/developers/apis/content-delivery-api/#initial-sync>Initial Synchronization</a></li>\r\n<li><a href=https://www.contentstack.com/docs/developers/apis/content-delivery-api/#sync-using-pagination-token>\r\nSync using pagination token\r\n</a></li>\r\n<li><a href=https://www.contentstack.com/docs/developers/apis/content-delivery-api/#subsequent-sync>Subsequent Sync</a></li>\r</ul>",
"operationId": "Synchronization",
"parameters": [
{
"$ref": "#/components/parameters/init"
},
{
"name": "environment",
"in": "query",
"required": true,
"style": "form",
"schema": {
"type": "string",
"example": "production"
},
"description": "Enter the environment to retrieve and sync the content published on a specific environment."
},
{
"$ref": "#/components/parameters/content_type_uid_query"
},
{
"name": "locale",
"in": "query",
"required": true,
"style": "form",
"schema": {
"type": "string",
"example": "en-us"
},
"description": "Enter the locale to retrieve and sync the content published on a specific locale."
},
{
"$ref": "#/components/parameters/type"
},
{
"$ref": "#/components/parameters/start_from"
},
{
"$ref": "#/components/parameters/pagination_token"
},
{
"$ref": "#/components/parameters/sync_token"
},
{
"name": "api_key",
"in": "header",
"required": true,
"style": "simple",
"schema": {
"type": "string",
"example": "blt02f7b45378b008ee"
}
},
{
"name": "access_token",
"in": "header",
"required": true,
"style": "simple",
"schema": {
"type": "string",
"example": "cs5b69faf35efdebd91d08bcf4"
}
}
],
"responses": {
"200": {
"description": "",
"headers": {}
}
},
"tags": [
"Synchronization"
]
}
},
"/v3/content_types/{content_type_uid}/entries/": {
"get": {
"summary": "All Queries",
"description": "<p>For more information on the individual requests, click on their respective documentation links below:</p>\r\n <p>And below this line, we'll be providing the documentation links in bulleted list form.</p>\r\n <ul>\r\n <li><a href=\"https://www.contentstack.com/docs/developers/apis/content-delivery-api/#queries\">Queries</a></li></ul>",
"operationId": "Queries",
"parameters": [
{
"name": "api_key",
"in": "header",
"schema": {
"type": "string"
},
"example": "blt02f7b45378b008ee"
},
{
"name": "access_token",
"in": "header",
"schema": {
"type": "string"
},
"example": "cs5b69faf35efdebd91d08bcf4"
},
{
"$ref": "#/components/parameters/content_type_uid"
},
{
"$ref": "#/components/parameters/environment"
},
{
"$ref": "#/components/parameters/locale"
},
{
"$ref": "#/components/parameters/query"
}
],
"tags": [
"Queries"
],
"responses": {
"200": {
"description": "Successful response",
"content": {
"application/json": {}
}
}
}
}
}
},
"components": {
"parameters": {
"include_count": {
"name": "include_count",
"in": "query",
"required": true,
"style": "form",
"schema": {
"type": "string",
"example": "false"
},
"description": "Set this to 'true' to include in response the total count of content types available in your stack."
},
"api_key": {
"name": "api_key",
"in": "header",
"required": true,
"style": "simple",
"schema": {
"type": "string",
"example": "blt02f7b45378b008ee"
}
},
"access_token": {
"name": "access_token",
"in": "header",
"required": true,
"style": "simple",
"schema": {
"type": "string",
"example": "cs5b69faf35efdebd91d08bcf4"
}
},
"content_type_uid": {
"name": "content_type_uid",
"in": "path",
"required": true,
"style": "simple",
"schema": {
"type": "string",
"example": "product"
}
},
"content_type_uid_query": {
"name": "content_type_uid",
"in": "query",
"required": false,
"style": "simple",
"schema": {
"type": "string",
"example": "product"
}
},
"global_field_uid": {
"name": "global_field_uid",
"in": "path",
"required": true,
"style": "simple",
"schema": {
"type": "string",
"example": "seo"
}
},
"environment": {
"name": "environment",
"in": "query",
"required": true,
"style": "form",
"schema": {
"type": "string",
"example": "production"
},
"description": "Enter the name of the environment of which the entries needs to be included."
},
"locale": {
"name": "locale",
"in": "query",
"required": true,
"style": "form",
"schema": {
"type": "string",
"example": "en-us"
},
"description": "Enter the code of the language of which the entries needs to be included. Only the entries published in this locale will be displayed."
},
"include_fallback": {
"name": "include_fallback",
"in": "query",
"required": true,
"style": "form",
"schema": {
"type": "string",
"example": "true"
},
"description": "Enter 'true' to include the published localized content from the fallback locale when the specified locale does not contain published content."
},
"version": {
"name": "version",
"in": "query",
"required": true,
"style": "form",
"schema": {
"type": "number"
},
"description": "Enter the latest published version number. Passing a draft version number will return a blank response."
},
"entry_uid": {
"name": "entry_uid",
"in": "path",
"required": true,
"style": "simple",
"schema": {
"type": "string",
"example": "blta250054cfa4f5aab"
}
},
"relative_urls": {
"name": "relative_urls",
"in": "query",
"required": true,
"style": "form",
"schema": {
"type": "string",
"example": "false"
},
"description": "Enter 'true' to include the relative URLs of the assets in the response."
},
"include_dimension": {
"name": "include_dimension",
"in": "query",
"required": true,
"style": "form",
"schema": {
"type": "string",
"example": "true"
},
"description": "Enter 'true' to include the dimensions (height and width) of the image in the response. Supported image types: JPG, GIF, PNG, WebP, BMP, TIFF, SVG, and PSD."
},
"asset_uid": {
"name": "asset_uid",
"in": "path",
"required": true,
"style": "simple",
"schema": {
"type": "string",
"example": "blt19c34e5374418484"
}
},
"init": {
"name": "init",
"in": "query",
"required": true,
"style": "form",
"schema": {
"type": "string",
"example": "true"
},
"description": "Enter ‘true’ to perform a complete sync of all your app data."
},
"start_from": {
"name": "start_from",
"in": "query",
"required": true,
"style": "form",
"schema": {
"type": "string",
"example": "2018-01-14T00:00:00.000Z"
},
"description": "Specify the start date, if you want to retrieve and sync data starting from a specific date."
},
"type": {
"name": "type",
"in": "query",
"required": true,
"style": "form",
"schema": {
"type": "string",
"example": "entry_published, entry_unpublished, asset_published"
},
"description": "Enter the type(s) of content you want to retrieve and sync. You can pass multiple types as comma-separated values."
},
"pagination_token": {
"name": "pagination_token",
"in": "query",
"schema": {
"type": "string"
},
"description": "Enter the pagination token that you received in the response body of the previous sync process.",
"example": "bltd8d8b3d427917796048622"
},
"sync_token": {
"name": "sync_token",
"in": "query",
"schema": {
"type": "string"
},
"description": "Enter the sync token that you received in the response body of the previous completed Synchronization process to get the delta updates",
"example": "blt42d8feee86ff1eb6d0de5c"
},
"query": {
"name": "query",
"in": "query",
"schema": {
"type": "string"
},
"description": "Enter the actual query that will be executed to retrieve entries. This query should be in JSON format.",
"example": "{\"title\": \"Redmi 3S\"}"
}
}
},
"security": [],
"tags": [],
"externalDocs": {
"url": "",
"description": ""
}
}