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 \\ [])
@spec rest_v10_installation_requests_get( Tesla.Env.client(), integer(), integer(), String.t(), boolean(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, [Procore.Model.RestV10InstallationRequestsGet200ResponseInner.t()]} | {:error, Tesla.Env.t()}
List app installations Returns a list of app installation requests on a given 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.developer_app_id
(String.t): Developer App IDimplicit
(boolean()): False if the request was made via API, true if it was made on attempting to authenticate an appopts
(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 \\ [])
@spec rest_v10_installation_requests_post( Tesla.Env.client(), integer(), Procore.Model.Body78.t(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10InstallationRequestsGet200ResponseInner.t()} | {:error, Tesla.Env.t()}
Create installation request Request to install a new application
Parameters
connection
(Procore.Connection): Connection to serverprocore_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