POST /rest/v1.0/projects/{project_id}/inspection_logs

Creates single Inspection Log.

See - Daily Log guide - for additional info on

Servers

Path parameters

Name Type Required Description
project_id Integer Yes

Unique identifier for the project.

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Procore-Company-Id Integer Yes

Unique company identifier associated with the Procore User Account.

Request body fields

Name Type Required Description
inspection_log Object Yes
inspection_log.start_hour Integer Yes

Starting time of inspection - hour

inspection_log.inspection_type String No

Type of inspection performed

inspection_log.end_hour Integer Yes

Ending time of inspection - hour

inspection_log.start_minute Integer Yes

Starting time of inspection - minute

inspection_log.inspector_name String No

Name of the inspector

inspection_log.inspecting_entity String No

Type of inspector that performing the inspection

inspection_log.date String No

Date of inspection. Format: YYYY-MM-DD Example: 2016-04-19

inspection_log.area String No

Area within the specified location

inspection_log.end_minute Integer Yes

Ending time of inspection - minute

inspection_log.location_id Integer No

The ID of the Location of the Inspection Log. location_id takes precedence over mt_location

inspection_log.datetime String No

Datetime of record. Mutually exclusive with the date property.

inspection_log.comments String No

Additional comments

inspection_log.mt_location[] Array No

Use this for creating a new multi-tier or single-tier Location. This will be ignored if location_id is provided. Look at Daily Log Guide for more info.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.