Procore.Api.ProjectManagementBiddingBidPackageDocuments (procore_sdk v0.3.0)
API calls for all endpoints tagged ProjectManagementBiddingBidPackageDocuments
.
Summary
Functions
Gets documents attached to Bid Package Returns list of all documents attached to Bid Package, with meta information about all drawings
Functions
Link to this function
rest_v10_companies_company_id_planroom_bid_packages_bid_package_id_documents_get(connection, procore_company_id, company_id, bid_package_id, opts \\ [])
@spec rest_v10_companies_company_id_planroom_bid_packages_bid_package_id_documents_get( Tesla.Env.client(), integer(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10CompaniesCompanyIdPlanroomBidPackagesBidPackageIdDocumentsGet200Response.t()} | {:error, Tesla.Env.t()}
Gets documents attached to Bid Package Returns list of all documents attached to Bid Package, with meta information about all drawings
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.bid_package_id
(integer()): Bid Package IDopts
(keyword): Optional parameters
Returns
{:ok, Procore.Model.RestV10CompaniesCompanyIdPlanroomBidPackagesBidPackageIdDocumentsGet200Response.t}
on success{:error, Tesla.Env.t}
on failure