procore v0.0.1 Procore.Resources.ProjectConfigurations

Available requests for the project_configuration resource.

Link to this section Summary

Functions

Gets a project configuration

Link to this section Functions

Link to this function find(params)
find(%{optional(project_id :: String.t()) => integer()}) ::
  %ResponseResult{
    parsed_body:
      Procore.Resources.ProjectConfigurations.ResponseBodyTypes.GetProjectConfiguration.t(),
    reply: atom(),
    status_code: DefinedTypes.non_error_status_code()
  }
  | %ErrorResult{reason: term(), reply: term()}

Gets a project configuration.

See Procore.Resources.ProjectConfigurations.ResponseBodyTypes.GetProjectConfiguration.t/0 for response body.