List Observation Types
list_observation_typesRetrieve a paginated list of observation types from a Procore project or company. Filter to find specific IDs or get an overview.
Instructions
Returns a collection of Observation Types from the Project's Company or from the Company, depending on which query parameter is used. NOTE: Though both query parameters are marked as required below, only one of the two needs to be passed in (i.e., if you pass in a project_id then you do not need to also pass in a company_id, and vice versa). Use this to enumerate Observations when you need a paginated overview, to find IDs, or to filter by query parameters. Returns a paginated JSON array of Observations. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: project_id, company_id. Procore API: Project Management > Observations. Endpoint: GET /rest/v1.0/observations/types
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| company_id | Yes | Query string parameter — unique identifier for the company. | |
| page | No | Query string parameter — page number for paginated results (default: 1) | |
| per_page | No | Query string parameter — number of items per page (default: 100, max: 100) |