Procore.Api.FieldProductivityTimecardGpsPositions (procore_sdk v0.3.0)
API calls for all endpoints tagged FieldProductivityTimecardGpsPositions
.
Summary
Functions
List Gps Positions Return a list of all Gps Positions.
Show Gps Position Return detailed information about a specific Gps Position.
Create Gps Position Create a new Gps Position.
Functions
Link to this function
rest_v10_companies_company_id_gps_positions_get(connection, procore_company_id, company_id, opts \\ [])
@spec rest_v10_companies_company_id_gps_positions_get( Tesla.Env.client(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, [ Procore.Model.RestV10CompaniesCompanyIdGpsPositionsGet200ResponseInner.t() ]} | {:error, Tesla.Env.t()}
List Gps Positions Return a list of all Gps Positions.
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.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
- DateYYYY-MM-DDTHH:MM:SSZ
...YYYY-MM-DDTHH:MM:SSZ
- DateTime with UTC OffsetYYYY-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 \\ [])
@spec rest_v10_companies_company_id_gps_positions_id_get( Tesla.Env.client(), integer(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10CompaniesCompanyIdGpsPositionsGet200ResponseInner.t()} | {:error, Tesla.Env.t()}
Show Gps Position Return detailed information about a specific Gps Position.
Parameters
connection
(Procore.Connection): Connection to serverprocore_company_id
(integer()): Unique company identifier associated with the Procore User Account.id
(integer()): ID of the Gps Positioncompany_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 \\ [])
@spec rest_v10_companies_company_id_gps_positions_post( Tesla.Env.client(), integer(), integer(), Procore.Model.RestV10CompaniesCompanyIdGpsPositionsPostRequest.t(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10CompaniesCompanyIdGpsPositionsGet200ResponseInner.t()} | {:error, Tesla.Env.t()}
Create Gps Position Create a new Gps Position.
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.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