Procore.Api.FieldProductivityTimecardGpsPositions (procore_sdk v0.3.0)

API calls for all endpoints tagged FieldProductivityTimecardGpsPositions.

Summary

Functions

Link to this function

rest_v10_companies_company_id_gps_positions_get(connection, procore_company_id, company_id, opts \\ [])

List Gps Positions Return a list of all Gps Positions.

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.
  • opts (keyword): Optional parameters
    • :"filters[id]" ([integer()]): Return item(s) with the specified IDs.
    • :"filters[created_by_id]" ([integer()]): Returns item(s) created by the specified User IDs.
    • :"filters[updated_at]" (Date.t): Return item(s) last updated within the specified ISO 8601 datetime range. Formats: YYYY-MM-DD...YYYY-MM-DD - Date YYYY-MM-DDTHH:MM:SSZ...YYYY-MM-DDTHH:MM:SSZ - DateTime with UTC Offset YYYY-MM-DDTHH:MM:SS+XX:00...YYYY-MM-DDTHH:MM:SS+XX:00 - Datetime with Custom Offset
    • :page (integer()): Page
    • :per_page (integer()): Elements per page

Returns

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

rest_v10_companies_company_id_gps_positions_id_get(connection, procore_company_id, id, company_id, opts \\ [])

Show Gps Position Return detailed information about a specific Gps Position.

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_company_id (integer()): Unique company identifier associated with the Procore User Account.
  • id (integer()): ID of the Gps Position
  • company_id (integer()): Unique identifier for the company.
  • opts (keyword): Optional parameters

Returns

  • {:ok, Procore.Model.RestV10CompaniesCompanyIdGpsPositionsGet200ResponseInner.t} on success
  • {:error, Tesla.Env.t} on failure
Link to this function

rest_v10_companies_company_id_gps_positions_post(connection, procore_company_id, company_id, rest_v10_companies_company_id_gps_positions_post_request, opts \\ [])

Create Gps Position Create a new Gps Position.

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.
  • rest_v10_companies_company_id_gps_positions_post_request (RestV10CompaniesCompanyIdGpsPositionsPostRequest):
  • opts (keyword): Optional parameters

Returns

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