Procore.Api.ProjectManagementModelsBIMModelRevisionProperties (procore_sdk v0.3.0)
API calls for all endpoints tagged ProjectManagementModelsBIMModelRevisionProperties
.
Summary
Functions
List BIM Model Revision properties Lists properties for a specific BIM Model Revision.
Functions
Link to this function
rest_v10_bim_model_revisions_id_properties_get(connection, procore_company_id, id, project_id, opts \\ [])
@spec rest_v10_bim_model_revisions_id_properties_get( Tesla.Env.client(), integer(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, [Procore.Model.RestV10BimPropertyFilesIdPropertiesGet200ResponseInner.t()]} | {:error, Tesla.Env.t()}
List BIM Model Revision properties Lists properties for a specific BIM Model Revision.
Parameters
connection
(Procore.Connection): Connection to serverprocore_company_id
(integer()): Unique company identifier associated with the Procore User Account.id
(integer()): BIM Model Revision IDproject_id
(integer()): Unique identifier for the project.opts
(keyword): Optional parameters:page
(integer()): Page:per_page
(integer()): Elements per page:"filters[object_id]"
([integer()]): Filter item(s) with matching object_id.:"filters[category]"
([String.t]): Filter item(s) with matching category.:"filters[name]"
([String.t]): Filter item(s) with matching name.:"filters[value]"
([String.t]): Filter item(s) with matching value.:"filters[query]"
(String.t): Filter item(s) containing query. Searchable fields include Property Category, Name, and Value:"filters[curated_list]"
(boolean()): Filter item(s) to return a curated list of properties:"filters[has_uom]"
(boolean()): Filter item(s) to return properties with/without unit of measurement (uom).
Returns
{:ok, [%RestV10BimPropertyFilesIdPropertiesGet200ResponseInner{}, ...]}
on success{:error, Tesla.Env.t}
on failure