get https://api.gusto-demo.com/v1/contractors//forms
Get a list of all contractor's forms
scope: contractor_forms:read
Responses
404Not Found
The requested resource does not exist. Make sure the provided UUID is valid.
Get a list of all contractor's forms
scope: contractor_forms:read
404Not Found
The requested resource does not exist. Make sure the provided UUID is valid.
xxxxxxxxxx
curl --request GET \
--url https://api.gusto-demo.com/v1/contractors/contractor_uuid/forms \
--header 'X-Gusto-API-Version: 2024-04-01' \
--header 'accept: application/json'
xxxxxxxxxx
14[
{
"uuid": "48cdd5ec-a4dd-4840-a424-ad79f38d8408",
"name": "US_1099",
"title": "Form 1099: 2020",
"description": "Form 1099 records your annual income as a contractor.",
"draft": false,
"requires_signing": false,
"year": 2020,
"quarter": null,
"document_content_type": "application/pdf",
"contractor_uuid": "123dd616-6dbc-4724-938a-403f6217a933"
}
]