Procore.Api.FieldProductivityManagedEquipmentEquipmentLog (procore_sdk v0.3.0)
API calls for all endpoints tagged FieldProductivityManagedEquipmentEquipmentLog
.
Summary
Functions
List all equipment logs Return a list of all equipment Logs for the projects the current user has access to.
Show an equipment log Return detailed information about a specific equipment log
Create equipment log. Create a new equipment log.
List Project Equipment Logs Return a list of all equipment logs for a specified project
Delete an Project Equipment Log Detete a specific equipment log
Show an Project Equipment Log Return detailed information about a specific equipment log
Update an Project Equipment Log Update a specified equipment log
Create an Project Equipment Log Create a new equipment log entry
Functions
rest_v10_companies_company_id_managed_equipment_logs_get(connection, procore_company_id, company_id, opts \\ [])
@spec rest_v10_companies_company_id_managed_equipment_logs_get( Tesla.Env.client(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, [ Procore.Model.RestV10CompaniesCompanyIdManagedEquipmentLogsGet200ResponseInner.t() ]} | {:error, Tesla.Env.t()}
List all equipment logs Return a list of all equipment Logs for the projects the current user has access to.
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.opts
(keyword): Optional parameters:page
(integer()): Page:per_page
(integer()): Elements per page
Returns
{:ok, [%RestV10CompaniesCompanyIdManagedEquipmentLogsGet200ResponseInner{}, ...]}
on success{:error, Tesla.Env.t}
on failure
rest_v10_companies_company_id_managed_equipment_logs_id_get(connection, procore_company_id, id, company_id, opts \\ [])
@spec rest_v10_companies_company_id_managed_equipment_logs_id_get( Tesla.Env.client(), integer(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10CompaniesCompanyIdManagedEquipmentLogsGet200ResponseInner.t()} | {:error, Tesla.Env.t()}
Show an equipment log Return detailed information about a specific equipment log
Parameters
connection
(Procore.Connection): Connection to serverprocore_company_id
(integer()): Unique company identifier associated with the Procore User Account.id
(integer()): ID of the log to getcompany_id
(integer()): Unique identifier for the company.opts
(keyword): Optional parameters
Returns
{:ok, Procore.Model.RestV10CompaniesCompanyIdManagedEquipmentLogsGet200ResponseInner.t}
on success{:error, Tesla.Env.t}
on failure
rest_v10_companies_company_id_managed_equipment_logs_post(connection, procore_company_id, company_id, opts \\ [])
@spec rest_v10_companies_company_id_managed_equipment_logs_post( Tesla.Env.client(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10CompaniesCompanyIdManagedEquipmentLogsGet200ResponseInner.t()} | {:error, Tesla.Env.t()}
Create equipment log. Create a new equipment log.
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.opts
(keyword): Optional parameters:body
(RestV10CompaniesCompanyIdManagedEquipmentLogsPostRequest):
Returns
{:ok, Procore.Model.RestV10CompaniesCompanyIdManagedEquipmentLogsGet200ResponseInner.t}
on success{:error, Tesla.Env.t}
on failure
rest_v10_projects_project_id_managed_equipment_logs_get(connection, procore_company_id, project_id, opts \\ [])
@spec rest_v10_projects_project_id_managed_equipment_logs_get( Tesla.Env.client(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, [ Procore.Model.RestV10CompaniesCompanyIdManagedEquipmentLogsGet200ResponseInner.t() ]} | {:error, Tesla.Env.t()}
List Project Equipment Logs Return a list of all equipment logs for a 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
Returns
{:ok, [%RestV10CompaniesCompanyIdManagedEquipmentLogsGet200ResponseInner{}, ...]}
on success{:error, Tesla.Env.t}
on failure
rest_v10_projects_project_id_managed_equipment_logs_id_delete(connection, procore_company_id, project_id, id, opts \\ [])
@spec rest_v10_projects_project_id_managed_equipment_logs_id_delete( Tesla.Env.client(), integer(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10CompaniesCompanyIdManagedEquipmentLogsGet200ResponseInner.t()} | {:error, Tesla.Env.t()}
Delete an Project Equipment Log Detete a specific equipment log
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.id
(integer()): ID of the company to get the logs foropts
(keyword): Optional parameters
Returns
{:ok, Procore.Model.RestV10CompaniesCompanyIdManagedEquipmentLogsGet200ResponseInner.t}
on success{:error, Tesla.Env.t}
on failure
rest_v10_projects_project_id_managed_equipment_logs_id_get(connection, procore_company_id, project_id, id, opts \\ [])
@spec rest_v10_projects_project_id_managed_equipment_logs_id_get( Tesla.Env.client(), integer(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10CompaniesCompanyIdManagedEquipmentLogsGet200ResponseInner.t()} | {:error, Tesla.Env.t()}
Show an Project Equipment Log Return detailed information about a specific equipment log
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.id
(integer()): ID of the company to get the logs foropts
(keyword): Optional parameters
Returns
{:ok, Procore.Model.RestV10CompaniesCompanyIdManagedEquipmentLogsGet200ResponseInner.t}
on success{:error, Tesla.Env.t}
on failure
rest_v10_projects_project_id_managed_equipment_logs_id_patch(connection, procore_company_id, project_id, id, opts \\ [])
@spec rest_v10_projects_project_id_managed_equipment_logs_id_patch( Tesla.Env.client(), integer(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10CompaniesCompanyIdManagedEquipmentLogsGet200ResponseInner.t()} | {:error, Tesla.Env.t()}
Update an Project Equipment Log Update a specified equipment log
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.id
(integer()): ID of the company to get the logs foropts
(keyword): Optional parameters:body
(RestV10CompaniesCompanyIdManagedEquipmentLogsPostRequest):
Returns
{:ok, Procore.Model.RestV10CompaniesCompanyIdManagedEquipmentLogsGet200ResponseInner.t}
on success{:error, Tesla.Env.t}
on failure
rest_v10_projects_project_id_managed_equipment_logs_post(connection, procore_company_id, project_id, opts \\ [])
@spec rest_v10_projects_project_id_managed_equipment_logs_post( Tesla.Env.client(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10CompaniesCompanyIdManagedEquipmentLogsGet200ResponseInner.t()} | {:error, Tesla.Env.t()}
Create an Project Equipment Log Create a new equipment log entry
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:body
(RestV10CompaniesCompanyIdManagedEquipmentLogsPostRequest):
Returns
{:ok, Procore.Model.RestV10CompaniesCompanyIdManagedEquipmentLogsGet200ResponseInner.t}
on success{:error, Tesla.Env.t}
on failure