Wiki source code of Design

Version 1.1 by Shop Team on 2019/08/01 11:55

Hide last authors
Shop Team 1.1 1 = List of all designs in the shop =
2
3 |=(((
4 Method
5 )))|=(((
6 URL
7 )))|=(((
8 Example
9 )))
10 |(((
11 GET
12 )))|(((
13 /api/v1/shops/<shopId>/designs
14 )))|(((
15 [[https:~~/~~/api.spreadshirt.net/api/v1/shops/100488332/designs?mediaType=json>>url:https://api.spreadshirt.net/api/v1/shops/100488332/designs?mediaType=json||shape="rect"]]
16 )))
17
18 \\
19
20 {{code language="js" title="Example Payload"}}
21 {
22 "sortField":"default",
23 "sortOrder":"default",
24 "offset":0,
25 "limit":10,
26 "count":2,
27 "designs":[
28 {
29 "id":"163261757",
30 "href":"https://api.spreadshirt.net/api/v1/shops/100488332/designs/163261757",
31 "name":"I love you",
32 "price":{
33 "vatIncluded":0.0,
34 "vatExcluded":0.0,
35 "vat":0.0,
36 "currency":{
37 "id":"1",
38 "href":"https://api.spreadshirt.net/api/v1/currencies/1"
39 }
40 },
41 "backgroundColor":"#666666",
42 "resources":[
43 {
44 "href":"https://image.spreadshirtmedia.net/image-server/v1/designs/163261757",
45 "mediaType":"png",
46 "type":"preview"
47 }
48 ],
49 "version":1562573036
50 },
51 {
52 "id":"163261722",
53 "href":"https://api.spreadshirt.net/api/v1/shops/100488332/designs/163261722",
54 "name":"pinguine",
55 "price":{
56 "vatIncluded":0.0,
57 "vatExcluded":0.0,
58 "vat":0.0,
59 "currency":{
60 "id":"1",
61 "href":"https://api.spreadshirt.net/api/v1/currencies/1"
62 }
63 },
64 "resources":[
65 {
66 "href":"https://image.spreadshirtmedia.net/image-server/v1/designs/163261722",
67 "mediaType":"png",
68 "type":"preview"
69 }
70 ],
71 "version":1562573036
72 },
73 ]
74 }
75 {{/code}}
76
77 (% class="auto-cursor-target" %)
78 \\
79
80 \\