Procore.Api.CoreCompanyDirectoryCompanyVendorComments (procore_sdk v0.3.0)
API calls for all endpoints tagged CoreCompanyDirectoryCompanyVendorComments
.
Summary
Functions
List company vendor comments Return a list of Comments for the specified Company Vendor.
Functions
Link to this function
rest_v10_companies_company_id_vendors_vendor_id_comments_get(connection, procore_company_id, company_id, vendor_id, opts \\ [])
@spec rest_v10_companies_company_id_vendors_vendor_id_comments_get( Tesla.Env.client(), integer(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, [Procore.Model.VendorComment.t()]} | {:error, Tesla.Env.t()}
List company vendor comments Return a list of Comments for the specified Company Vendor.
Parameters
connection
(Procore.Connection): Connection to serverprocore_company_id
(integer()): Unique company identifier associated with the Procore User Account.company_id
(integer()): Unique identifier for the company.vendor_id
(integer()): Vendor IDopts
(keyword): Optional parameters:sort
(String.t): Return items with the specified sort.:page
(integer()): Page:per_page
(integer()): Elements per page
Returns
{:ok, [%VendorComment{}, ...]}
on success{:error, Tesla.Env.t}
on failure