Procore.Api.CorePermissionsPermissions (procore_sdk v0.3.0)
API calls for all endpoints tagged CorePermissionsPermissions
.
Summary
Functions
Show permission manifest Company or project permission manifest for the current user
Functions
Link to this function
rest_v10_settings_permissions_get(connection, procore_company_id, opts \\ [])
@spec rest_v10_settings_permissions_get(Tesla.Env.client(), integer(), keyword()) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10SettingsPermissionsGet400Response.t()} | {:ok, Procore.Model.RestV10SettingsPermissionsGet200Response.t()} | {:error, Tesla.Env.t()}
Show permission manifest Company or project permission manifest for the current user
Parameters
connection
(Procore.Connection): Connection to serverprocore_company_id
(integer()): Unique company identifier associated with the Procore User Account.opts
(keyword): Optional parameters:project_id
(integer()): This parameter is required for project level permissions and should be omitted for company level permissions.:company_id
(integer()): This parameter is required for company level permissions and should be omitted for project level permissions.:filter_correspondence_types
(boolean()): Filter out Correspondence Types from permissions.
Returns
{:ok, Procore.Model.RestV10SettingsPermissionsGet200Response.t}
on success{:error, Tesla.Env.t}
on failure