Procore.Api.CoreTasksTaskItemCategories (procore_sdk v0.3.0)

API calls for all endpoints tagged CoreTasksTaskItemCategories.

Summary

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 \\ [])

List task item categories Returns a list of task item categories associated with the company

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_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