List All Time And Material Entry Matching The Search Keyword
list_all_time_and_material_entry_matching_the_search_keywordFind and return all time and material entries matching a search keyword for a specific Procore project.
Instructions
Return a list of all Time And Material Entry matching the search keyword. Use this to perform the list all action on Field Productivity records. Creates a new Field Productivity records and returns the created object on success (HTTP 201). Required parameters: project_id. Procore API: Project Management > Field Productivity. Endpoint: POST /rest/v1.0/projects/{project_id}/time_and_material_entries/search
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| search_keyword | No | Query string parameter — keyword for looking up Time And Material Entries |