Procore.Api.CoreTasksTaskItemCategories (procore_sdk v0.3.0)
API calls for all endpoints tagged CoreTasksTaskItemCategories
.
Summary
Functions
List task item categories Returns a list of task item categories associated with the company
Functions
Link to this function
rest_v10_companies_company_id_projects_project_id_task_item_categories_get(connection, procore_company_id, company_id, project_id, opts \\ [])
@spec rest_v10_companies_company_id_projects_project_id_task_item_categories_get( Tesla.Env.client(), integer(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, [ Procore.Model.RestV10CompaniesCompanyIdProjectsProjectIdTaskItemCategoriesGet200ResponseInner.t() ]} | {:error, Tesla.Env.t()}
List task item categories Returns a list of task item categories associated with the company
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.project_id
(integer()): Unique identifier for the project.opts
(keyword): Optional parameters:page
(integer()): Page:per_page
(integer()): Elements per page:view
(String.t): View to use when generating json. Defaults to normal
Returns
{:ok, [%RestV10CompaniesCompanyIdProjectsProjectIdTaskItemCategoriesGet200ResponseInner{}, ...]}
on success{:error, Tesla.Env.t}
on failure