Procore.Api.ProjectManagementModelsBIMViewFolders (procore_sdk v0.3.0)
API calls for all endpoints tagged ProjectManagementModelsBIMViewFolders
.
Summary
Functions
List BIM View Folders Lists BIM View Folders associated with the specified Project.
Create BIM View Folder Create BIM View Folder
Functions
Link to this function
rest_v10_bim_view_folders_get(connection, procore_company_id, project_id, opts \\ [])
@spec rest_v10_bim_view_folders_get( Tesla.Env.client(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, [Procore.Model.RestV10NestedBimViewFoldersPost200Response.t()]} | {:error, Tesla.Env.t()}
List BIM View Folders Lists BIM View Folders associated with the specified Project.
Parameters
connection
(Procore.Connection): Connection to serverprocore_company_id
(integer()): Unique company identifier associated with the Procore User Account.project_id
(integer()): Unique identifier for the project.opts
(keyword): Optional parameters:page
(integer()): Page:per_page
(integer()): Elements per page:"filters[id]"
([integer()]): Return item(s) with the specified IDs.:"filters[bim_file_id]"
(integer()): Filter item(s) with matching BIM File ids:"filters[parent_id]"
(integer()): Filter item(s) with matching parent_id
Returns
{:ok, [%RestV10NestedBimViewFoldersPost200Response{}, ...]}
on success{:error, Tesla.Env.t}
on failure
Link to this function
rest_v10_bim_view_folders_post(connection, procore_company_id, body128, opts \\ [])
@spec rest_v10_bim_view_folders_post( Tesla.Env.client(), integer(), Procore.Model.Body128.t(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10NestedBimViewFoldersPost200Response.t()} | {:error, Tesla.Env.t()}
Create BIM View Folder Create BIM View Folder
Parameters
connection
(Procore.Connection): Connection to serverprocore_company_id
(integer()): Unique company identifier associated with the Procore User Account.body128
(Body128):opts
(keyword): Optional parameters
Returns
{:ok, Procore.Model.RestV10NestedBimViewFoldersPost200Response.t}
on success{:error, Tesla.Env.t}
on failure