Skip to content

Commit 6dd5500

Browse files
committed
Auto commit from WixDocs server
1 parent c147887 commit 6dd5500

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
SortOrder: 3
2+
# Fieldset
3+
4+
Fieldset is a unified control for additional data that can be returned in the response.
5+
6+
## Policy fieldset
7+
8+
By default, the `policy` data in the response contains `id`, `eventId`, `name`, `updated_date` and `sortIndex` fields.
9+
The response will also include following parameters based on the fieldsets provided in the request.
10+
11+
| Fieldset | Fields |
12+
|------------------|--------------------------------|
13+
| BODY | `body` |
14+
15+
## Token fieldset
16+
17+
By default, the get tokens response contains only `token` field.
18+
The response will also include following parameters based on the fieldsets provided in the request.
19+
20+
| Fieldset | Fields |
21+
|------------------|--------------------------------|
22+
| POLICIES | `policies` |

0 commit comments

Comments
 (0)