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.

Functions

Link to this function

rest_v10_bim_view_folders_get(connection, procore_company_id, project_id, opts \\ [])

List BIM View Folders Lists BIM View Folders associated with the specified Project.

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_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 \\ [])

Create BIM View Folder Create BIM View Folder

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_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