Procore.Api.CoreProjectProjectDates (procore_sdk v0.1.3)
API calls for all endpoints tagged CoreProjectProjectDates
.
Summary
Functions
List Project Dates Returns a list of Project Dates.
Show Project Date Show details of the specified Project Date
List Project Dates Returns a list of Project Dates.
Show Project Date Show details of the specified Project Date
Functions
Link to this function
rest_v10_project_dates_get(connection, procore_company_id, project_id, opts \\ [])
@spec rest_v10_project_dates_get(Tesla.Env.client(), integer(), integer(), keyword()) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10ProjectsProjectIdProjectDatesGet200Response.t()} | {:error, Tesla.Env.t()}
List Project Dates Returns a list of Project Dates.
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, Procore.Model.RestV10ProjectsProjectIdProjectDatesGet200Response.t}
on success{:error, Tesla.Env.t}
on failure
Link to this function
rest_v10_project_dates_id_get(connection, procore_company_id, id, project_id, opts \\ [])
@spec rest_v10_project_dates_id_get( Tesla.Env.client(), integer(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10ProjectsProjectIdProjectDatesIdGet200Response.t()} | {:error, Tesla.Env.t()}
Show Project Date Show details of the specified Project Date
Parameters
connection
(Procore.Connection): Connection to serverprocore_company_id
(integer()): Unique company identifier associated with the Procore User Account.id
(integer()): ID of the Project Dateproject_id
(integer()): Unique identifier for the project.opts
(keyword): Optional parameters
Returns
{:ok, Procore.Model.RestV10ProjectsProjectIdProjectDatesIdGet200Response.t}
on success{:error, Tesla.Env.t}
on failure
Link to this function
rest_v10_projects_project_id_project_dates_get(connection, procore_company_id, project_id, opts \\ [])
@spec rest_v10_projects_project_id_project_dates_get( Tesla.Env.client(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10ProjectsProjectIdProjectDatesGet200Response.t()} | {:error, Tesla.Env.t()}
List Project Dates Returns a list of Project Dates.
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, Procore.Model.RestV10ProjectsProjectIdProjectDatesGet200Response.t}
on success{:error, Tesla.Env.t}
on failure
Link to this function
rest_v10_projects_project_id_project_dates_id_get(connection, procore_company_id, id, project_id, opts \\ [])
@spec rest_v10_projects_project_id_project_dates_id_get( Tesla.Env.client(), integer(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10ProjectsProjectIdProjectDatesIdGet200Response.t()} | {:error, Tesla.Env.t()}
Show Project Date Show details of the specified Project Date
Parameters
connection
(Procore.Connection): Connection to serverprocore_company_id
(integer()): Unique company identifier associated with the Procore User Account.id
(integer()): ID of the Project Dateproject_id
(integer()): Unique identifier for the project.opts
(keyword): Optional parameters
Returns
{:ok, Procore.Model.RestV10ProjectsProjectIdProjectDatesIdGet200Response.t}
on success{:error, Tesla.Env.t}
on failure