get https://dc1demogwext.paylocity.com/documents/v1/companies//companyDocuments
Summary Description
The GET company documents resource will return a list of documents for a specified company ID.
Responses
401Unauthorized
Summary Description
The GET company documents resource will return a list of documents for a specified company ID.
401Unauthorized
xxxxxxxxxx
curl --request GET \
--url https://dc1demogwext.paylocity.com/documents/v1/companies/companyId/companyDocuments \
--header 'accept: application/json'
xxxxxxxxxx
[
{
"documentId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"companyId": "string",
"displayName": "string",
"receivedDate": "2025-04-01T18:08:22.194Z",
"uploadedDate": "2025-04-01T18:08:22.194Z"
}
]