Get all employee forms
GET {{baseUrl}}/v1/employees/:employee_id/forms
Get a list of all employee's forms
scope: employee_forms:read
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Gusto-API-Version | string | Determines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used. | |
Accept | string |
RESPONSES
status: OK
[{"uuid":"48cdd5ec-a4dd-4840-a424-ad79f38d8408","name":"company_direct_deposit","title":"Direct Deposit Authorization","description":"We need you to sign paperwork to authorize us to debit and credit your bank account and file and pay your taxes.","draft":false,"requires_signing":true}]