List Delay Log Types
list_delay_log_typesRetrieves paginated delay log types for a project, including visibility status. Use to list types and filter by visibility for daily log management.
Instructions
Returns all Delay Log Types associated with the project and their visibility. Use this to enumerate Daily Log records when you need a paginated overview, to find IDs, or to filter by query parameters. Returns a paginated JSON array of Daily Log records. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: project_id. Procore API: Project Management > Daily Log. Endpoint: GET /rest/v1.0/projects/{project_id}/daily_logs/delay_log_types
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| filters__visible | No | Query string parameter — filter Delay Log Types based on visible. Defaults to true, to query all types pass 'false...true' | |
| 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) |