Procore.Api.ProjectManagementDrawingsDrawingDisciplines (procore_sdk v0.3.0)
API calls for all endpoints tagged ProjectManagementDrawingsDrawingDisciplines
.
Summary
Functions
List Drawing Disciplines List of Drawing Disciplines
Update drawing discipline
Update drawing discipline This is a deprecated endpoint.
List Drawing Disciplines List of Drawing Disciplines
Functions
Link to this function
rest_v10_projects_project_id_drawing_disciplines_get(connection, procore_company_id, project_id, opts \\ [])
@spec rest_v10_projects_project_id_drawing_disciplines_get( Tesla.Env.client(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, [ Procore.Model.RestV11ProjectsProjectIdDrawingDisciplinesGet200ResponseInner.t() ]} | {:error, Tesla.Env.t()}
List Drawing Disciplines List of Drawing Disciplines
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
Returns
{:ok, [%RestV11ProjectsProjectIdDrawingDisciplinesGet200ResponseInner{}, ...]}
on success{:error, Tesla.Env.t}
on failure
Link to this function
rest_v10_projects_project_id_drawing_disciplines_id_patch(connection, procore_company_id, project_id, id, opts \\ [])
@spec rest_v10_projects_project_id_drawing_disciplines_id_patch( Tesla.Env.client(), integer(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV11ProjectsProjectIdDrawingDisciplinesIdPatch200Response.t()} | {:error, Tesla.Env.t()}
Update drawing discipline
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 discipline to updateopts
(keyword): Optional parameters:body
(RestV11ProjectsProjectIdDrawingDisciplinesIdPatchRequest):
Returns
{:ok, Procore.Model.RestV11ProjectsProjectIdDrawingDisciplinesIdPatch200Response.t}
on success{:error, Tesla.Env.t}
on failure
Link to this function
rest_v10_projects_project_id_drawing_disciplines_id_put(connection, procore_company_id, project_id, id, name, opts \\ [])
@spec rest_v10_projects_project_id_drawing_disciplines_id_put( Tesla.Env.client(), integer(), integer(), integer(), String.t(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10ProjectsProjectIdDrawingDisciplinesIdPut200Response.t()} | {:error, Tesla.Env.t()}
Update drawing discipline This is a deprecated endpoint.
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 discipline to updatename
(String.t): New name for the Drawing Disciplineopts
(keyword): Optional parameters
Returns
{:ok, Procore.Model.RestV10ProjectsProjectIdDrawingDisciplinesIdPut200Response.t}
on success{:error, Tesla.Env.t}
on failure
Link to this function
rest_v11_projects_project_id_drawing_disciplines_get(connection, procore_company_id, project_id, opts \\ [])
@spec rest_v11_projects_project_id_drawing_disciplines_get( Tesla.Env.client(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, [ Procore.Model.RestV11ProjectsProjectIdDrawingDisciplinesGet200ResponseInner.t() ]} | {:error, Tesla.Env.t()}
List Drawing Disciplines List of Drawing Disciplines
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:"filters[id]"
([integer()]): Filter by Drawing Disciplines ID To request specific drawing discipline ids addfilters[id]=[1,2,3]
to filters:view
(String.t): Specify response schema view:page
(integer()): Page:per_page
(integer()): Elements per page
Returns
{:ok, [%RestV11ProjectsProjectIdDrawingDisciplinesGet200ResponseInner{}, ...]}
on success{:error, Tesla.Env.t}
on failure
Link to this function
rest_v11_projects_project_id_drawing_disciplines_id_patch(connection, procore_company_id, project_id, id, opts \\ [])
@spec rest_v11_projects_project_id_drawing_disciplines_id_patch( Tesla.Env.client(), integer(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV11ProjectsProjectIdDrawingDisciplinesIdPatch200Response.t()} | {:error, Tesla.Env.t()}
Update drawing discipline
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 discipline to updateopts
(keyword): Optional parameters:body
(RestV11ProjectsProjectIdDrawingDisciplinesIdPatchRequest):
Returns
{:ok, Procore.Model.RestV11ProjectsProjectIdDrawingDisciplinesIdPatch200Response.t}
on success{:error, Tesla.Env.t}
on failure