v1

latestOpenAPI 3.0.12026-07-24310590875.6 KB
reports

Get audit trail details for a vendor

Get audit trail details about changes made to a vendor object. The audit trail lists records for each create and edit operation.

See Get audit trail details in the Guides section for more information, sample requests, and responses.

get/v3/reports/audit-trail/vendor/{vendorId}

Path parameters

vendorIdstring required

BILL-generated ID of the vendor. The value begins with 009.

Example:{{vendor_id}}

Query parameters

includeArchivedboolean nullable

Set as true to include all archived audit trail records in the response

startinteger nullable

Index of the first result

maxinteger nullable

Maximum number of results

Example:10

Headers

sessionIdstring nullable

API session ID generated with /v3/login

Example:{{session_id}}
devKeystring nullable

Developer key generated with your BILL developer account

Example:{{developer_key}}

Response

Get audit trail details response

sourcestring

Set as API when the create or edit operation is completed with the API

typestring

Operation type (CREATE or EDIT)

createdTimestring

Created date and time of the audit trail record