Get a list of all the registered vendors.
External DocumentationTo learn more, visit the AuditBoard documentation.

Parameters

ParameterDescription
LimitLimit the number of the items in the result.
OffsetThe offset of the items in the result.

Example Output

{
	"auditable_entities": [
		{
			"id_string": "My Vendor! (uid: 150)",
			"custom_date1": null,
			"custom_date2": null,
			"custom_date3": null,
			"custom_date4": null,
			"effective_date": null,
			"prior_audit_final_report_date": null,
			"risk_next_audit_due_date": null,
			"regulatory_next_audit_due_date": null,
			"id": 150,
			"uid": "150",
			"name": "My Vendor!",
			"file_ids": [
				1878
			]
		}
	]
}

Workflow Library Example

List Vendors with Auditboard and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop