Show Timesheet To Budget Configuration
show_timesheet_to_budget_configurationRetrieve the timesheet-to-budget configuration for a Procore company using its company ID. Shows the mapping between timesheets and budget codes.
Instructions
Retrieves a single timesheet for the specified Procore company. Use this when you already know which timesheet you want and need its full field set. company_id defaults to the value set by procore_set_config when omitted. Returns a single JSON object describing the timesheet. Read-only — it changes nothing in Procore. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: company_id. Procore API: Project Management > Field Productivity. Endpoint: GET /rest/v1.0/companies/{company_id}/timesheets/timesheet_to_budget_configuration
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. |