Skip to content

Commit 5ec6d62

Browse files
authored
Merge pull request wix-incubator#1636 from wix/article-fixes
removed not transferred fieldsets
2 parents 611ac40 + 0386b14 commit 5ec6d62

File tree

1 file changed

+3
-38
lines changed

1 file changed

+3
-38
lines changed

wix-events-v2/wix-events-v2/guides/fieldsets.md

+3-38
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,7 @@
22

33
Fieldset is a unified control for additional data that can be returned in the response.
44

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.
9-
10-
11-
| Fieldset | Fields |
12-
|-----------------------------|------------------------------------------------|
13-
| DETAILS | `description`, `mainImage` and `calendarLinks` |
14-
| TEXTS | `about` |
15-
| REGISTRATION | `registration` |
16-
| URLS | `eventPageUrl` |
17-
| FORM | `form` |
18-
| DASHBOARD | `dashboard` |
19-
| FEED (for internal use) | `feed` (for internal use) |
20-
| ONLINE_CONFERENCING_SESSION | `onlineConferencing` |
21-
22-
23-
## Ticket definition fieldset
5+
## Ticket definitions fieldset
246

257
By default, the `definitions` data in the response contains `id`, `price`, `free`, `name`, `limitPerCheckout`, `orderIndex` and `eventId` fields.
268
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
3012
| POLICY | `policy` |
3113
| DASHBOARD | `dashboard` |
3214

33-
## Order fieldset
15+
## Orders fieldset
3416

3517
By default, the `order` data returned in the response contains `orderNumber`, `eventId`, `contactId`, `memberId`, `anonimyzed` and `fullyCheckedIn` fields.
3618
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
4224
| TICKETS | `tickets` |
4325
| INVOICE | `invoice` |
4426

45-
## Ticket fieldset
27+
## Tickets fieldset
4628

4729
By default, the `ticket` data in the response contains `memberId` and `anonymized` fields.
4830
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
5335
| GUEST_DETAILS | `guestDetails` |
5436
| GUEST_FORM | `guestDetails.form` |
5537

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.
60-
61-
| Fieldset | Fields |
62-
|------------------|--------------------------------|
63-
| BODY | `body` |
64-
65-
## Token fieldset
66-
67-
By default, the get tokens response contains only `token` field.
68-
The response will also include following parameters based on the fieldsets provided in the request.
69-
70-
| Fieldset | Fields |
71-
|------------------|--------------------------------|
72-
| POLICIES | `policies` |

0 commit comments

Comments
 (0)