You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: wix-events-v2/wix-events-v2/guides/fieldsets.md
+3-38
Original file line number
Diff line number
Diff line change
@@ -2,25 +2,7 @@
2
2
3
3
Fieldset is a unified control for additional data that can be returned in the response.
4
4
5
-
## Event fieldset
6
-
7
-
By default, the `event` data in the response returns `id`, `title`, `slug`, `location`, `scheduling`, `tags`, `created`, `modified`, `status`, `guestListConfig`, `instanceId`, `userId` and `language` fields.
8
-
The response will also include following parameters based on the fieldsets provided in the request.
By default, the `definitions` data in the response contains `id`, `price`, `free`, `name`, `limitPerCheckout`, `orderIndex` and `eventId` fields.
26
8
The response will also include the following parameters based on the fieldsets provided in the request.
@@ -30,7 +12,7 @@ The response will also include the following parameters based on the fieldsets p
30
12
| POLICY |`policy`|
31
13
| DASHBOARD |`dashboard`|
32
14
33
-
## Order fieldset
15
+
## Orders fieldset
34
16
35
17
By default, the `order` data returned in the response contains `orderNumber`, `eventId`, `contactId`, `memberId`, `anonimyzed` and `fullyCheckedIn` fields.
36
18
The response will also include following parameters based on the fieldsets provided in the request.
@@ -42,7 +24,7 @@ The response will also include following parameters based on the fieldsets provi
42
24
| TICKETS |`tickets`|
43
25
| INVOICE |`invoice`|
44
26
45
-
## Ticket fieldset
27
+
## Tickets fieldset
46
28
47
29
By default, the `ticket` data in the response contains `memberId` and `anonymized` fields.
48
30
The response will also include following parameters based on the fieldsets provided in the request.
@@ -53,20 +35,3 @@ The response will also include following parameters based on the fieldsets provi
53
35
| GUEST_DETAILS |`guestDetails`|
54
36
| GUEST_FORM |`guestDetails.form`|
55
37
56
-
## Policy fieldset
57
-
58
-
By default, the `policy` data in the response contains `id`, `eventId`, `name`, `updated_date` and `sortIndex` fields.
59
-
The response will also include following parameters based on the fieldsets provided in the request.
0 commit comments