Procore.Api.CoreAppInstallationsInstallationRequests (procore_sdk v0.3.0)

API calls for all endpoints tagged CoreAppInstallationsInstallationRequests.

Summary

Functions

List app installations Returns a list of app installation requests on a given company

Create installation request Request to install a new application

Functions

Link to this function

rest_v10_installation_requests_get(connection, procore_company_id, company_id, developer_app_id, implicit, opts \\ [])

List app installations Returns a list of app installation requests on a given 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.
  • developer_app_id (String.t): Developer App ID
  • implicit (boolean()): False if the request was made via API, true if it was made on attempting to authenticate an app
  • opts (keyword): Optional parameters

Returns

  • {:ok, [%RestV10InstallationRequestsGet200ResponseInner{}, ...]} on success
  • {:error, Tesla.Env.t} on failure
Link to this function

rest_v10_installation_requests_post(connection, procore_company_id, body78, opts \\ [])

Create installation request Request to install a new application

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_company_id (integer()): Unique company identifier associated with the Procore User Account.
  • body78 (Body78):
  • opts (keyword): Optional parameters

Returns

  • {:ok, Procore.Model.RestV10InstallationRequestsGet200ResponseInner.t} on success
  • {:error, Tesla.Env.t} on failure