Download OpenAPI specification:Download
Web API for single item identification for forest production, protection and management.
Please, notice that resource tags are ordered by dependency and/or place along the forest value chain. For instance, in order to create a Forest Operation, a respective Forest Property must be created first.
[For internal use]
Participant organizations with programmatic access to the Sintetic GeoDB API.
All organizations are returned, including those soft deleted. Available only for administrators.
[- {
- "id": 0,
- "name": "string",
- "abbreviation": "string",
- "website": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "soft_deleted_at": "2019-08-24T14:15:22Z"
}
]Available only for administrators.
| name required | string |
| abbreviation required | string |
| website required | string |
{- "name": "string",
- "abbreviation": "string",
- "website": "string"
}Available only for administrators.
| organization_id required | string Example: organization_id |
{- "id": 0,
- "name": "string",
- "abbreviation": "string",
- "website": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "soft_deleted_at": "2019-08-24T14:15:22Z"
}Available only for administrators.
| organization_id required | string Example: organization_id |
| name required | string |
| abbreviation required | string |
| website required | string |
{- "name": "string",
- "abbreviation": "string",
- "website": "string"
}All of the organization's users will be soft deleted and their respective login tokens will be deactivated. Soft deletion is used to maintain data integrity and for accountability reasons. Deletion of the current logged-in user's organization is not allowed. If an organization is already soft deleted this operation has no effect. Available only for administrators.
| organization_id required | string Example: organization_id |
[For internal use]
Users who belong to a participant organization and have programmatic access to the Sintetic GeoDB API.
All users are returned, including those soft deleted. Available only for administrators.
[- {
- "id": 0,
- "email": "string",
- "name": "string",
- "admin": true,
- "organization": {
- "id": 0,
- "name": "string",
- "abbreviation": "string",
- "website": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "soft_deleted_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "soft_deleted_at": "2019-08-24T14:15:22Z"
}
]Available only for administrators.
| email required | string |
| name required | string |
| password required | string |
| organization_id required | integer |
{- "email": "string",
- "name": "string",
- "password": "string",
- "organization_id": 0
}Available when logged in as the requested user or as an administrator.
| user_id required | string Example: user_id |
{- "id": 0,
- "email": "string",
- "name": "string",
- "admin": true,
- "organization": {
- "id": 0,
- "name": "string",
- "abbreviation": "string",
- "website": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "soft_deleted_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "soft_deleted_at": "2019-08-24T14:15:22Z"
}Available only for administrators.
| user_id required | string Example: user_id |
| email required | string |
| name required | string |
| organization_id required | integer |
{- "email": "string",
- "name": "string",
- "organization_id": 0
}All of the user's login tokens will be deactivated.
Soft deletion is used to maintain data integrity and for accountability reasons.
Self-deletion is not possible, i.e., the currently logged-in user cannot delete themself.
If a user is already soft deleted this operation has no effect.
Available only for administrators.
| user_id required | string Example: user_id |
User authentication and authorization. Most of these endpoints are for internal use or for more complex interactions with the API.
Only the active bearer logins of the logged-in user are returned.
[- {
- "id": 0,
- "name": "string",
- "scopes": [
- "string"
], - "active_at": "2019-08-24T14:15:22Z",
- "inactive_at": "2019-08-24T14:15:22Z"
}
]Bearer login details.
object | |||||
| |||||
{- "bearer_login": {
- "name": "string",
- "scopes": [
- "string"
]
}
}{- "bearer_login": {
- "id": 0,
- "name": "string",
- "scopes": [
- "string"
], - "active_at": "2019-08-24T14:15:22Z",
- "inactive_at": "2019-08-24T14:15:22Z"
}, - "token": "string"
}Retrieves only bearer logins from the current user
| bearer_login_id required | string Example: bearer_login_id |
{- "id": 0,
- "name": "string",
- "scopes": [
- "string"
], - "active_at": "2019-08-24T14:15:22Z",
- "inactive_at": "2019-08-24T14:15:22Z"
}Login credentials.
object | |||||
| |||||
{- "login": {
- "email": "user@example.com",
- "password": "pa$$word"
}
}{- "login": {
- "token": "string",
- "expiry": "2019-08-24T14:15:22Z",
- "user_id": 0
}
}Update password of the user associated to the password reset token, if valid.
Pasword reset token.
| token | string |
object |
{- "token": "string",
- "password_reset": {
- "password": "pa$$word"
}
}Shared naming of tree species. For cases in which the species is unknown, the special ID '00000000-0000-0000-0000-000000000000' can be used, which has the name Species incognita.
Immediate associations:
| name | string Search by name |
| common_name | string Search by common name |
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "common_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
]Available only for administrators.
| tree_species_id required | string Example: tree_species_id |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "common_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}Available only for administrators.
| tree_species_id required | string Example: tree_species_id |
| name required | string |
| common_name | string |
{- "name": "string",
- "common_name": "string"
}Proprietors of forestland used for logging operations.
Immediate associations:
| page | integer Default: 1 Page number |
| per_page | integer Default: 25 Maximum number of items per page, with an upper limit of 100 |
| created_at | string (TimeInterval) Filter by creation datetime interval |
| name | string Search by name |
| type | string Enum: "legal_entity" "person" Filter by forest property owner |
| sort_by | string Default: "newest" Enum: "newest" "oldest" "name" Sort results by creation date or name |
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "legal_entity",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
]Bearer token with scope inventory_write required.
| id required | string <uuid> (Universally unique identitifier) |
| name required | string |
| type | string Enum: "legal_entity" "person" |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "legal_entity"
}| forest_property_owner_id required | string Example: forest_property_owner_id |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "legal_entity",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}Bearer token with scope inventory_write required.
| forest_property_owner_id required | string Example: forest_property_owner_id |
| id required | string <uuid> (Universally unique identitifier) |
| name required | string |
| type | string Enum: "legal_entity" "person" |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "legal_entity"
}Forestland units used for logging operations.
Immediate associations:
[subcompartmentable_type=forest_property]| page | integer Default: 1 Page number |
| per_page | integer Default: 25 Maximum number of items per page, with an upper limit of 100 |
| name | string Search by name |
| created_at | string (TimeInterval) Filter by creation datetime interval |
| country_iso | string Filter by country (ISO 3166-1 alpha-2) |
| owner_id | string <uuid> (Universally unique identitifier) Filter by forest property owner ID |
| ownership_type | string Enum: "public" "private" Filter by ownership type |
| bbox | Array of numbers (BoundingBox) Example: bbox=11.1,43.2,12.8,44.9 Filter by intersection of location and bounding box |
| sort_by | string Default: "newest" Enum: "newest" "oldest" "name" Sort results by creation date or name |
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "ownership_type": "public",
- "country_iso": "IT",
- "subdivision_iso": "IT-52",
- "description": "string",
- "related_overview": {
- "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "legal_entity",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
]Bearer token with scope inventory_write required.
| id required | string <uuid> (Universally unique identitifier) |
| name required | string |
required | object (GeoJSONPoint) Centroid of associated forest operation boundaries. |
| ownership_type | string Enum: "public" "private" |
| country_iso | string Uppercase country code (ISO 3166-1 alpha-2). |
| subdivision_iso | string Uppercase administrative subsivision (ISO 3166-2). If present, 'country_iso' is required. |
| description | string |
| owner_id | string <uuid> (Universally unique identitifier) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "ownership_type": "public",
- "country_iso": "IT",
- "subdivision_iso": "IT-52",
- "description": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05"
}| forest_property_id required | string Example: forest_property_id |
| expand_related required | boolean Include expanded related associations; otherwise, only a summary is provided in |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "ownership_type": "public",
- "country_iso": "IT",
- "subdivision_iso": "IT-52",
- "description": "string",
- "related_overview": {
- "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "legal_entity",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}Bearer token with scope inventory_write required.
| forest_property_id required | string Example: forest_property_id |
| id required | string <uuid> (Universally unique identitifier) |
| name required | string |
required | object (GeoJSONPoint) Centroid of associated forest operation boundaries. |
| ownership_type | string Enum: "public" "private" |
| country_iso | string Uppercase country code (ISO 3166-1 alpha-2). |
| subdivision_iso | string Uppercase administrative subsivision (ISO 3166-2). If present, 'country_iso' is required. |
| description | string |
| owner_id | string <uuid> (Universally unique identitifier) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "ownership_type": "public",
- "country_iso": "IT",
- "subdivision_iso": "IT-52",
- "description": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05"
}Operations break down forestland spatially and temporarily, easing management and reporting.
Immediate associations:
[subcompartmentable=forest_operation][forest_reportable=forest_operation][forest_reportable=forest_operation][forest_reportable=forest_operation][sawmill_tree_log_reportable=forest_operation]| page | integer Default: 1 Page number |
| per_page | integer Default: 25 Maximum number of items per page, with an upper limit of 100 |
| created_at | string (TimeInterval) Filter by creation datetime interval |
| name | string Search by name |
| forest_property_id | string <uuid> (Universally unique identitifier) Filter by forest property ID |
| type | string Enum: "thinning" "clearfell" "continuous_cover_forestry" "inventory" Filter by type |
| status | string Enum: "planned" "in_progress" "on_hold" "complete" Filter by status |
| start_date | string (TimeInterval) Filter by start date |
| end_date | string (TimeInterval) Filter by end date |
| manager | string Search by manager |
| bbox | Array of numbers (BoundingBox) Example: bbox=11.1,43.2,12.8,44.9 Filter by intersection of location and bounding box |
| certificate_id | string <uuid> (Universally unique identitifier) Filter by associated certificate ID |
| certificate_name | string Search by associated certificate name |
| certificate_reference_code | string Filter by associated certificate reference code |
| certificate_status | string Filter by associated certificate status |
| certificate_start_date | string (TimeInterval) Filter by associated certificate start date |
| certificate_end_date | string (TimeInterval) Filter by associated certificate end date |
| origin_property_id | string <uuid> (Universally unique identitifier) Filter by the ID of the forest property of origin |
| origin_property_owner_id | string <uuid> (Universally unique identitifier) Filter by the owner ID of the forest property of origin |
| origin_property_country_iso | string Filter by the country (ISO 3166-1 alpha-2) of the forest property of origin |
| sort_by | string Default: "newest" Enum: "newest" "oldest" "name" Sort results by creation date or name |
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "status": "planned",
- "type": "thinning",
- "manager": "string",
- "start_date": "2019-08-24",
- "end_date": "2019-08-24",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "elevation": 0,
- "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "related_overview": {
- "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "ownership_type": "public",
- "country_iso": "IT",
- "subdivision_iso": "IT-52",
- "description": "string",
- "related_overview": {
- "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "legal_entity",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
]Bearer token with scope inventory_write required.
| id required | string <uuid> (Universally unique identitifier) |
| name required | string |
| status | string Enum: "planned" "in_progress" "on_hold" "complete" |
| type | string Enum: "thinning" "clearfell" "continuous_cover_forestry" "inventory" |
| manager | string |
| start_date | string <date> |
| end_date | string <date> |
object (GeoJSONPoint) | |
| elevation | number Unit: meter (m). Elevation above sea level (ASL). |
| area required | number Unit: hectare (ha). |
| productive_area | number Unit: hectare (ha). |
| harvested_area | number Unit: hectare (ha). |
| forest_property_id required | string <uuid> (Universally unique identitifier) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "status": "planned",
- "type": "thinning",
- "manager": "string",
- "start_date": "2019-08-24",
- "end_date": "2019-08-24",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "elevation": 0,
- "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "forest_property_id": "5d6232cf-1bc2-4d95-b482-70ba73bac5a0"
}| forest_operation_id required | string Example: forest_operation_id |
| expand_related required | boolean Include expanded related associations; otherwise, only a summary is provided in |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "status": "planned",
- "type": "thinning",
- "manager": "string",
- "start_date": "2019-08-24",
- "end_date": "2019-08-24",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "elevation": 0,
- "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "related_overview": {
- "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "ownership_type": "public",
- "country_iso": "IT",
- "subdivision_iso": "IT-52",
- "description": "string",
- "related_overview": {
- "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "legal_entity",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}Bearer token with scope inventory_write required.
| forest_operation_id required | string Example: forest_operation_id |
| id required | string <uuid> (Universally unique identitifier) |
| name required | string |
| status | string Enum: "planned" "in_progress" "on_hold" "complete" |
| type | string Enum: "thinning" "clearfell" "continuous_cover_forestry" "inventory" |
| manager | string |
| start_date | string <date> |
| end_date | string <date> |
object (GeoJSONPoint) | |
| elevation | number Unit: meter (m). Elevation above sea level (ASL). |
| area required | number Unit: hectare (ha). |
| productive_area | number Unit: hectare (ha). |
| harvested_area | number Unit: hectare (ha). |
| forest_property_id required | string <uuid> (Universally unique identitifier) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "status": "planned",
- "type": "thinning",
- "manager": "string",
- "start_date": "2019-08-24",
- "end_date": "2019-08-24",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "elevation": 0,
- "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "forest_property_id": "5d6232cf-1bc2-4d95-b482-70ba73bac5a0"
}Generic attachment files for a forest operation.
Immediate associations:
| page | integer Default: 1 Page number |
| per_page | integer Default: 25 Maximum number of items per page, with an upper limit of 100 |
| created_at | string (TimeInterval) Filter by creation datetime interval |
| forest_operation_id | string <uuid> (Universally unique identitifier) Filter by forest operation ID |
| name | string Search by name |
| type | string Filter by type |
| category | string Enum: "office" "image" "geo_vector" "geo_raster" "data_exchange" "archive" Filter by category |
| tag | string Filter by tag |
| sort_by | string Default: "newest" Enum: "newest" "oldest" "type" "name" "largest" "smallest" Sort results |
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "string",
- "category": "office",
- "size": 0,
- "url": "string",
- "description": "string",
- "tags": [
- "string"
], - "related_overview": {
- "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
]Bearer token with scope inventory_write required.
| attachment:id required | string <uuid> |
| attachment:forest_operation_id required | string <uuid> |
| attachment:file required | string <binary> |
| attachment:name | string If missing it will default to the filename without extension |
| attachment:tags | Array of strings |
| attachment:description | string |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "string",
- "category": "office",
- "size": 0,
- "url": "string",
- "description": "string",
- "tags": [
- "string"
], - "related_overview": {
- "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}| forest_operation_attachment_id required | string Example: forest_operation_attachment_id |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "string",
- "category": "office",
- "size": 0,
- "url": "string",
- "description": "string",
- "tags": [
- "string"
], - "related_overview": {
- "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}Bearer token with scope inventory_write required.
| forest_operation_attachment_id required | string Example: forest_operation_attachment_id |
required | object | ||||||
| |||||||
{- "attachment": {
- "name": "string",
- "description": "string",
- "tags": [
- "string"
]
}
}Attachment files that contain climate data —tables (as CSV) and plots (as JPEG)— for a given forest operation.
Immediate associations:
| page | integer Default: 1 Page number |
| per_page | integer Default: 25 Maximum number of items per page, with an upper limit of 100 |
| created_at | string (TimeInterval) Filter by creation datetime interval |
| forest_operation_id | string <uuid> (Universally unique identitifier) Filter by forest operation ID |
| type | string Enum: "csv" "png" Filter by type |
| temporal_resolution | string Enum: "daily" "monthly" "yearly" Filter by temporal resolution |
| anomalistic | boolean Filter by data concerning climate anomalies |
| coverage_start_year | integer Filter by start year of temporal coverage |
| coverage_end_year | integer Filter by end year of temporal coverage |
| sort_by | string Default: "newest" Enum: "newest" "oldest" "type" "coverage" "largest" "smallest" Sort results |
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "type": "csv",
- "anomalistic": true,
- "temporal_resolution": "daily",
- "coverage_start_year": 0,
- "coverage_end_year": 0,
- "size": 0,
- "url": "string",
- "description": "string",
- "related_overview": {
- "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "elevation": 0
}
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
]Bearer token with scope climate_write required.
| attachment:id required | string <uuid> |
| attachment:forest_operation_id required | string <uuid> |
| attachment:file required | string <binary> |
| attachment:anomalistic required | boolean |
| attachment:temporal_resolution required | string Enum: "daily" "monthly" "yearly" |
| attachment:coverage_start_year required | integer |
| attachment:coverage_end_year required | integer |
| attachment:description | string |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "type": "csv",
- "anomalistic": true,
- "temporal_resolution": "daily",
- "coverage_start_year": 0,
- "coverage_end_year": 0,
- "size": 0,
- "url": "string",
- "description": "string",
- "related_overview": {
- "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "elevation": 0
}
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}| climate_data_attachment_id required | string Example: climate_data_attachment_id |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "type": "csv",
- "anomalistic": true,
- "temporal_resolution": "daily",
- "coverage_start_year": 0,
- "coverage_end_year": 0,
- "size": 0,
- "url": "string",
- "description": "string",
- "related_overview": {
- "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "elevation": 0
}
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}Bearer token with scope climate_write required.
| climate_data_attachment_id required | string Example: climate_data_attachment_id |
required | object | ||||||||||
| |||||||||||
{- "attachment": {
- "anomalistic": true,
- "temporal_resolution": "daily",
- "coverage_start_year": 0,
- "coverage_end_year": 0,
- "description": "string"
}
}Forest certification records.
Immediate associations:
| page | integer Default: 1 Page number |
| per_page | integer Default: 25 Maximum number of items per page, with an upper limit of 100 |
| created_at | string (TimeInterval) Filter by creation datetime interval |
| name | string Search by name |
| reference_code | string Filter by reference code |
| start_date | string (TimeInterval) Filter by start date |
| end_date | string (TimeInterval) Filter by end date |
| status | string Enum: "valid" "suspended" "terminated" "withdrawn" "blocked" Filter by status |
| type | string Enum: "fm" "coc" "fm_coc" Filter by type |
| forest_operation_id | string <uuid> (Universally unique identitifier) Filter by associated forest operation ID |
| tree_log_id | string <uuid> (Universally unique identitifier) Filter by associated tree log ID |
| bbox | Array of numbers (BoundingBox) Example: bbox=11.1,43.2,12.8,44.9 Filter by intersection of boundaries and bounding box |
| sort_by | string Default: "newest" Enum: "newest" "oldest" "name" Sort results by creation date or name |
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "description": "string",
- "reference_code": "string",
- "start_date": "2019-08-24",
- "end_date": "2019-08-24",
- "status": "valid",
- "type": "fm",
- "boundaries": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
]
]
]
]
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
]Bearer token with scope inventory_write required.
| id required | string <uuid> (Universally unique identitifier) |
| name required | string |
| description | string |
| reference_code | string |
| start_date | string <date> |
| end_date | string <date> |
| status | string Enum: "valid" "suspended" "terminated" "withdrawn" "blocked" |
| type | string Enum: "fm" "coc" "fm_coc" |
object (GeoJSONMultiPolygon) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "description": "string",
- "reference_code": "string",
- "start_date": "2019-08-24",
- "end_date": "2019-08-24",
- "status": "valid",
- "type": "fm",
- "boundaries": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
]
]
]
]
}
}| certificate_id required | string Example: certificate_id |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "description": "string",
- "reference_code": "string",
- "start_date": "2019-08-24",
- "end_date": "2019-08-24",
- "status": "valid",
- "type": "fm",
- "boundaries": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
]
]
]
]
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}Bearer token with scope inventory_write required.
| certificate_id required | string Example: certificate_id |
| id required | string <uuid> (Universally unique identitifier) |
| name required | string |
| description | string |
| reference_code | string |
| start_date | string <date> |
| end_date | string <date> |
| status | string Enum: "valid" "suspended" "terminated" "withdrawn" "blocked" |
| type | string Enum: "fm" "coc" "fm_coc" |
object (GeoJSONMultiPolygon) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "description": "string",
- "reference_code": "string",
- "start_date": "2019-08-24",
- "end_date": "2019-08-24",
- "status": "valid",
- "type": "fm",
- "boundaries": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
]
]
]
]
}
}Combination of a given forest operation and a given certificate.
Immediate associations:
| page | integer Default: 1 Page number |
| per_page | integer Default: 25 Maximum number of items per page, with an upper limit of 100 |
| created_at | string (TimeInterval) Filter by creation datetime interval |
| forest_operation_id | string <uuid> (Universally unique identitifier) Filter by forest operation ID |
| certificate_id | string <uuid> (Universally unique identitifier) Filter by certificate ID |
| name | string Search by name of certificate |
| reference_code | string Filter by reference code of certificate |
| start_date | string (TimeInterval) Filter by start date of certificate |
| end_date | string (TimeInterval) Filter by end date of certificate |
| bbox | Array of numbers (BoundingBox) Example: bbox=11.1,43.2,12.8,44.9 Filter by intersection of certificate boundaries and bounding box |
| sort_by | string Default: "newest" Enum: "newest" "oldest" Sort results by creation date |
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "related_overview": {
- "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "certificate": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "reference_code": "string",
- "start_date": "2019-08-24",
- "end_date": "2019-08-24"
}
}, - "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "status": "planned",
- "type": "thinning",
- "manager": "string",
- "start_date": "2019-08-24",
- "end_date": "2019-08-24",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "elevation": 0,
- "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "related_overview": {
- "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "ownership_type": "public",
- "country_iso": "IT",
- "subdivision_iso": "IT-52",
- "description": "string",
- "related_overview": {
- "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "legal_entity",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "certificate": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "description": "string",
- "reference_code": "string",
- "start_date": "2019-08-24",
- "end_date": "2019-08-24",
- "status": "valid",
- "type": "fm",
- "boundaries": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
]
]
]
]
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
]Bearer token with scope inventory_write required.
| id required | string <uuid> (Universally unique identitifier) |
| forest_operation_id required | string <uuid> (Universally unique identitifier) |
| certificate_id required | string <uuid> (Universally unique identitifier) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "forest_operation_id": "e960db52-0db3-4b8c-9119-d11faac14929",
- "certificate_id": "620df92a-0599-41ff-b912-58ec0e5bd21f"
}| forest_operation_certificate_id required | string Example: forest_operation_certificate_id |
| expand_related required | boolean Include expanded related associations; otherwise, only a summary is provided in |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "related_overview": {
- "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "certificate": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "reference_code": "string",
- "start_date": "2019-08-24",
- "end_date": "2019-08-24"
}
}, - "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "status": "planned",
- "type": "thinning",
- "manager": "string",
- "start_date": "2019-08-24",
- "end_date": "2019-08-24",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "elevation": 0,
- "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "related_overview": {
- "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "ownership_type": "public",
- "country_iso": "IT",
- "subdivision_iso": "IT-52",
- "description": "string",
- "related_overview": {
- "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "legal_entity",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "certificate": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "description": "string",
- "reference_code": "string",
- "start_date": "2019-08-24",
- "end_date": "2019-08-24",
- "status": "valid",
- "type": "fm",
- "boundaries": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
]
]
]
]
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}Basic forest management units for mapping, display, and analysis as contextual references.
Immediate associations:
{ Forest Property | Forest Operation }[forest_reportable=subcompartment][forest_reportable=subcompartment][forest_reportable=subcompartment][sawmill_tree_log_reportable=subcompartment]| page | integer Default: 1 Page number |
| per_page | integer Default: 25 Maximum number of items per page, with an upper limit of 100 |
| created_at | string (TimeInterval) Filter by creation datetime interval |
| name | string Search by name |
| subcompartmentable_type | string Enum: "forest_operation" "forest_property" Filter by subcompartmentable type |
| forest_property_id | string <uuid> (Universally unique identitifier) Filter by forest property ID |
| forest_operation_id | string <uuid> (Universally unique identitifier) Filter by forest operation ID |
| bbox | Array of numbers (BoundingBox) Example: bbox=11.1,43.2,12.8,44.9 Filter by intersection of boundaries and bounding box |
| origin_property_id | string <uuid> (Universally unique identitifier) Filter by the ID of the forest property of origin |
| origin_property_owner_id | string <uuid> (Universally unique identitifier) Filter by the owner ID of the forest property of origin |
| origin_property_country_iso | string Filter by the country (ISO 3166-1 alpha-2) of the forest property of origin |
| sort_by | string Default: "newest" Enum: "newest" "oldest" "name" Sort results by creation date or name |
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "boundaries": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
]
]
]
]
}, - "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "altitude": 0,
- "exposition": "string",
- "slope": 0,
- "variety": "string",
- "co2_capture": 0,
- "distance_to_road": 0,
- "biomass": 0,
- "subcompartmentable_type": "forest_operation",
- "related_overview": {
- "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "subcompartmentable": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "status": "planned",
- "type": "thinning",
- "manager": "string",
- "start_date": "2019-08-24",
- "end_date": "2019-08-24",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "elevation": 0,
- "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "related_overview": {
- "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "ownership_type": "public",
- "country_iso": "IT",
- "subdivision_iso": "IT-52",
- "description": "string",
- "related_overview": {
- "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "legal_entity",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
]Bearer token with scope inventory_write required.
| id required | string <uuid> (Universally unique identitifier) |
| name required | string |
object (GeoJSONMultiPolygon) | |
| area | number Unit: hectare (ha). |
| productive_area | number Unit: hectare (ha). |
| harvested_area | number Unit: hectare (ha). |
| altitude | number Unit: meter (m). |
| exposition | string |
| slope | number |
| variety | string Unit: percent of slope (%[slope]). |
| co2_capture | number Unit: tonne (t). |
| distance_to_road | number |
| biomass | number |
| subcompartmentable_id required | string <uuid> (Universally unique identitifier) |
| subcompartmentable_type required | string Enum: "forest_operation" "forest_property" |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "boundaries": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
]
]
]
]
}, - "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "altitude": 0,
- "exposition": "string",
- "slope": 0,
- "variety": "string",
- "co2_capture": 0,
- "distance_to_road": 0,
- "biomass": 0,
- "subcompartmentable_id": "9d37112e-782b-4f0c-b324-c0798cd32c2c",
- "subcompartmentable_type": "forest_operation",
- "subcompartmentable": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "status": "planned",
- "type": "thinning",
- "manager": "string",
- "start_date": "2019-08-24",
- "end_date": "2019-08-24",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "elevation": 0,
- "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "forest_property_id": "5d6232cf-1bc2-4d95-b482-70ba73bac5a0"
}
}| subcompartment_id required | string Example: subcompartment_id |
| expand_related required | boolean Include expanded related associations; otherwise, only a summary is provided in |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "boundaries": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
]
]
]
]
}, - "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "altitude": 0,
- "exposition": "string",
- "slope": 0,
- "variety": "string",
- "co2_capture": 0,
- "distance_to_road": 0,
- "biomass": 0,
- "subcompartmentable_type": "forest_operation",
- "related_overview": {
- "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "subcompartmentable": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "status": "planned",
- "type": "thinning",
- "manager": "string",
- "start_date": "2019-08-24",
- "end_date": "2019-08-24",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "elevation": 0,
- "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "related_overview": {
- "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "ownership_type": "public",
- "country_iso": "IT",
- "subdivision_iso": "IT-52",
- "description": "string",
- "related_overview": {
- "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "legal_entity",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}Bearer token with scope inventory_write required.
| subcompartment_id required | string Example: subcompartment_id |
| id required | string <uuid> (Universally unique identitifier) |
| name required | string |
object (GeoJSONMultiPolygon) | |
| area | number Unit: hectare (ha). |
| productive_area | number Unit: hectare (ha). |
| harvested_area | number Unit: hectare (ha). |
| altitude | number Unit: meter (m). |
| exposition | string |
| slope | number |
| variety | string Unit: percent of slope (%[slope]). |
| co2_capture | number Unit: tonne (t). |
| distance_to_road | number |
| biomass | number |
| subcompartmentable_id required | string <uuid> (Universally unique identitifier) |
| subcompartmentable_type required | string Enum: "forest_operation" "forest_property" |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "boundaries": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
]
]
]
]
}, - "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "altitude": 0,
- "exposition": "string",
- "slope": 0,
- "variety": "string",
- "co2_capture": 0,
- "distance_to_road": 0,
- "biomass": 0,
- "subcompartmentable_id": "9d37112e-782b-4f0c-b324-c0798cd32c2c",
- "subcompartmentable_type": "forest_operation",
- "subcompartmentable": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "status": "planned",
- "type": "thinning",
- "manager": "string",
- "start_date": "2019-08-24",
- "end_date": "2019-08-24",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "elevation": 0,
- "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "forest_property_id": "5d6232cf-1bc2-4d95-b482-70ba73bac5a0"
}
}Attachment files in CSV format that contain data regarding Normalized Difference Vegetation Index (NDVI) for a given subcompartment that belongs to a forest operations.
Immediate associations:
[subcompartmentable=forest_operation]| page | integer Default: 1 Page number |
| per_page | integer Default: 25 Maximum number of items per page, with an upper limit of 100 |
| created_at | string (TimeInterval) Filter by creation datetime interval |
| subcompartment_id | string <uuid> (Universally unique identitifier) Filter by subcompartment ID |
| forest_operation_id | string <uuid> (Universally unique identitifier) Filter by forest operation ID of subcompartment |
| start_date | string (TimeInterval) Filter by start date |
| end_date | string (TimeInterval) Filter by end date |
| sort_by | string Default: "newest" Enum: "newest" "oldest" Sort results by creation date |
[- {
- "start_date": "2019-08-24",
- "end_date": "2019-08-24",
- "related_overview": {
- "subcompartment": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "boundaries": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
]
]
]
]
}, - "altitude": 0
}, - "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "elevation": 0
}
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
]| subcompartment_id required | string Example: subcompartment_id |
{- "start_date": "2019-08-24",
- "end_date": "2019-08-24",
- "related_overview": {
- "subcompartment": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "boundaries": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
]
]
]
]
}, - "altitude": 0
}, - "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "elevation": 0
}
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}Plots of landforest samples used for inventory purposes.
Immediate associations:
| page | integer Default: 1 Page number |
| per_page | integer Default: 25 Maximum number of items per page, with an upper limit of 100 |
| name | string Search by name |
| created_at | string (TimeInterval) Filter by creation datetime interval |
| forest_operation_id | string <uuid> (Universally unique identitifier) Filter by forest operation ID |
| subcompartment_id | string <uuid> (Universally unique identitifier) Filter by subcompartment ID (i.e., plots contained by the subcompartment and with the same operation ID) |
| measured_at | string (TimeInterval) Filter by measurement datetime interval |
| bbox | Array of numbers (BoundingBox) Example: bbox=11.1,43.2,12.8,44.9 Filter by intersection of location and bounding box |
| origin_property_id | string <uuid> (Universally unique identitifier) Filter by the ID of the forest property of origin |
| origin_property_owner_id | string <uuid> (Universally unique identitifier) Filter by the owner ID of the forest property of origin |
| origin_property_country_iso | string Filter by the country (ISO 3166-1 alpha-2) of the forest property of origin |
| sort_by | string Default: "newest" Enum: "newest" "oldest" "name" Sort results by creation date or name |
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "measured_at": "2019-08-24T14:15:22Z",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "shape": "circle",
- "boundaries": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
]
]
]
]
}, - "radius": 0,
- "length": 0,
- "width": 0,
- "sample_area": 0,
- "additional_info": { },
- "related_overview": {
- "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "status": "planned",
- "type": "thinning",
- "manager": "string",
- "start_date": "2019-08-24",
- "end_date": "2019-08-24",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "elevation": 0,
- "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "related_overview": {
- "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "ownership_type": "public",
- "country_iso": "IT",
- "subdivision_iso": "IT-52",
- "description": "string",
- "related_overview": {
- "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "legal_entity",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
]Bearer token with scope inventory_write required.
| id required | string <uuid> (Universally unique identitifier) |
| name | string |
| measured_at | string <date-time> Timestamp of measurement in the field. |
required | object (GeoJSONPoint) |
| shape required | string Enum: "circle" "rectangle" "polygon" |
object (GeoJSONMultiPolygon) Required if shape is | |
| radius | number Required if shape is |
| length | number Required if shape is |
| width | number Required if shape is |
| sample_area | number Unit: hectare (ha). |
object | |
| forest_operation_id | string <uuid> (Universally unique identitifier) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "measured_at": "2019-08-24T14:15:22Z",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "shape": "circle",
- "boundaries": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
]
]
]
]
}, - "radius": 0,
- "length": 0,
- "width": 0,
- "sample_area": 0,
- "additional_info": { },
- "forest_operation_id": "e960db52-0db3-4b8c-9119-d11faac14929"
}| sample_plot_id required | string Example: sample_plot_id |
| expand_related required | boolean Include expanded related associations; otherwise, only a summary is provided in |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "measured_at": "2019-08-24T14:15:22Z",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "shape": "circle",
- "boundaries": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
]
]
]
]
}, - "radius": 0,
- "length": 0,
- "width": 0,
- "sample_area": 0,
- "additional_info": { },
- "related_overview": {
- "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "status": "planned",
- "type": "thinning",
- "manager": "string",
- "start_date": "2019-08-24",
- "end_date": "2019-08-24",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "elevation": 0,
- "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "related_overview": {
- "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "ownership_type": "public",
- "country_iso": "IT",
- "subdivision_iso": "IT-52",
- "description": "string",
- "related_overview": {
- "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "legal_entity",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}Bearer token with scope inventory_write required.
| sample_plot_id required | string Example: sample_plot_id |
| id required | string <uuid> (Universally unique identitifier) |
| name | string |
| measured_at | string <date-time> Timestamp of measurement in the field. |
required | object (GeoJSONPoint) |
| shape required | string Enum: "circle" "rectangle" "polygon" |
object (GeoJSONMultiPolygon) Required if shape is | |
| radius | number Required if shape is |
| length | number Required if shape is |
| width | number Required if shape is |
| sample_area | number Unit: hectare (ha). |
object | |
| forest_operation_id | string <uuid> (Universally unique identitifier) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "measured_at": "2019-08-24T14:15:22Z",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "shape": "circle",
- "boundaries": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
]
]
]
]
}, - "radius": 0,
- "length": 0,
- "width": 0,
- "sample_area": 0,
- "additional_info": { },
- "forest_operation_id": "e960db52-0db3-4b8c-9119-d11faac14929"
}Generic attachment files for a sample plot.
Immediate associations:
| page | integer Default: 1 Page number |
| per_page | integer Default: 25 Maximum number of items per page, with an upper limit of 100 |
| created_at | string (TimeInterval) Filter by creation datetime interval |
| sample_plot_id | string <uuid> (Universally unique identitifier) Filter by sample plot ID |
| forest_operation_id | string <uuid> (Universally unique identitifier) Filter by forest operation ID to which the sample plot belongs |
| name | string Search by name |
| type | string Filter by type |
| category | string Enum: "office" "image" "geo_vector" "geo_raster" "data_exchange" "archive" Filter by category |
| tag | string Filter by tag |
| sort_by | string Default: "newest" Enum: "newest" "oldest" "type" "name" "largest" "smallest" Sort results |
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "string",
- "category": "office",
- "size": 0,
- "url": "string",
- "description": "string",
- "tags": [
- "string"
], - "related_overview": {
- "sample_plot": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
]Bearer token with scope inventory_write required.
| attachment:id required | string <uuid> |
| attachment:sample_plot_id required | string <uuid> |
| attachment:file required | string <binary> |
| attachment:name | string If missing it will default to the filename without extension |
| attachment:tags | Array of strings |
| attachment:description | string |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "string",
- "category": "office",
- "size": 0,
- "url": "string",
- "description": "string",
- "tags": [
- "string"
], - "related_overview": {
- "sample_plot": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}| sample_plot_attachment_id required | string Example: sample_plot_attachment_id |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "string",
- "category": "office",
- "size": 0,
- "url": "string",
- "description": "string",
- "tags": [
- "string"
], - "related_overview": {
- "sample_plot": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}Bearer token with scope inventory_write required.
| sample_plot_attachment_id required | string Example: sample_plot_attachment_id |
required | object | ||||||
| |||||||
{- "attachment": {
- "name": "string",
- "description": "string",
- "tags": [
- "string"
]
}
}Devices (e.g., harvesters, forwarders) used to process trees.
Immediate associations:
| page | integer Default: 1 Page number |
| per_page | integer Default: 25 Maximum number of items per page, with an upper limit of 100 |
| name | string Search by name |
| type | string Enum: "other" "harvester" "forwarder" "manual" "arboreal" Filter by type |
| sample_plot_id | string <uuid> (Universally unique identitifier) Filter by sample plot ID in which a tree processor has worked |
| subcompartment_id | string <uuid> (Universally unique identitifier) Filter by subcompartment ID in which a tree processor has worked |
| forest_operation_id | string <uuid> (Universally unique identitifier) Filter by forest operation ID in which a tree processor has worked |
| report_sample_plot_id | string <uuid> (Universally unique identitifier) Filter by sample plot ID with associated processor in harvesting or tree log reports |
| report_subcompartment_id | string <uuid> (Universally unique identitifier) Filter by subcompartment ID with associated processor in harvesting or tree log reports |
| report_forest_operation_id | string <uuid> (Universally unique identitifier) Filter by forest operation ID with associated processor in harvesting or tree log reports |
| harvesting_report_id | string <uuid> (Universally unique identitifier) Filter by associated harvesting report ID |
| tree_log_report_id | string <uuid> (Universally unique identitifier) Filter by associated tree log report ID |
| created_at | string (TimeInterval) Filter by creation datetime interval |
| sort_by | string Default: "newest" Enum: "newest" "oldest" "name" Sort results by creation date or name |
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "other",
- "operator_label": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
]Bearer token with scope inventory_write required.
| id required | string <uuid> (Universally unique identitifier) |
| name required | string |
| type | string Enum: "other" "harvester" "forwarder" "manual" "arboreal" |
| operator_label | string |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "other",
- "operator_label": "string"
}| tree_processor_id required | string Example: tree_processor_id |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "other",
- "operator_label": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}Bearer token with scope inventory_write required.
| tree_processor_id required | string Example: tree_processor_id |
| id required | string <uuid> (Universally unique identitifier) |
| name required | string |
| type | string Enum: "other" "harvester" "forwarder" "manual" "arboreal" |
| operator_label | string |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "other",
- "operator_label": "string"
}Attachment files in the StanForD format, both the classic and 2010 editions.
Immediate associations:
| page | integer Default: 1 Page number |
| per_page | integer Default: 25 Maximum number of items per page, with an upper limit of 100 |
| created_at | string (TimeInterval) Filter by creation datetime interval |
| forest_operation_id | string <uuid> (Universally unique identitifier) Filter by forest operation ID |
| tree_processor_id | string <uuid> (Universally unique identitifier) Filter by tree processor ID |
| name | string Search by name |
| type | string Filter by type |
| classic | boolean Filter by classic StanForD (true) or StanForD 2010 (false) |
| compressed | boolean Filter by file compression (available only for StanForD 2010) |
| tag | string Filter by tag |
| sort_by | string Default: "newest" Enum: "newest" "oldest" "type" "name" "largest" "smallest" Sort results |
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "string",
- "size": 0,
- "url": "string",
- "description": "string",
- "tags": [
- "string"
], - "related_overview": {
- "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "tree_processor": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
]Bearer token with scope harvest_write required.
| attachment:id required | string <uuid> |
| attachment:forest_operation_id required | string <uuid> |
| attachment:tree_processor_id required | string <uuid> |
| attachment:file required | string <binary> |
| attachment:name | string If missing it will default to the filename without extension |
| attachment:tags | Array of strings |
| attachment:description | string |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "string",
- "size": 0,
- "url": "string",
- "description": "string",
- "tags": [
- "string"
], - "related_overview": {
- "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "tree_processor": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}| stanford_attachment_id required | string Example: stanford_attachment_id |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "string",
- "size": 0,
- "url": "string",
- "description": "string",
- "tags": [
- "string"
], - "related_overview": {
- "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "tree_processor": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}Bearer token with scope harvest_write required.
| stanford_attachment_id required | string Example: stanford_attachment_id |
required | object | ||||||
| |||||||
{- "attachment": {
- "name": "string",
- "description": "string",
- "tags": [
- "string"
]
}
}Definitions of targeted log products in actual or simulated harvesting.
Immediate associations:
| page | integer Default: 1 Page number |
| per_page | integer Default: 25 Maximum number of items per page, with an upper limit of 100 |
| name | string Search by name |
| tree_species_id | string <uuid> (Universally unique identitifier) Filter by tree species ID |
| created_at | string (TimeInterval) Filter by creation datetime interval |
| sort_by | string Default: "newest" Enum: "newest" "oldest" Sort results by creation date |
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "max_sweep": 0,
- "max_length": 0,
- "min_length": 0,
- "min_small_end_diameter": 0,
- "max_small_end_diameter": 0,
- "min_large_end_diameter": 0,
- "max_large_end_diameter": 0,
- "related_overview": {
- "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "common_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
]Bearer token with scope inventory_write required.
| id required | string <uuid> (Universally unique identitifier) |
| name required | string |
| max_sweep | number Unit: millimeter per meter (mm/m). |
| max_length | number Unit: meter (m). |
| min_length | number Unit: meter (m). |
| min_small_end_diameter | integer Unit: tenth of millimeter (mm/10). |
| max_small_end_diameter | integer Unit: tenth of millimeter (mm/10). |
| min_large_end_diameter | integer Unit: tenth of millimeter (mm/10). |
| max_large_end_diameter | integer Unit: tenth of millimeter (mm/10). |
| tree_species_id required | string <uuid> (Universally unique identitifier) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "max_sweep": 0,
- "max_length": 0,
- "min_length": 0,
- "min_small_end_diameter": 0,
- "max_small_end_diameter": 0,
- "min_large_end_diameter": 0,
- "max_large_end_diameter": 0,
- "tree_species_id": "14e60a59-fa80-4ddf-9d9b-8dbb245693e8"
}| tree_log_product_definition_id required | string Example: tree_log_product_definition_id |
| expand_related required | boolean Include expanded related associations; otherwise, only a summary is provided in |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "max_sweep": 0,
- "max_length": 0,
- "min_length": 0,
- "min_small_end_diameter": 0,
- "max_small_end_diameter": 0,
- "min_large_end_diameter": 0,
- "max_large_end_diameter": 0,
- "related_overview": {
- "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "common_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}Bearer token with scope inventory_write required.
| tree_log_product_definition_id required | string Example: tree_log_product_definition_id |
| id required | string <uuid> (Universally unique identitifier) |
| name required | string |
| max_sweep | number Unit: millimeter per meter (mm/m). |
| max_length | number Unit: meter (m). |
| min_length | number Unit: meter (m). |
| min_small_end_diameter | integer Unit: tenth of millimeter (mm/10). |
| max_small_end_diameter | integer Unit: tenth of millimeter (mm/10). |
| min_large_end_diameter | integer Unit: tenth of millimeter (mm/10). |
| max_large_end_diameter | integer Unit: tenth of millimeter (mm/10). |
| tree_species_id required | string <uuid> (Universally unique identitifier) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "max_sweep": 0,
- "max_length": 0,
- "min_length": 0,
- "min_small_end_diameter": 0,
- "max_small_end_diameter": 0,
- "min_large_end_diameter": 0,
- "max_large_end_diameter": 0,
- "tree_species_id": "14e60a59-fa80-4ddf-9d9b-8dbb245693e8"
}Groups of cutting instruction items related to a tree log product definition.
Immediate associations:
| page | integer Default: 1 Page number |
| per_page | integer Default: 25 Maximum number of items per page, with an upper limit of 100 |
| name | string Search by name |
| created_at | string (TimeInterval) Filter by creation datetime interval |
| sort_by | string Default: "newest" Enum: "newest" "oldest" Sort results by creation date |
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "source": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
]Bearer token with scope harvest_write required.
| id required | string <uuid> (Universally unique identitifier) |
| name required | string |
| source | string |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "source": "string"
}| cutting_instruction_set_id required | string Example: cutting_instruction_set_id |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "source": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}Bearer token with scope harvest_write required.
| cutting_instruction_set_id required | string Example: cutting_instruction_set_id |
| id required | string <uuid> (Universally unique identitifier) |
| name required | string |
| source | string |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "source": "string"
}Single cutting instructions with an assigned a weighting/priority.
| page | integer Default: 1 Page number |
| per_page | integer Default: 25 Maximum number of items per page, with an upper limit of 100 |
| created_at | string (TimeInterval) Filter by creation datetime interval |
| set_id | string <uuid> (Universally unique identitifier) Filter by cutting instruction set ID |
| tree_log_product_definition_id | string <uuid> (Universally unique identitifier) Filter by tree log product definition ID |
| sort_by | string Default: "newest" Enum: "newest" "oldest" Sort results by creation date |
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "sed_classes": [
- 0
], - "weightings": [
- 0
], - "related_overview": {
- "set": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "tree_log_product_definition": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "set": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "source": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "tree_log_product_definition": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "max_sweep": 0,
- "max_length": 0,
- "min_length": 0,
- "min_small_end_diameter": 0,
- "max_small_end_diameter": 0,
- "min_large_end_diameter": 0,
- "max_large_end_diameter": 0,
- "related_overview": {
- "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "common_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
]Bearer token with scope harvest_write required.
| id required | string <uuid> (Universally unique identitifier) |
| sed_classes | Array of numbers |
| weightings required | Array of numbers |
| set_id required | string <uuid> (Universally unique identitifier) |
| tree_log_product_definition_id required | string <uuid> (Universally unique identitifier) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "sed_classes": [
- 0
], - "weightings": [
- 0
], - "set_id": "516c4b88-fac0-4d1c-bb7a-9a8534cc5e71",
- "tree_log_product_definition_id": "f49d7c01-e2cc-4499-b4a0-ceebfd4a8154"
}| cutting_instruction_item_id required | string Example: cutting_instruction_item_id |
| expand_related required | boolean Include expanded related associations; otherwise, only a summary is provided in |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "sed_classes": [
- 0
], - "weightings": [
- 0
], - "related_overview": {
- "set": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "tree_log_product_definition": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "set": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "source": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "tree_log_product_definition": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "max_sweep": 0,
- "max_length": 0,
- "min_length": 0,
- "min_small_end_diameter": 0,
- "max_small_end_diameter": 0,
- "min_large_end_diameter": 0,
- "max_large_end_diameter": 0,
- "related_overview": {
- "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "common_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}Bearer token with scope harvest_write required.
| cutting_instruction_item_id required | string Example: cutting_instruction_item_id |
| id required | string <uuid> (Universally unique identitifier) |
| sed_classes | Array of numbers |
| weightings required | Array of numbers |
| set_id required | string <uuid> (Universally unique identitifier) |
| tree_log_product_definition_id required | string <uuid> (Universally unique identitifier) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "sed_classes": [
- 0
], - "weightings": [
- 0
], - "set_id": "516c4b88-fac0-4d1c-bb7a-9a8534cc5e71",
- "tree_log_product_definition_id": "f49d7c01-e2cc-4499-b4a0-ceebfd4a8154"
}Trees that have been inventoried and/or harvested. If used for inventory purposes, a tree belongs to a sample plot. Trees already harvested belong to a forest operation subcompartment and have a harvesting timestamp. In the rare cases in which a tree has set the boolean flag placeholder, it means that it was created for one or more orphan tree logs.
Immediate associations:
[subcompartmentable=forest_operation][qualifiable=tree]| page | integer Default: 1 Page number |
| per_page | integer Default: 25 Maximum number of items per page, with an upper limit of 100 |
| created_at | string (TimeInterval) Filter by creation datetime interval |
| tree_species_id | string <uuid> (Universally unique identitifier) Filter by tree species ID |
| subcompartment_id | string <uuid> (Universally unique identitifier) Filter by subcompartment ID |
| sample_plot_id | string <uuid> (Universally unique identitifier) Filter by sample plot ID |
| forest_operation_id | string <uuid> (Universally unique identitifier) Filter by forest operation ID of the tree's subcompartment or sample plot |
| placeholder | boolean Filter by placeholder flag of the tree (i.e., if |
| planted_at | string (TimeInterval) Filter by planting datetime interval |
| harvested_at | string (TimeInterval) Filter by harvesting datetime interval |
| null_subcompartment_id | boolean Filter by absence (true) or presence (false) of subcompartment ID; if not given, records with and without subcompartment ID are returned |
| null_sample_plot_id | boolean Filter by absence (true) or presence (false) of sample plot ID; if not given, records with and without sample plot ID are returned |
| external_id | string Filter by external identifier ID |
| external_id_type | string Enum: "other" "rfid" "hammer" "barcode" "paint" "microtec" "forest_hq" Filter by external identifier type |
| sort_by | string Default: "newest" Enum: "newest" "oldest" Sort results by creation date |
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "planted_at": "2019-08-24T14:15:22Z",
- "harvested_at": "2019-08-24T14:15:22Z",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "field_mark": "string",
- "placeholder": true,
- "external_identifiers": [
- {
- "id": "string",
- "type": "other"
}
], - "related_overview": {
- "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "subcompartment": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "sample_plot": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "sample_plot": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "measured_at": "2019-08-24T14:15:22Z",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "shape": "circle",
- "boundaries": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
]
]
]
]
}, - "radius": 0,
- "length": 0,
- "width": 0,
- "sample_area": 0,
- "additional_info": { },
- "related_overview": {
- "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "status": "planned",
- "type": "thinning",
- "manager": "string",
- "start_date": "2019-08-24",
- "end_date": "2019-08-24",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "elevation": 0,
- "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "related_overview": {
- "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "ownership_type": "public",
- "country_iso": "IT",
- "subdivision_iso": "IT-52",
- "description": "string",
- "related_overview": {
- "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "legal_entity",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "subcompartment": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "boundaries": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
]
]
]
]
}, - "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "altitude": 0,
- "exposition": "string",
- "slope": 0,
- "variety": "string",
- "co2_capture": 0,
- "distance_to_road": 0,
- "biomass": 0,
- "subcompartmentable_type": "forest_operation",
- "related_overview": {
- "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "subcompartmentable": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "status": "planned",
- "type": "thinning",
- "manager": "string",
- "start_date": "2019-08-24",
- "end_date": "2019-08-24",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "elevation": 0,
- "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "related_overview": {
- "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "ownership_type": "public",
- "country_iso": "IT",
- "subdivision_iso": "IT-52",
- "description": "string",
- "related_overview": {
- "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "legal_entity",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "common_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
]Bearer token with scope inventory_write required.
| id required | string <uuid> (Universally unique identitifier) |
| planted_at | string <date-time> |
| harvested_at | string <date-time> |
object (GeoJSONPoint) | |
| field_mark | string |
| placeholder | boolean |
required | Array of objects (ExternalIdentifier) |
| sample_plot_id | string <uuid> (Universally unique identitifier) |
| subcompartment_id | string <uuid> (Universally unique identitifier) |
| tree_species_id required | string <uuid> (Universally unique identitifier) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "planted_at": "2019-08-24T14:15:22Z",
- "harvested_at": "2019-08-24T14:15:22Z",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "field_mark": "string",
- "placeholder": true,
- "external_identifiers": [
- {
- "id": "string",
- "type": "other"
}
], - "sample_plot_id": "dbf8a575-aa48-432f-8e2f-585e90f120b0",
- "subcompartment_id": "d12bd93d-888a-4a99-b8ab-a0be016fb97c",
- "tree_species_id": "14e60a59-fa80-4ddf-9d9b-8dbb245693e8"
}| tree_id required | string Example: tree_id |
| expand_related required | boolean Include expanded related associations; otherwise, only a summary is provided in |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "planted_at": "2019-08-24T14:15:22Z",
- "harvested_at": "2019-08-24T14:15:22Z",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "field_mark": "string",
- "placeholder": true,
- "external_identifiers": [
- {
- "id": "string",
- "type": "other"
}
], - "related_overview": {
- "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "subcompartment": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "sample_plot": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "sample_plot": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "measured_at": "2019-08-24T14:15:22Z",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "shape": "circle",
- "boundaries": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
]
]
]
]
}, - "radius": 0,
- "length": 0,
- "width": 0,
- "sample_area": 0,
- "additional_info": { },
- "related_overview": {
- "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "status": "planned",
- "type": "thinning",
- "manager": "string",
- "start_date": "2019-08-24",
- "end_date": "2019-08-24",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "elevation": 0,
- "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "related_overview": {
- "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "ownership_type": "public",
- "country_iso": "IT",
- "subdivision_iso": "IT-52",
- "description": "string",
- "related_overview": {
- "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "legal_entity",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "subcompartment": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "boundaries": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
]
]
]
]
}, - "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "altitude": 0,
- "exposition": "string",
- "slope": 0,
- "variety": "string",
- "co2_capture": 0,
- "distance_to_road": 0,
- "biomass": 0,
- "subcompartmentable_type": "forest_operation",
- "related_overview": {
- "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "subcompartmentable": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "status": "planned",
- "type": "thinning",
- "manager": "string",
- "start_date": "2019-08-24",
- "end_date": "2019-08-24",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "elevation": 0,
- "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "related_overview": {
- "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "ownership_type": "public",
- "country_iso": "IT",
- "subdivision_iso": "IT-52",
- "description": "string",
- "related_overview": {
- "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "legal_entity",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "common_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}Bearer token with scope inventory_write required.
| tree_id required | string Example: tree_id |
| id required | string <uuid> (Universally unique identitifier) |
| planted_at | string <date-time> |
| harvested_at | string <date-time> |
object (GeoJSONPoint) | |
| field_mark | string |
| placeholder | boolean |
required | Array of objects (ExternalIdentifier) |
| sample_plot_id | string <uuid> (Universally unique identitifier) |
| subcompartment_id | string <uuid> (Universally unique identitifier) |
| tree_species_id required | string <uuid> (Universally unique identitifier) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "planted_at": "2019-08-24T14:15:22Z",
- "harvested_at": "2019-08-24T14:15:22Z",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "field_mark": "string",
- "placeholder": true,
- "external_identifiers": [
- {
- "id": "string",
- "type": "other"
}
], - "sample_plot_id": "dbf8a575-aa48-432f-8e2f-585e90f120b0",
- "subcompartment_id": "d12bd93d-888a-4a99-b8ab-a0be016fb97c",
- "tree_species_id": "14e60a59-fa80-4ddf-9d9b-8dbb245693e8"
}Bearer token with scope inventory_write required.
| tree_id required | string Example: tree_id |
required | object | ||||
| |||||
{- "tree": {
- "subcompartment_id": "d12bd93d-888a-4a99-b8ab-a0be016fb97c",
- "harvested_at": "2019-08-24T14:15:22Z"
}
}| page | integer Default: 1 Page number |
| per_page | integer Default: 25 Maximum number of items per page, with an upper limit of 100 |
| created_at | string (TimeInterval) Filter by creation datetime interval |
| tree_id | string <uuid> (Universally unique identitifier) Filter by tree ID |
| forest_operation_id | string <uuid> (Universally unique identitifier) Filter by forest operation ID to which an attachment's tree belongs |
| name | string Search by name |
| type | string Filter by type |
| category | string Enum: "office" "image" "geo_vector" "geo_raster" "data_exchange" "archive" Filter by category |
| tag | string Filter by tag |
| sort_by | string Default: "newest" Enum: "newest" "oldest" "type" "name" "largest" "smallest" Sort results |
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "string",
- "category": "office",
- "size": 0,
- "url": "string",
- "description": "string",
- "tags": [
- "string"
], - "related_overview": {
- "tree": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
]Bearer token with scope inventory_write required.
| attachment:id required | string <uuid> |
| attachment:tree_id required | string <uuid> |
| attachment:file required | string <binary> |
| attachment:name | string If missing it will default to the filename without extension |
| attachment:tags | Array of strings |
| attachment:description | string |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "string",
- "category": "office",
- "size": 0,
- "url": "string",
- "description": "string",
- "tags": [
- "string"
], - "related_overview": {
- "tree": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}| tree_attachment_id required | string Example: tree_attachment_id |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "string",
- "category": "office",
- "size": 0,
- "url": "string",
- "description": "string",
- "tags": [
- "string"
], - "related_overview": {
- "tree": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}Bearer token with scope inventory_write required.
| tree_attachment_id required | string Example: tree_attachment_id |
required | object | ||||||
| |||||||
{- "attachment": {
- "name": "string",
- "description": "string",
- "tags": [
- "string"
]
}
}A set of mesurements of a given tree taken from a specific source (e.g., an app, a manual record).
Immediate associations:
| page | integer Default: 1 Page number |
| per_page | integer Default: 25 Maximum number of items per page, with an upper limit of 100 |
| created_at | string (TimeInterval) Filter by creation datetime interval |
| tree_id | string <uuid> (Universally unique identitifier) Filter by tree ID |
| source | string Enum: "other" "manual" "harvester" "arboreal" "forest_in" Filter by measurement source |
| status | string Enum: "dead" "alive" Filter by tree status |
| measured_at | string (TimeInterval) Filter by the measurement datetime interval |
| tree_species_id | string <uuid> (Universally unique identitifier) Filter by species ID of tree |
| forest_operation_id | string <uuid> (Universally unique identitifier) Filter by forest operation ID of tree |
| subcompartment_id | string <uuid> (Universally unique identitifier) Filter by subcompartment ID of tree |
| sample_plot_id | string <uuid> (Universally unique identitifier) Filter by sample plot ID of tree |
| planted_at | string (TimeInterval) Filter by planting datetime interval of tree |
| harvested_at | string (TimeInterval) Filter by harvesting datetime interval of tree |
| null_subcompartment_id | boolean Filter by absence (true) or presence (false) of subcompartment ID of tree; if not given, records with and without subcompartment ID for tree are returned |
| null_sample_plot_id | boolean Filter by absence (true) or presence (false) of sample plot ID of tree; if not given, records with and without sample plot ID for tree are returned |
| external_id | string Filter by external identifier ID of tree |
| external_id_type | string Enum: "other" "rfid" "hammer" "barcode" "paint" "microtec" "forest_hq" Filter by external identifier type of tree |
| sort_by | string Default: "newest" Enum: "newest" "oldest" Sort results by creation date |
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "measured_at": "2019-08-24T14:15:22Z",
- "source": "other",
- "status": "dead",
- "basal_area": 0,
- "dbh": 0,
- "biomass": 0,
- "co2": 0,
- "volume": 0,
- "height": 0,
- "tree_profile": [
- {
- "diameter": 0,
- "x": 0,
- "y": 0,
- "z": 0
}
], - "comments": "string",
- "additional_info": { },
- "related_overview": {
- "tree": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "tree": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "planted_at": "2019-08-24T14:15:22Z",
- "harvested_at": "2019-08-24T14:15:22Z",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "field_mark": "string",
- "placeholder": true,
- "external_identifiers": [
- {
- "id": "string",
- "type": "other"
}
], - "related_overview": {
- "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "subcompartment": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "sample_plot": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "sample_plot": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "measured_at": "2019-08-24T14:15:22Z",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "shape": "circle",
- "boundaries": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
]
]
]
]
}, - "radius": 0,
- "length": 0,
- "width": 0,
- "sample_area": 0,
- "additional_info": { },
- "related_overview": {
- "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "status": "planned",
- "type": "thinning",
- "manager": "string",
- "start_date": "2019-08-24",
- "end_date": "2019-08-24",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "elevation": 0,
- "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "related_overview": {
- "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "ownership_type": "public",
- "country_iso": "IT",
- "subdivision_iso": "IT-52",
- "description": "string",
- "related_overview": {
- "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "legal_entity",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "subcompartment": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "boundaries": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
]
]
]
]
}, - "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "altitude": 0,
- "exposition": "string",
- "slope": 0,
- "variety": "string",
- "co2_capture": 0,
- "distance_to_road": 0,
- "biomass": 0,
- "subcompartmentable_type": "forest_operation",
- "related_overview": {
- "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "subcompartmentable": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "status": "planned",
- "type": "thinning",
- "manager": "string",
- "start_date": "2019-08-24",
- "end_date": "2019-08-24",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "elevation": 0,
- "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "related_overview": {
- "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "ownership_type": "public",
- "country_iso": "IT",
- "subdivision_iso": "IT-52",
- "description": "string",
- "related_overview": {
- "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "legal_entity",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "common_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
}
]Bearer token with scope inventory_write required.
| id required | string <uuid> (Universally unique identitifier) |
| measured_at required | string <date-time> |
| source required | string Enum: "other" "manual" "harvester" "arboreal" "forest_in" Device or method for measurement |
| status required | string Enum: "dead" "alive" |
| basal_area | number Unit: square meter per hectare (m2/ha). |
| dbh | number Unit: centimeter (cm). |
| biomass | number Unit: cubic meter (m3). |
| co2 | number Unit: tonne (t). |
| volume | number Unit: cubic meter (m3). |
| height | number Unit: meter (m). |
Array of objects (TreeProfileItem) | |
| comments | string |
object | |
| tree_id required | string <uuid> (Universally unique identitifier) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "measured_at": "2019-08-24T14:15:22Z",
- "source": "other",
- "status": "dead",
- "basal_area": 0,
- "dbh": 0,
- "biomass": 0,
- "co2": 0,
- "volume": 0,
- "height": 0,
- "tree_profile": [
- {
- "diameter": 0,
- "x": 0,
- "y": 0,
- "z": 0
}
], - "comments": "string",
- "additional_info": { },
- "tree_id": "f07488fc-5e0e-4ee8-a1d2-6e2f8b420128"
}| tree_measurement_id required | string Example: tree_measurement_id |
| expand_related required | boolean Include expanded related associations; otherwise, only a summary is provided in |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "measured_at": "2019-08-24T14:15:22Z",
- "source": "other",
- "status": "dead",
- "basal_area": 0,
- "dbh": 0,
- "biomass": 0,
- "co2": 0,
- "volume": 0,
- "height": 0,
- "tree_profile": [
- {
- "diameter": 0,
- "x": 0,
- "y": 0,
- "z": 0
}
], - "comments": "string",
- "additional_info": { },
- "related_overview": {
- "tree": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "tree": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "planted_at": "2019-08-24T14:15:22Z",
- "harvested_at": "2019-08-24T14:15:22Z",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "field_mark": "string",
- "placeholder": true,
- "external_identifiers": [
- {
- "id": "string",
- "type": "other"
}
], - "related_overview": {
- "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "subcompartment": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "sample_plot": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "sample_plot": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "measured_at": "2019-08-24T14:15:22Z",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "shape": "circle",
- "boundaries": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
]
]
]
]
}, - "radius": 0,
- "length": 0,
- "width": 0,
- "sample_area": 0,
- "additional_info": { },
- "related_overview": {
- "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "status": "planned",
- "type": "thinning",
- "manager": "string",
- "start_date": "2019-08-24",
- "end_date": "2019-08-24",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "elevation": 0,
- "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "related_overview": {
- "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "ownership_type": "public",
- "country_iso": "IT",
- "subdivision_iso": "IT-52",
- "description": "string",
- "related_overview": {
- "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "legal_entity",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "subcompartment": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "boundaries": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
]
]
]
]
}, - "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "altitude": 0,
- "exposition": "string",
- "slope": 0,
- "variety": "string",
- "co2_capture": 0,
- "distance_to_road": 0,
- "biomass": 0,
- "subcompartmentable_type": "forest_operation",
- "related_overview": {
- "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "subcompartmentable": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "status": "planned",
- "type": "thinning",
- "manager": "string",
- "start_date": "2019-08-24",
- "end_date": "2019-08-24",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "elevation": 0,
- "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "related_overview": {
- "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "ownership_type": "public",
- "country_iso": "IT",
- "subdivision_iso": "IT-52",
- "description": "string",
- "related_overview": {
- "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "legal_entity",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "common_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
}Bearer token with scope inventory_write required.
| tree_measurement_id required | string Example: tree_measurement_id |
| id required | string <uuid> (Universally unique identitifier) |
| measured_at required | string <date-time> |
| source required | string Enum: "other" "manual" "harvester" "arboreal" "forest_in" Device or method for measurement |
| status required | string Enum: "dead" "alive" |
| basal_area | number Unit: square meter per hectare (m2/ha). |
| dbh | number Unit: centimeter (cm). |
| biomass | number Unit: cubic meter (m3). |
| co2 | number Unit: tonne (t). |
| volume | number Unit: cubic meter (m3). |
| height | number Unit: meter (m). |
Array of objects (TreeProfileItem) | |
| comments | string |
object | |
| tree_id required | string <uuid> (Universally unique identitifier) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "measured_at": "2019-08-24T14:15:22Z",
- "source": "other",
- "status": "dead",
- "basal_area": 0,
- "dbh": 0,
- "biomass": 0,
- "co2": 0,
- "volume": 0,
- "height": 0,
- "tree_profile": [
- {
- "diameter": 0,
- "x": 0,
- "y": 0,
- "z": 0
}
], - "comments": "string",
- "additional_info": { },
- "tree_id": "f07488fc-5e0e-4ee8-a1d2-6e2f8b420128"
}A tree log can be either non-simulated (it belongs to a tree already harvested) or simulated (it belongs to a tree used for inventory purposes).
Immediate associations:
(simulated=false)(simulated=false)[qualifiable=tree_log]| page | integer Default: 1 Page number |
| per_page | integer Default: 25 Maximum number of items per page, with an upper limit of 100 |
| created_at | string (TimeInterval) Filter by creation datetime interval |
| tree_id | string <uuid> (Universally unique identitifier) Filter by tree ID |
| simulated | boolean Filter by the given tree log being simulated or not |
| placeholder_tree | boolean Filter by the placeholder status of the log's tree |
| tree_processor_id | string <uuid> (Universally unique identitifier) Filter by tree processor ID |
| product_definition_id | string <uuid> (Universally unique identitifier) Filter by tree log production definition ID |
| processed_at | string (TimeInterval) Filter by the processing datetime interval |
| external_id | string Filter by external identifier ID |
| external_id_type | string Enum: "other" "rfid" "hammer" "barcode" "paint" "microtec" "forest_hq" Filter by external identifier type |
| forest_operation_id | string <uuid> (Universally unique identitifier) Filter by forest operation ID |
| certificate_id | string <uuid> (Universally unique identitifier) Filter by associated certificate ID |
| certificate_name | string Search by associated certificate name |
| certificate_reference_code | string Filter by associated certificate reference code |
| certificate_status | string Filter by associated certificate status |
| certificate_start_date | string (TimeInterval) Filter by associated certificate start date |
| certificate_end_date | string (TimeInterval) Filter by associated certificate end date |
| sort_by | string Default: "newest" Enum: "newest" "oldest" Sort results by creation date |
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "processed_at": "2019-08-24T14:15:22Z",
- "simulated": true,
- "log_part": 0,
- "forced_cutting_reason": "automatic",
- "external_identifiers": [
- {
- "id": "string",
- "type": "other"
}
], - "related_overview": {
- "tree": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "tree_processor": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "product_definition": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "tree": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "planted_at": "2019-08-24T14:15:22Z",
- "harvested_at": "2019-08-24T14:15:22Z",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "field_mark": "string",
- "placeholder": true,
- "external_identifiers": [
- {
- "id": "string",
- "type": "other"
}
], - "related_overview": {
- "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "subcompartment": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "sample_plot": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "sample_plot": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "measured_at": "2019-08-24T14:15:22Z",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "shape": "circle",
- "boundaries": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
]
]
]
]
}, - "radius": 0,
- "length": 0,
- "width": 0,
- "sample_area": 0,
- "additional_info": { },
- "related_overview": {
- "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "status": "planned",
- "type": "thinning",
- "manager": "string",
- "start_date": "2019-08-24",
- "end_date": "2019-08-24",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "elevation": 0,
- "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "related_overview": {
- "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "ownership_type": "public",
- "country_iso": "IT",
- "subdivision_iso": "IT-52",
- "description": "string",
- "related_overview": {
- "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "legal_entity",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "subcompartment": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "boundaries": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
]
]
]
]
}, - "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "altitude": 0,
- "exposition": "string",
- "slope": 0,
- "variety": "string",
- "co2_capture": 0,
- "distance_to_road": 0,
- "biomass": 0,
- "subcompartmentable_type": "forest_operation",
- "related_overview": {
- "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "subcompartmentable": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "status": "planned",
- "type": "thinning",
- "manager": "string",
- "start_date": "2019-08-24",
- "end_date": "2019-08-24",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "elevation": 0,
- "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "related_overview": {
- "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "ownership_type": "public",
- "country_iso": "IT",
- "subdivision_iso": "IT-52",
- "description": "string",
- "related_overview": {
- "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "legal_entity",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "common_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "tree_processor": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "other",
- "operator_label": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "product_definition": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "max_sweep": 0,
- "max_length": 0,
- "min_length": 0,
- "min_small_end_diameter": 0,
- "max_small_end_diameter": 0,
- "min_large_end_diameter": 0,
- "max_large_end_diameter": 0,
- "related_overview": {
- "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "common_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
}
]Bearer token with scope inventory_write required.
| id required | string <uuid> (Universally unique identitifier) |
| processed_at required | string <date-time> |
| simulated required | boolean True if not an actually harvested tree log. |
| log_part | integer Log's position within the standing tree, from bottom to top. |
| forced_cutting_reason | string Enum: "automatic" "decay" "damage" "crook" "sweep" "grade_break" "pulpwood_grade" "top_break" "spinning" "other_manual" |
required | Array of objects (ExternalIdentifier) Unit: meter (m). |
| tree_id required | string <uuid> (Universally unique identitifier) |
| tree_processor_id required | string <uuid> (Universally unique identitifier) |
| product_definition_id | string <uuid> (Universally unique identitifier) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "processed_at": "2019-08-24T14:15:22Z",
- "simulated": true,
- "log_part": 0,
- "forced_cutting_reason": "automatic",
- "external_identifiers": [
- {
- "id": "string",
- "type": "other"
}
], - "tree_id": "f07488fc-5e0e-4ee8-a1d2-6e2f8b420128",
- "tree_processor_id": "5b1f1314-624e-4e0e-8d0a-7d2a36382530",
- "product_definition_id": "ee3b7fed-4198-4ce5-b3a9-d0f9fced1bab"
}| tree_log_id required | string Example: tree_log_id |
| expand_related required | boolean Include expanded related associations; otherwise, only a summary is provided in |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "processed_at": "2019-08-24T14:15:22Z",
- "simulated": true,
- "log_part": 0,
- "forced_cutting_reason": "automatic",
- "external_identifiers": [
- {
- "id": "string",
- "type": "other"
}
], - "related_overview": {
- "tree": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "tree_processor": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "product_definition": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "tree": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "planted_at": "2019-08-24T14:15:22Z",
- "harvested_at": "2019-08-24T14:15:22Z",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "field_mark": "string",
- "placeholder": true,
- "external_identifiers": [
- {
- "id": "string",
- "type": "other"
}
], - "related_overview": {
- "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "subcompartment": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "sample_plot": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "sample_plot": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "measured_at": "2019-08-24T14:15:22Z",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "shape": "circle",
- "boundaries": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
]
]
]
]
}, - "radius": 0,
- "length": 0,
- "width": 0,
- "sample_area": 0,
- "additional_info": { },
- "related_overview": {
- "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "status": "planned",
- "type": "thinning",
- "manager": "string",
- "start_date": "2019-08-24",
- "end_date": "2019-08-24",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "elevation": 0,
- "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "related_overview": {
- "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "ownership_type": "public",
- "country_iso": "IT",
- "subdivision_iso": "IT-52",
- "description": "string",
- "related_overview": {
- "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "legal_entity",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "subcompartment": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "boundaries": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
]
]
]
]
}, - "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "altitude": 0,
- "exposition": "string",
- "slope": 0,
- "variety": "string",
- "co2_capture": 0,
- "distance_to_road": 0,
- "biomass": 0,
- "subcompartmentable_type": "forest_operation",
- "related_overview": {
- "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "subcompartmentable": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "status": "planned",
- "type": "thinning",
- "manager": "string",
- "start_date": "2019-08-24",
- "end_date": "2019-08-24",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "elevation": 0,
- "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "related_overview": {
- "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "ownership_type": "public",
- "country_iso": "IT",
- "subdivision_iso": "IT-52",
- "description": "string",
- "related_overview": {
- "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "legal_entity",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "common_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "tree_processor": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "other",
- "operator_label": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "product_definition": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "max_sweep": 0,
- "max_length": 0,
- "min_length": 0,
- "min_small_end_diameter": 0,
- "max_small_end_diameter": 0,
- "min_large_end_diameter": 0,
- "max_large_end_diameter": 0,
- "related_overview": {
- "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "common_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
}Bearer token with scope inventory_write required.
| tree_log_id required | string Example: tree_log_id |
| id required | string <uuid> (Universally unique identitifier) |
| processed_at required | string <date-time> |
| simulated required | boolean True if not an actually harvested tree log. |
| log_part | integer Log's position within the standing tree, from bottom to top. |
| forced_cutting_reason | string Enum: "automatic" "decay" "damage" "crook" "sweep" "grade_break" "pulpwood_grade" "top_break" "spinning" "other_manual" |
required | Array of objects (ExternalIdentifier) Unit: meter (m). |
| tree_id required | string <uuid> (Universally unique identitifier) |
| tree_processor_id required | string <uuid> (Universally unique identitifier) |
| product_definition_id | string <uuid> (Universally unique identitifier) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "processed_at": "2019-08-24T14:15:22Z",
- "simulated": true,
- "log_part": 0,
- "forced_cutting_reason": "automatic",
- "external_identifiers": [
- {
- "id": "string",
- "type": "other"
}
], - "tree_id": "f07488fc-5e0e-4ee8-a1d2-6e2f8b420128",
- "tree_processor_id": "5b1f1314-624e-4e0e-8d0a-7d2a36382530",
- "product_definition_id": "ee3b7fed-4198-4ce5-b3a9-d0f9fced1bab"
}Generic attachment files for a tree log.
Immediate associations:
| page | integer Default: 1 Page number |
| per_page | integer Default: 25 Maximum number of items per page, with an upper limit of 100 |
| created_at | string (TimeInterval) Filter by creation datetime interval |
| tree_log_id | string <uuid> (Universally unique identitifier) Filter by forest operation ID |
| name | string Search by name |
| type | string Filter by type |
| category | string Enum: "office" "image" "geo_vector" "geo_raster" "data_exchange" "archive" Filter by category |
| tag | string Filter by tag |
| sort_by | string Default: "newest" Enum: "newest" "oldest" "type" "name" "largest" "smallest" Sort results |
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "string",
- "category": "office",
- "size": 0,
- "url": "string",
- "description": "string",
- "tags": [
- "string"
], - "related_overview": {
- "tree_log": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
]Bearer token with scope inventory_write required.
| attachment:id required | string <uuid> |
| attachment:tree_log_id required | string <uuid> |
| attachment:file required | string <binary> |
| attachment:name | string If missing it will default to the filename without extension |
| attachment:tags | Array of strings |
| attachment:description | string |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "string",
- "category": "office",
- "size": 0,
- "url": "string",
- "description": "string",
- "tags": [
- "string"
], - "related_overview": {
- "tree_log": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}| tree_log_attachment_id required | string Example: tree_log_attachment_id |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "string",
- "category": "office",
- "size": 0,
- "url": "string",
- "description": "string",
- "tags": [
- "string"
], - "related_overview": {
- "tree_log": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}Bearer token with scope inventory_write required.
| tree_log_attachment_id required | string Example: tree_log_attachment_id |
required | object | ||||||
| |||||||
{- "attachment": {
- "name": "string",
- "description": "string",
- "tags": [
- "string"
]
}
}A set of mesurements of a given log taken from a specific source (e.g., an app, a manual record).
Immediate associations:
| page | integer Default: 1 Page number |
| per_page | integer Default: 25 Maximum number of items per page, with an upper limit of 100 |
| created_at | string (TimeInterval) Filter by creation datetime interval |
| tree_log_id | string <uuid> (Universally unique identitifier) Filter by tree log ID |
| source | string Enum: "other" "manual" "harvester" "arboreal" "forest_in" Filter by measurement source |
| measured_at | string (TimeInterval) Filter by the measurement datetime interval |
| tree_id | string <uuid> (Universally unique identitifier) Filter by tree ID of log |
| tree_processor_id | string <uuid> (Universally unique identitifier) Filter by tree processor ID of log |
| product_definition_id | string <uuid> (Universally unique identitifier) Filter by production definition ID of log |
| simulated | boolean Filter by simulated value of log |
| external_id | string Filter by external identifier ID of log |
| external_id_type | string Enum: "other" "rfid" "hammer" "barcode" "paint" "microtec" "forest_hq" Filter by external identifier type of log |
| forest_operation_id | string <uuid> (Universally unique identitifier) Filter by forest operation ID |
| subcompartment_id | string <uuid> (Universally unique identitifier) Filter by subcompartment ID |
| sample_plot_id | string <uuid> (Universally unique identitifier) Filter by sample plot ID |
| sort_by | string Default: "newest" Enum: "newest" "oldest" Sort results by creation date |
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "measured_at": "2019-08-24T14:15:22Z",
- "source": "other",
- "length": 0,
- "small_end_diameter": 0,
- "middle_end_diameter": 0,
- "large_end_diameter": 0,
- "bottom_height": 0,
- "top_height": 0,
- "biomass": 0,
- "co2": 0,
- "volume_ab": 0,
- "volume_bb": 0,
- "sweep": 0,
- "taper": 0,
- "related_overview": {
- "tree_log": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "tree_log": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "processed_at": "2019-08-24T14:15:22Z",
- "simulated": true,
- "log_part": 0,
- "forced_cutting_reason": "automatic",
- "external_identifiers": [
- {
- "id": "string",
- "type": "other"
}
], - "related_overview": {
- "tree": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "tree_processor": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "product_definition": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "tree": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "planted_at": "2019-08-24T14:15:22Z",
- "harvested_at": "2019-08-24T14:15:22Z",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "field_mark": "string",
- "placeholder": true,
- "external_identifiers": [
- {
- "id": "string",
- "type": "other"
}
], - "related_overview": {
- "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "subcompartment": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "sample_plot": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "sample_plot": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "measured_at": "2019-08-24T14:15:22Z",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "shape": "circle",
- "boundaries": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [
- null,
- null
], - [
- null,
- null
], - [
- null,
- null
], - [
- null,
- null
]
]
]
]
}, - "radius": 0,
- "length": 0,
- "width": 0,
- "sample_area": 0,
- "additional_info": { },
- "related_overview": {
- "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "status": "planned",
- "type": "thinning",
- "manager": "string",
- "start_date": "2019-08-24",
- "end_date": "2019-08-24",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "elevation": 0,
- "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "related_overview": {
- "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "ownership_type": "public",
- "country_iso": "IT",
- "subdivision_iso": "IT-52",
- "description": "string",
- "related_overview": {
- "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "legal_entity",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "subcompartment": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "boundaries": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [
- null,
- null
], - [
- null,
- null
], - [
- null,
- null
], - [
- null,
- null
]
]
]
]
}, - "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "altitude": 0,
- "exposition": "string",
- "slope": 0,
- "variety": "string",
- "co2_capture": 0,
- "distance_to_road": 0,
- "biomass": 0,
- "subcompartmentable_type": "forest_operation",
- "related_overview": {
- "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "subcompartmentable": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "status": "planned",
- "type": "thinning",
- "manager": "string",
- "start_date": "2019-08-24",
- "end_date": "2019-08-24",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "elevation": 0,
- "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "related_overview": {
- "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "ownership_type": "public",
- "country_iso": "IT",
- "subdivision_iso": "IT-52",
- "description": "string",
- "related_overview": {
- "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "legal_entity",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "common_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "tree_processor": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "other",
- "operator_label": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "product_definition": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "max_sweep": 0,
- "max_length": 0,
- "min_length": 0,
- "min_small_end_diameter": 0,
- "max_small_end_diameter": 0,
- "min_large_end_diameter": 0,
- "max_large_end_diameter": 0,
- "related_overview": {
- "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "common_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
}
}
]Bearer token with scope inventory_write required.
| id required | string <uuid> (Universally unique identitifier) |
| measured_at required | string <date-time> |
| source required | string Enum: "other" "manual" "harvester" "arboreal" "forest_in" Device or method for measurement |
| length | number Unit: meter (m). |
| small_end_diameter | integer Unit: tenth of millimeter (mm/10). |
| middle_end_diameter | integer Unit: tenth of millimeter (mm/10). |
| large_end_diameter | integer Unit: tenth of millimeter (mm/10). |
| bottom_height | number Unit: meter (m). Log bottom height in the stem. |
| top_height | number Unit: meter (m). Log top height in the stem. |
| biomass | number Unit: cubic meter (m3). |
| co2 | number Unit: tonne (t). |
| volume_ab | number Unit: cubic meter (m3). Total volume above bark (e.g. Smaliana). |
| volume_bb | number Unit: cubic meter (m3). Total volume below bark (e.g. Smaliana). |
| sweep | number Unit: millimeter per meter (mm/m). |
| taper | integer Unit: tenth of millimeter (mm/10). |
| tree_log_id required | string <uuid> (Universally unique identitifier) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "measured_at": "2019-08-24T14:15:22Z",
- "source": "other",
- "length": 0,
- "small_end_diameter": 0,
- "middle_end_diameter": 0,
- "large_end_diameter": 0,
- "bottom_height": 0,
- "top_height": 0,
- "biomass": 0,
- "co2": 0,
- "volume_ab": 0,
- "volume_bb": 0,
- "sweep": 0,
- "taper": 0,
- "tree_log_id": "db56064e-19b1-4da8-ac78-59ba604cf5df"
}| tree_log_measurement_id required | string Example: tree_log_measurement_id |
| expand_related required | boolean Include expanded related associations; otherwise, only a summary is provided in |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "measured_at": "2019-08-24T14:15:22Z",
- "source": "other",
- "length": 0,
- "small_end_diameter": 0,
- "middle_end_diameter": 0,
- "large_end_diameter": 0,
- "bottom_height": 0,
- "top_height": 0,
- "biomass": 0,
- "co2": 0,
- "volume_ab": 0,
- "volume_bb": 0,
- "sweep": 0,
- "taper": 0,
- "related_overview": {
- "tree_log": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "tree_log": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "processed_at": "2019-08-24T14:15:22Z",
- "simulated": true,
- "log_part": 0,
- "forced_cutting_reason": "automatic",
- "external_identifiers": [
- {
- "id": "string",
- "type": "other"
}
], - "related_overview": {
- "tree": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "tree_processor": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "product_definition": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "tree": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "planted_at": "2019-08-24T14:15:22Z",
- "harvested_at": "2019-08-24T14:15:22Z",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "field_mark": "string",
- "placeholder": true,
- "external_identifiers": [
- {
- "id": "string",
- "type": "other"
}
], - "related_overview": {
- "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "subcompartment": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "sample_plot": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "sample_plot": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "measured_at": "2019-08-24T14:15:22Z",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "shape": "circle",
- "boundaries": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
]
]
]
]
}, - "radius": 0,
- "length": 0,
- "width": 0,
- "sample_area": 0,
- "additional_info": { },
- "related_overview": {
- "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "status": "planned",
- "type": "thinning",
- "manager": "string",
- "start_date": "2019-08-24",
- "end_date": "2019-08-24",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "elevation": 0,
- "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "related_overview": {
- "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "ownership_type": "public",
- "country_iso": "IT",
- "subdivision_iso": "IT-52",
- "description": "string",
- "related_overview": {
- "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "legal_entity",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "subcompartment": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "boundaries": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
]
]
]
]
}, - "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "altitude": 0,
- "exposition": "string",
- "slope": 0,
- "variety": "string",
- "co2_capture": 0,
- "distance_to_road": 0,
- "biomass": 0,
- "subcompartmentable_type": "forest_operation",
- "related_overview": {
- "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "subcompartmentable": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "status": "planned",
- "type": "thinning",
- "manager": "string",
- "start_date": "2019-08-24",
- "end_date": "2019-08-24",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "elevation": 0,
- "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "related_overview": {
- "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "ownership_type": "public",
- "country_iso": "IT",
- "subdivision_iso": "IT-52",
- "description": "string",
- "related_overview": {
- "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "legal_entity",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "common_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "tree_processor": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "other",
- "operator_label": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "product_definition": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "max_sweep": 0,
- "max_length": 0,
- "min_length": 0,
- "min_small_end_diameter": 0,
- "max_small_end_diameter": 0,
- "min_large_end_diameter": 0,
- "max_large_end_diameter": 0,
- "related_overview": {
- "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "common_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
}
}Bearer token with scope inventory_write required.
| tree_log_measurement_id required | string Example: tree_log_measurement_id |
| id required | string <uuid> (Universally unique identitifier) |
| measured_at required | string <date-time> |
| source required | string Enum: "other" "manual" "harvester" "arboreal" "forest_in" Device or method for measurement |
| length | number Unit: meter (m). |
| small_end_diameter | integer Unit: tenth of millimeter (mm/10). |
| middle_end_diameter | integer Unit: tenth of millimeter (mm/10). |
| large_end_diameter | integer Unit: tenth of millimeter (mm/10). |
| bottom_height | number Unit: meter (m). Log bottom height in the stem. |
| top_height | number Unit: meter (m). Log top height in the stem. |
| biomass | number Unit: cubic meter (m3). |
| co2 | number Unit: tonne (t). |
| volume_ab | number Unit: cubic meter (m3). Total volume above bark (e.g. Smaliana). |
| volume_bb | number Unit: cubic meter (m3). Total volume below bark (e.g. Smaliana). |
| sweep | number Unit: millimeter per meter (mm/m). |
| taper | integer Unit: tenth of millimeter (mm/10). |
| tree_log_id required | string <uuid> (Universally unique identitifier) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "measured_at": "2019-08-24T14:15:22Z",
- "source": "other",
- "length": 0,
- "small_end_diameter": 0,
- "middle_end_diameter": 0,
- "large_end_diameter": 0,
- "bottom_height": 0,
- "top_height": 0,
- "biomass": 0,
- "co2": 0,
- "volume_ab": 0,
- "volume_bb": 0,
- "sweep": 0,
- "taper": 0,
- "tree_log_id": "db56064e-19b1-4da8-ac78-59ba604cf5df"
}Indicates the location of a tree log at a given moment as recorded by a given tree processor.
Immediate associations:
| page | integer Default: 1 Page number |
| per_page | integer Default: 25 Maximum number of items per page, with an upper limit of 100 |
| created_at | string (TimeInterval) Filter by creation datetime interval |
| tree_log_id | string <uuid> (Universally unique identitifier) Filter by tree log ID |
| tree_processor_id | string <uuid> (Universally unique identitifier) Filter by tree processor ID |
| recorded_at | string (TimeInterval) Filter by original record datetime interval |
| bbox | Array of numbers (BoundingBox) Example: bbox=11.1,43.2,12.8,44.9 Filter by intersection of location and bounding box |
| sort_by | string Default: "newest" Enum: "newest" "oldest" Sort results by creation date |
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "recorded_at": "2019-08-24T14:15:22Z",
- "related_overview": {
- "tree_log": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "simulated": true
}, - "tree_processor": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "operator_label": "string"
}
}, - "tree_log": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "processed_at": "2019-08-24T14:15:22Z",
- "simulated": true,
- "log_part": 0,
- "forced_cutting_reason": "automatic",
- "external_identifiers": [
- {
- "id": "string",
- "type": "other"
}
], - "related_overview": {
- "tree": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "tree_processor": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "product_definition": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "tree": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "planted_at": "2019-08-24T14:15:22Z",
- "harvested_at": "2019-08-24T14:15:22Z",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "field_mark": "string",
- "placeholder": true,
- "external_identifiers": [
- {
- "id": "string",
- "type": "other"
}
], - "related_overview": {
- "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "subcompartment": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "sample_plot": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "sample_plot": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "measured_at": "2019-08-24T14:15:22Z",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "shape": "circle",
- "boundaries": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [
- null,
- null
], - [
- null,
- null
], - [
- null,
- null
], - [
- null,
- null
]
]
]
]
}, - "radius": 0,
- "length": 0,
- "width": 0,
- "sample_area": 0,
- "additional_info": { },
- "related_overview": {
- "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "status": "planned",
- "type": "thinning",
- "manager": "string",
- "start_date": "2019-08-24",
- "end_date": "2019-08-24",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "elevation": 0,
- "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "related_overview": {
- "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "ownership_type": "public",
- "country_iso": "IT",
- "subdivision_iso": "IT-52",
- "description": "string",
- "related_overview": {
- "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "legal_entity",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "subcompartment": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "boundaries": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [
- null,
- null
], - [
- null,
- null
], - [
- null,
- null
], - [
- null,
- null
]
]
]
]
}, - "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "altitude": 0,
- "exposition": "string",
- "slope": 0,
- "variety": "string",
- "co2_capture": 0,
- "distance_to_road": 0,
- "biomass": 0,
- "subcompartmentable_type": "forest_operation",
- "related_overview": {
- "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "subcompartmentable": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "status": "planned",
- "type": "thinning",
- "manager": "string",
- "start_date": "2019-08-24",
- "end_date": "2019-08-24",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "elevation": 0,
- "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "related_overview": {
- "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "ownership_type": "public",
- "country_iso": "IT",
- "subdivision_iso": "IT-52",
- "description": "string",
- "related_overview": {
- "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "legal_entity",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "common_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "tree_processor": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "other",
- "operator_label": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "product_definition": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "max_sweep": 0,
- "max_length": 0,
- "min_length": 0,
- "min_small_end_diameter": 0,
- "max_small_end_diameter": 0,
- "min_large_end_diameter": 0,
- "max_large_end_diameter": 0,
- "related_overview": {
- "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "common_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "tree_processor": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "other",
- "operator_label": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
]Bearer token with scope inventory_write required.
| id required | string <uuid> (Universally unique identitifier) |
required | object (GeoJSONPoint) |
| recorded_at required | string <date-time> |
| tree_log_id required | string <uuid> (Universally unique identitifier) |
| tree_processor_id required | string <uuid> (Universally unique identitifier) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "recorded_at": "2019-08-24T14:15:22Z",
- "tree_log_id": "db56064e-19b1-4da8-ac78-59ba604cf5df",
- "tree_processor_id": "5b1f1314-624e-4e0e-8d0a-7d2a36382530"
}| tree_log_location_id required | string Example: tree_log_location_id |
| expand_related required | boolean Include expanded related associations; otherwise, only a summary is provided in |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "recorded_at": "2019-08-24T14:15:22Z",
- "related_overview": {
- "tree_log": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "simulated": true
}, - "tree_processor": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "operator_label": "string"
}
}, - "tree_log": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "processed_at": "2019-08-24T14:15:22Z",
- "simulated": true,
- "log_part": 0,
- "forced_cutting_reason": "automatic",
- "external_identifiers": [
- {
- "id": "string",
- "type": "other"
}
], - "related_overview": {
- "tree": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "tree_processor": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "product_definition": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "tree": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "planted_at": "2019-08-24T14:15:22Z",
- "harvested_at": "2019-08-24T14:15:22Z",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "field_mark": "string",
- "placeholder": true,
- "external_identifiers": [
- {
- "id": "string",
- "type": "other"
}
], - "related_overview": {
- "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "subcompartment": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "sample_plot": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "sample_plot": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "measured_at": "2019-08-24T14:15:22Z",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "shape": "circle",
- "boundaries": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
]
]
]
]
}, - "radius": 0,
- "length": 0,
- "width": 0,
- "sample_area": 0,
- "additional_info": { },
- "related_overview": {
- "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "status": "planned",
- "type": "thinning",
- "manager": "string",
- "start_date": "2019-08-24",
- "end_date": "2019-08-24",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "elevation": 0,
- "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "related_overview": {
- "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "ownership_type": "public",
- "country_iso": "IT",
- "subdivision_iso": "IT-52",
- "description": "string",
- "related_overview": {
- "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "legal_entity",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "subcompartment": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "boundaries": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
]
]
]
]
}, - "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "altitude": 0,
- "exposition": "string",
- "slope": 0,
- "variety": "string",
- "co2_capture": 0,
- "distance_to_road": 0,
- "biomass": 0,
- "subcompartmentable_type": "forest_operation",
- "related_overview": {
- "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "subcompartmentable": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "status": "planned",
- "type": "thinning",
- "manager": "string",
- "start_date": "2019-08-24",
- "end_date": "2019-08-24",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "elevation": 0,
- "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "related_overview": {
- "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "ownership_type": "public",
- "country_iso": "IT",
- "subdivision_iso": "IT-52",
- "description": "string",
- "related_overview": {
- "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "legal_entity",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "common_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "tree_processor": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "other",
- "operator_label": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "product_definition": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "max_sweep": 0,
- "max_length": 0,
- "min_length": 0,
- "min_small_end_diameter": 0,
- "max_small_end_diameter": 0,
- "min_large_end_diameter": 0,
- "max_large_end_diameter": 0,
- "related_overview": {
- "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "common_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "tree_processor": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "other",
- "operator_label": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}Bearer token with scope inventory_write required.
| tree_log_location_id required | string Example: tree_log_location_id |
| id required | string <uuid> (Universally unique identitifier) |
required | object (GeoJSONPoint) |
| recorded_at required | string <date-time> |
| tree_log_id required | string <uuid> (Universally unique identitifier) |
| tree_processor_id required | string <uuid> (Universally unique identitifier) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "recorded_at": "2019-08-24T14:15:22Z",
- "tree_log_id": "db56064e-19b1-4da8-ac78-59ba604cf5df",
- "tree_processor_id": "5b1f1314-624e-4e0e-8d0a-7d2a36382530"
}Legal entities that manage sawing operations.
Immediate associations:
| page | integer Default: 1 Page number |
| per_page | integer Default: 25 Maximum number of items per page, with an upper limit of 100 |
| name | string Search by name |
| created_at | string (TimeInterval) Filter by creation datetime interval |
| sort_by | string Default: "newest" Enum: "newest" "oldest" "name" Sort results by creation date or name |
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
]Bearer token with scope inventory_write required.
| id required | string <uuid> (Universally unique identitifier) |
| name required | string |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}| sawmill_company_id required | string Example: sawmill_company_id |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}Bearer token with scope inventory_write required.
| sawmill_company_id required | string Example: sawmill_company_id |
| id required | string <uuid> (Universally unique identitifier) |
| name required | string |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}Industrial facilities focused on sawing operations.
Immediate associations:
[sawmill_tree_log_reportable=sawmill_site]| page | integer Default: 1 Page number |
| per_page | integer Default: 25 Maximum number of items per page, with an upper limit of 100 |
| name | string Search by name |
| created_at | string (TimeInterval) Filter by creation datetime interval |
| company_id | string <uuid> (Universally unique identitifier) Filter by sawmill company ID |
| country_iso | string Filter by country (ISO 3166-1 alpha-2) |
| bbox | Array of numbers (BoundingBox) Example: bbox=11.1,43.2,12.8,44.9 Filter by intersection of location and bounding box |
| sort_by | string Default: "newest" Enum: "newest" "oldest" "name" Sort results by creation date or name |
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "country_iso": "IT",
- "related_overview": {
- "company": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "company": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
]Bearer token with scope inventory_write required.
| id required | string <uuid> (Universally unique identitifier) |
| name required | string |
object (GeoJSONPoint) | |
| country_iso | string Uppercase country code (ISO 3166-1 alpha-2). |
| company_id required | string <uuid> (Universally unique identitifier) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "country_iso": "IT",
- "company_id": "b2e6a1c3-1a5e-44ae-a8fd-81f76fd715cf"
}| sawmill_site_id required | string Example: sawmill_site_id |
| expand_related required | boolean Include expanded related associations; otherwise, only a summary is provided in |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "country_iso": "IT",
- "related_overview": {
- "company": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "company": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}Bearer token with scope inventory_write required.
| sawmill_site_id required | string Example: sawmill_site_id |
| id required | string <uuid> (Universally unique identitifier) |
| name required | string |
object (GeoJSONPoint) | |
| country_iso | string Uppercase country code (ISO 3166-1 alpha-2). |
| company_id required | string <uuid> (Universally unique identitifier) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "country_iso": "IT",
- "company_id": "b2e6a1c3-1a5e-44ae-a8fd-81f76fd715cf"
}At a sawline, tree logs are processed into lumber through a series of cutting and sorting operations.
Immediate associations:
[sawmill_tree_log_reportable=sawline]| page | integer Default: 1 Page number |
| per_page | integer Default: 25 Maximum number of items per page, with an upper limit of 100 |
| name | string Search by name |
| type | string Search by type |
| created_at | string (TimeInterval) Filter by creation datetime interval |
| sawmill_site_id | string <uuid> (Universally unique identitifier) Filter by sawmill site ID |
| sort_by | string Default: "newest" Enum: "newest" "oldest" Sort results by creation date |
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "string",
- "sawmill_site": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "country_iso": "IT",
- "related_overview": {
- "company": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "company": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "related_overview": {
- "sawmill_site": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
]Bearer token with scope inventory_write required.
| id required | string <uuid> (Universally unique identitifier) |
| name required | string |
| type required | string |
| sawmill_site_id required | string <uuid> (Universally unique identitifier) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "string",
- "sawmill_site_id": "d61af51c-2e98-4797-912e-e9214d4c6327"
}| sawline_id required | string Example: sawline_id |
| expand_related required | boolean Include expanded related associations; otherwise, only a summary is provided in |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "string",
- "sawmill_site": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "country_iso": "IT",
- "related_overview": {
- "company": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "company": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "related_overview": {
- "sawmill_site": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}Bearer token with scope inventory_write required.
| sawline_id required | string Example: sawline_id |
| id required | string <uuid> (Universally unique identitifier) |
| name required | string |
| type required | string |
| sawmill_site_id required | string <uuid> (Universally unique identitifier) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "string",
- "sawmill_site_id": "d61af51c-2e98-4797-912e-e9214d4c6327"
}Generic attachment files for a sawline.
Immediate associations:
| page | integer Default: 1 Page number |
| per_page | integer Default: 25 Maximum number of items per page, with an upper limit of 100 |
| created_at | string (TimeInterval) Filter by creation datetime interval |
| sawline_id | string <uuid> (Universally unique identitifier) Filter by sawline ID |
| name | string Search by name |
| type | string Filter by type |
| category | string Enum: "office" "image" "geo_vector" "geo_raster" "data_exchange" "archive" Filter by category |
| tag | string Filter by tag |
| sort_by | string Default: "newest" Enum: "newest" "oldest" "type" "name" "largest" "smallest" Sort results |
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "string",
- "category": "office",
- "size": 0,
- "url": "string",
- "description": "string",
- "tags": [
- "string"
], - "related_overview": {
- "sawline": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
]Bearer token with scope sawmill_write required.
| attachment:id required | string <uuid> |
| attachment:sawline_id required | string <uuid> |
| attachment:file required | string <binary> |
| attachment:name | string If missing it will default to the filename without extension |
| attachment:tags | Array of strings |
| attachment:description | string |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "string",
- "category": "office",
- "size": 0,
- "url": "string",
- "description": "string",
- "tags": [
- "string"
], - "related_overview": {
- "sawline": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}| sawline_attachment_id required | string Example: sawline_attachment_id |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "string",
- "category": "office",
- "size": 0,
- "url": "string",
- "description": "string",
- "tags": [
- "string"
], - "related_overview": {
- "sawline": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}Bearer token with scope sawmill_write required.
| sawline_attachment_id required | string Example: sawline_attachment_id |
required | object | ||||||
| |||||||
{- "attachment": {
- "name": "string",
- "description": "string",
- "tags": [
- "string"
]
}
}Sets of boards produced as a single group on a given sawmill site.
Immediate associations:
[sawmill_tree_log_reportable=sawmill_batch]| page | integer Default: 1 Page number |
| per_page | integer Default: 25 Maximum number of items per page, with an upper limit of 100 |
| sawline_id | string <uuid> (Universally unique identitifier) Filter by sawmill site ID |
| sawmill_site_id | string <uuid> (Universally unique identitifier) Filter by sawmill site ID |
| external_id | string Filter by external identifier ID |
| created_at | string (TimeInterval) Filter by creation datetime interval |
| sort_by | string Default: "newest" Enum: "newest" "oldest" Sort results by creation date |
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "external_id": "string",
- "related_overview": {
- "sawline": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "sawmill_site": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "sawline": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "string",
- "sawmill_site": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "country_iso": "IT",
- "related_overview": {
- "company": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "company": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "related_overview": {
- "sawmill_site": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
]Bearer token with scope inventory_write required.
| id required | string <uuid> (Universally unique identitifier) |
| external_id | string |
| sawline_id required | string <uuid> (Universally unique identitifier) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "external_id": "string",
- "sawline_id": "8edf5373-1e6d-4a53-8f94-208d1eb14845"
}| sawmill_batch_id required | string Example: sawmill_batch_id |
| expand_related required | boolean Include expanded related associations; otherwise, only a summary is provided in |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "external_id": "string",
- "related_overview": {
- "sawline": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "sawmill_site": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "sawline": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "string",
- "sawmill_site": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "country_iso": "IT",
- "related_overview": {
- "company": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "company": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "related_overview": {
- "sawmill_site": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}Bearer token with scope inventory_write required.
| sawmill_batch_id required | string Example: sawmill_batch_id |
| id required | string <uuid> (Universally unique identitifier) |
| external_id | string |
| sawline_id required | string <uuid> (Universally unique identitifier) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "external_id": "string",
- "sawline_id": "8edf5373-1e6d-4a53-8f94-208d1eb14845"
}Measurements of a given log as part of a sawmill batch at a given stage. Each pairing of tree_log_id and stage fields must be unique.
Immediate associations:
[simulated=false]| page | integer Default: 1 Page number |
| per_page | integer Default: 25 Maximum number of items per page, with an upper limit of 100 |
| created_at | string (TimeInterval) Filter by creation datetime interval |
| tree_log_id | string <uuid> (Universally unique identitifier) Filter by tree log ID |
| sawmill_site_id | string <uuid> (Universally unique identitifier) Filter by sawmill site ID |
| sawline_id | string <uuid> (Universally unique identitifier) Filter by sawline ID |
| sawmill_batch_id | string <uuid> (Universally unique identitifier) Filter by sawmill batch ID |
| forest_operation_id | string <uuid> (Universally unique identitifier) Filter by forest operation ID |
| subcompartment_id | string <uuid> (Universally unique identitifier) Filter by subcompartment ID |
| processed_at | string (TimeInterval) Filter by processing datetime interval |
| stage | string Enum: "log_reception" "sorting_line" "cutting_line" Filter by stage |
| sort_by | string Default: "newest" Enum: "newest" "oldest" Sort results by creation date |
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "tree_log_id": "db56064e-19b1-4da8-ac78-59ba604cf5df",
- "processed_at": "2019-08-24T14:15:22Z",
- "length": 0,
- "small_end_diameter": 0,
- "middle_end_diameter": 0,
- "large_end_diameter": 0,
- "volume_ab": 0,
- "volume_bb": 0,
- "co2": 0,
- "sweep": 0,
- "taper": 0,
- "stage": "log_reception",
- "related_overview": {
- "tree_log": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "sawmill_batch": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "sawmill_batch": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "external_id": "string",
- "related_overview": {
- "sawline": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "sawmill_site": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "sawline": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "string",
- "sawmill_site": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "country_iso": "IT",
- "related_overview": {
- "company": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "company": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "related_overview": {
- "sawmill_site": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
}
]Bearer token with scope sawmill_write required.
| id required | string <uuid> (Universally unique identitifier) |
| tree_log_id required | string <uuid> (Universally unique identitifier) |
| processed_at required | string <date-time> |
| length | number Unit: meter (m). |
| small_end_diameter | integer Unit: tenth of millimeter (mm/10). |
| middle_end_diameter | integer Unit: tenth of millimeter (mm/10). |
| large_end_diameter | integer Unit: tenth of millimeter (mm/10). |
| volume_ab | number Unit: cubic meter (m3). Total volume above bark (e.g. Smaliana). |
| volume_bb | number Unit: cubic meter (m3). Total volume below bark (e.g. Smaliana). |
| co2 | number Unit: tonne (t). |
| sweep | number Unit: millimeter per meter (mm/m). |
| taper | integer Unit: tenth of millimeter (mm/10). |
| stage | string Enum: "log_reception" "sorting_line" "cutting_line" |
| sawmill_batch_id | string <uuid> (Universally unique identitifier) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "tree_log_id": "db56064e-19b1-4da8-ac78-59ba604cf5df",
- "processed_at": "2019-08-24T14:15:22Z",
- "length": 0,
- "small_end_diameter": 0,
- "middle_end_diameter": 0,
- "large_end_diameter": 0,
- "volume_ab": 0,
- "volume_bb": 0,
- "co2": 0,
- "sweep": 0,
- "taper": 0,
- "stage": "log_reception",
- "sawmill_batch_id": "8f6d0ea6-413b-49e5-a151-986619298529"
}| tree_log_sawmill_measurement_id required | string Example: tree_log_sawmill_measurement_id |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "tree_log_id": "db56064e-19b1-4da8-ac78-59ba604cf5df",
- "processed_at": "2019-08-24T14:15:22Z",
- "length": 0,
- "small_end_diameter": 0,
- "middle_end_diameter": 0,
- "large_end_diameter": 0,
- "volume_ab": 0,
- "volume_bb": 0,
- "co2": 0,
- "sweep": 0,
- "taper": 0,
- "stage": "log_reception",
- "related_overview": {
- "tree_log": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "sawmill_batch": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "sawmill_batch": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "external_id": "string",
- "related_overview": {
- "sawline": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "sawmill_site": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "sawline": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "string",
- "sawmill_site": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "country_iso": "IT",
- "related_overview": {
- "company": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "company": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "related_overview": {
- "sawmill_site": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
}Bearer token with scope sawmill_write required.
| tree_log_sawmill_measurement_id required | string Example: tree_log_sawmill_measurement_id |
| id required | string <uuid> (Universally unique identitifier) |
| tree_log_id required | string <uuid> (Universally unique identitifier) |
| processed_at required | string <date-time> |
| length | number Unit: meter (m). |
| small_end_diameter | integer Unit: tenth of millimeter (mm/10). |
| middle_end_diameter | integer Unit: tenth of millimeter (mm/10). |
| large_end_diameter | integer Unit: tenth of millimeter (mm/10). |
| volume_ab | number Unit: cubic meter (m3). Total volume above bark (e.g. Smaliana). |
| volume_bb | number Unit: cubic meter (m3). Total volume below bark (e.g. Smaliana). |
| co2 | number Unit: tonne (t). |
| sweep | number Unit: millimeter per meter (mm/m). |
| taper | integer Unit: tenth of millimeter (mm/10). |
| stage | string Enum: "log_reception" "sorting_line" "cutting_line" |
| sawmill_batch_id | string <uuid> (Universally unique identitifier) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "tree_log_id": "db56064e-19b1-4da8-ac78-59ba604cf5df",
- "processed_at": "2019-08-24T14:15:22Z",
- "length": 0,
- "small_end_diameter": 0,
- "middle_end_diameter": 0,
- "large_end_diameter": 0,
- "volume_ab": 0,
- "volume_bb": 0,
- "co2": 0,
- "sweep": 0,
- "taper": 0,
- "stage": "log_reception",
- "sawmill_batch_id": "8f6d0ea6-413b-49e5-a151-986619298529"
}Specific wood quality classes associated with boards.
Immediate associations:
| page | integer Default: 1 Page number |
| per_page | integer Default: 25 Maximum number of items per page, with an upper limit of 100 |
| name | string Search by name |
| group_name | string Search by group name |
| created_at | string (TimeInterval) Filter by creation datetime interval |
| sort_by | string Default: "newest" Enum: "newest" "oldest" "name" Sort results by creation date or name |
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "group_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
]Bearer token with scope inventory_write required.
| id required | string <uuid> (Universally unique identitifier) |
| name required | string |
| group_name required | string |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "group_name": "string"
}| board_class_id required | string Example: board_class_id |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "group_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}Bearer token with scope inventory_write required.
| board_class_id required | string Example: board_class_id |
| id required | string <uuid> (Universally unique identitifier) |
| name required | string |
| group_name required | string |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "group_name": "string"
}Lumber boards belonging to a specific class and sawmill batch.
Immediate associations:
[qualifiable=board]| page | integer Default: 1 Page number |
| per_page | integer Default: 25 Maximum number of items per page, with an upper limit of 100 |
| created_at | string (TimeInterval) Filter by creation datetime interval |
| tree_log_id | string <uuid> (Universally unique identitifier) Filter by tree log ID |
| sawmill_batch_id | string <uuid> (Universally unique identitifier) Filter by sawmill batch ID |
| board_class_id | string <uuid> (Universally unique identitifier) Filter by board class ID |
| tree_id | string <uuid> (Universally unique identitifier) Filter by tree ID of log |
| external_id | string Filter by external identifier ID |
| external_id_type | string Enum: "other" "rfid" "hammer" "barcode" "paint" "microtec" "forest_hq" Filter by external identifier type |
| sort_by | string Default: "newest" Enum: "newest" "oldest" Sort results by creation date |
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "measured_at": "2019-08-24T14:15:22Z",
- "thickness": 0,
- "width": 0,
- "length": 0,
- "external_identifiers": [
- {
- "id": "string",
- "type": "other"
}
], - "tree_log": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "processed_at": "2019-08-24T14:15:22Z",
- "simulated": true,
- "log_part": 0,
- "forced_cutting_reason": "automatic",
- "external_identifiers": [
- {
- "id": "string",
- "type": "other"
}
], - "related_overview": {
- "tree": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "tree_processor": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "product_definition": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "tree": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "planted_at": "2019-08-24T14:15:22Z",
- "harvested_at": "2019-08-24T14:15:22Z",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "field_mark": "string",
- "placeholder": true,
- "external_identifiers": [
- {
- "id": "string",
- "type": "other"
}
], - "related_overview": {
- "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "subcompartment": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "sample_plot": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "sample_plot": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "measured_at": "2019-08-24T14:15:22Z",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "shape": "circle",
- "boundaries": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [
- null,
- null
], - [
- null,
- null
], - [
- null,
- null
], - [
- null,
- null
]
]
]
]
}, - "radius": 0,
- "length": 0,
- "width": 0,
- "sample_area": 0,
- "additional_info": { },
- "related_overview": {
- "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "status": "planned",
- "type": "thinning",
- "manager": "string",
- "start_date": "2019-08-24",
- "end_date": "2019-08-24",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "elevation": 0,
- "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "related_overview": {
- "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "ownership_type": "public",
- "country_iso": "IT",
- "subdivision_iso": "IT-52",
- "description": "string",
- "related_overview": {
- "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "legal_entity",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "subcompartment": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "boundaries": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [
- null,
- null
], - [
- null,
- null
], - [
- null,
- null
], - [
- null,
- null
]
]
]
]
}, - "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "altitude": 0,
- "exposition": "string",
- "slope": 0,
- "variety": "string",
- "co2_capture": 0,
- "distance_to_road": 0,
- "biomass": 0,
- "subcompartmentable_type": "forest_operation",
- "related_overview": {
- "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "subcompartmentable": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "status": "planned",
- "type": "thinning",
- "manager": "string",
- "start_date": "2019-08-24",
- "end_date": "2019-08-24",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "elevation": 0,
- "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "related_overview": {
- "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "ownership_type": "public",
- "country_iso": "IT",
- "subdivision_iso": "IT-52",
- "description": "string",
- "related_overview": {
- "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "legal_entity",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "common_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "tree_processor": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "other",
- "operator_label": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "product_definition": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "max_sweep": 0,
- "max_length": 0,
- "min_length": 0,
- "min_small_end_diameter": 0,
- "max_small_end_diameter": 0,
- "min_large_end_diameter": 0,
- "max_large_end_diameter": 0,
- "related_overview": {
- "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "common_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "sawmill_batch": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "external_id": "string",
- "related_overview": {
- "sawline": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "sawmill_site": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "sawline": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "string",
- "sawmill_site": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "country_iso": "IT",
- "related_overview": {
- "company": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "company": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "related_overview": {
- "sawmill_site": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "board_class": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "group_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "related_overview": {
- "board_class": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "group_name": "string"
}, - "sawmill_batch": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "tree_log": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "tree_id": "f07488fc-5e0e-4ee8-a1d2-6e2f8b420128"
}
}
}
]Bearer token with scope inventory_write required.
| id required | string <uuid> (Universally unique identitifier) |
| measured_at required | string <date-time> |
| thickness required | integer Unit: tenth of millimeter (mm/10). |
| width required | integer Unit: tenth of millimeter (mm/10). |
| length required | integer Unit: tenth of millimeter (mm/10). |
required | Array of objects (ExternalIdentifier) |
| tree_log_id required | string <uuid> (Universally unique identitifier) |
| sawmill_batch_id required | string <uuid> (Universally unique identitifier) |
| board_class_id required | string <uuid> (Universally unique identitifier) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "measured_at": "2019-08-24T14:15:22Z",
- "thickness": 0,
- "width": 0,
- "length": 0,
- "external_identifiers": [
- {
- "id": "string",
- "type": "other"
}
], - "tree_log_id": "db56064e-19b1-4da8-ac78-59ba604cf5df",
- "sawmill_batch_id": "8f6d0ea6-413b-49e5-a151-986619298529",
- "board_class_id": "d0e333af-2977-4485-aecc-ffed922f3e62"
}| board_id required | string Example: board_id |
| expand_related required | boolean Include expanded related associations; otherwise, only a summary is provided in |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "measured_at": "2019-08-24T14:15:22Z",
- "thickness": 0,
- "width": 0,
- "length": 0,
- "external_identifiers": [
- {
- "id": "string",
- "type": "other"
}
], - "tree_log": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "processed_at": "2019-08-24T14:15:22Z",
- "simulated": true,
- "log_part": 0,
- "forced_cutting_reason": "automatic",
- "external_identifiers": [
- {
- "id": "string",
- "type": "other"
}
], - "related_overview": {
- "tree": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "tree_processor": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "product_definition": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "tree": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "planted_at": "2019-08-24T14:15:22Z",
- "harvested_at": "2019-08-24T14:15:22Z",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "field_mark": "string",
- "placeholder": true,
- "external_identifiers": [
- {
- "id": "string",
- "type": "other"
}
], - "related_overview": {
- "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "subcompartment": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "sample_plot": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "sample_plot": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "measured_at": "2019-08-24T14:15:22Z",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "shape": "circle",
- "boundaries": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
]
]
]
]
}, - "radius": 0,
- "length": 0,
- "width": 0,
- "sample_area": 0,
- "additional_info": { },
- "related_overview": {
- "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "status": "planned",
- "type": "thinning",
- "manager": "string",
- "start_date": "2019-08-24",
- "end_date": "2019-08-24",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "elevation": 0,
- "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "related_overview": {
- "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "ownership_type": "public",
- "country_iso": "IT",
- "subdivision_iso": "IT-52",
- "description": "string",
- "related_overview": {
- "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "legal_entity",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "subcompartment": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "boundaries": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
]
]
]
]
}, - "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "altitude": 0,
- "exposition": "string",
- "slope": 0,
- "variety": "string",
- "co2_capture": 0,
- "distance_to_road": 0,
- "biomass": 0,
- "subcompartmentable_type": "forest_operation",
- "related_overview": {
- "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "subcompartmentable": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "status": "planned",
- "type": "thinning",
- "manager": "string",
- "start_date": "2019-08-24",
- "end_date": "2019-08-24",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "elevation": 0,
- "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "related_overview": {
- "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "ownership_type": "public",
- "country_iso": "IT",
- "subdivision_iso": "IT-52",
- "description": "string",
- "related_overview": {
- "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "legal_entity",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "common_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "tree_processor": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "other",
- "operator_label": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "product_definition": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "max_sweep": 0,
- "max_length": 0,
- "min_length": 0,
- "min_small_end_diameter": 0,
- "max_small_end_diameter": 0,
- "min_large_end_diameter": 0,
- "max_large_end_diameter": 0,
- "related_overview": {
- "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "common_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "sawmill_batch": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "external_id": "string",
- "related_overview": {
- "sawline": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "sawmill_site": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "sawline": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "string",
- "sawmill_site": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "country_iso": "IT",
- "related_overview": {
- "company": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "company": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "related_overview": {
- "sawmill_site": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "board_class": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "group_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "related_overview": {
- "board_class": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "group_name": "string"
}, - "sawmill_batch": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "tree_log": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "tree_id": "f07488fc-5e0e-4ee8-a1d2-6e2f8b420128"
}
}
}Bearer token with scope inventory_write required.
| board_id required | string Example: board_id |
| id required | string <uuid> (Universally unique identitifier) |
| measured_at required | string <date-time> |
| thickness required | integer Unit: tenth of millimeter (mm/10). |
| width required | integer Unit: tenth of millimeter (mm/10). |
| length required | integer Unit: tenth of millimeter (mm/10). |
required | Array of objects (ExternalIdentifier) |
| tree_log_id required | string <uuid> (Universally unique identitifier) |
| sawmill_batch_id required | string <uuid> (Universally unique identitifier) |
| board_class_id required | string <uuid> (Universally unique identitifier) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "measured_at": "2019-08-24T14:15:22Z",
- "thickness": 0,
- "width": 0,
- "length": 0,
- "external_identifiers": [
- {
- "id": "string",
- "type": "other"
}
], - "tree_log_id": "db56064e-19b1-4da8-ac78-59ba604cf5df",
- "sawmill_batch_id": "8f6d0ea6-413b-49e5-a151-986619298529",
- "board_class_id": "d0e333af-2977-4485-aecc-ffed922f3e62"
}Specification of a quality feature for trees, tree logs, or boards.
Immediate associations:
| page | integer Default: 1 Page number |
| per_page | integer Default: 25 Maximum number of items per page, with an upper limit of 100 |
| created_at | string (TimeInterval) Filter by creation datetime interval |
| name | string Search by name |
| kind | string Enum: "tree" "tree_log" "board" Filter by indicator kind |
| sort_by | string Default: "newest" Enum: "newest" "oldest" "name" Sort results by creation date or name |
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "description": "string",
- "kind": "tree",
- "value_schema": { },
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
]Bearer token with scope quality_write required.
| id required | string <uuid> (Universally unique identitifier) |
| name required | string |
| description required | string |
| kind required | string Enum: "tree" "tree_log" "board" |
required | object JSON Schema object |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "description": "string",
- "kind": "tree",
- "value_schema": { }
}| quality_indicator_id required | string Example: quality_indicator_id |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "description": "string",
- "kind": "tree",
- "value_schema": { },
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}Bearer token with scope quality_write required.
| quality_indicator_id required | string Example: quality_indicator_id |
required | object | ||||
| |||||
{- "quality_indicator": {
- "name": "string",
- "description": "string"
}
}Instance values of a quality indicator for a specific entity item.
Immediate associations:
{ Tree | Tree Log | Board }| page | integer Default: 1 Page number |
| per_page | integer Default: 25 Maximum number of items per page, with an upper limit of 100 |
| created_at | string (TimeInterval) Filter by creation datetime interval |
| qualifiable_type | string Enum: "tree" "tree_log" "board" Filter by qualifiable type |
| tree_id | string <uuid> (Universally unique identitifier) Filter by tree ID |
| tree_log_id | string <uuid> (Universally unique identitifier) Filter by tree log ID |
| board_id | string <uuid> (Universally unique identitifier) Filter by board ID |
| sort_by | string Default: "newest" Enum: "newest" "oldest" Sort results by creation date |
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "value": { },
- "start_position": 0,
- "end_position": 0,
- "qualifiable_type": "tree",
- "related_overview": {
- "indicator": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "tree": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "tree_log": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "board": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "indicator": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "description": "string",
- "kind": "tree",
- "value_schema": { },
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "qualifiable": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "planted_at": "2019-08-24T14:15:22Z",
- "harvested_at": "2019-08-24T14:15:22Z",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "field_mark": "string",
- "placeholder": true,
- "external_identifiers": [
- {
- "id": "string",
- "type": "other"
}
], - "related_overview": {
- "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "subcompartment": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "sample_plot": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "sample_plot": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "measured_at": "2019-08-24T14:15:22Z",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "shape": "circle",
- "boundaries": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
]
]
]
]
}, - "radius": 0,
- "length": 0,
- "width": 0,
- "sample_area": 0,
- "additional_info": { },
- "related_overview": {
- "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "status": "planned",
- "type": "thinning",
- "manager": "string",
- "start_date": "2019-08-24",
- "end_date": "2019-08-24",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "elevation": 0,
- "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "related_overview": {
- "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "ownership_type": "public",
- "country_iso": "IT",
- "subdivision_iso": "IT-52",
- "description": "string",
- "related_overview": {
- "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "legal_entity",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "subcompartment": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "boundaries": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
]
]
]
]
}, - "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "altitude": 0,
- "exposition": "string",
- "slope": 0,
- "variety": "string",
- "co2_capture": 0,
- "distance_to_road": 0,
- "biomass": 0,
- "subcompartmentable_type": "forest_operation",
- "related_overview": {
- "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "subcompartmentable": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "status": "planned",
- "type": "thinning",
- "manager": "string",
- "start_date": "2019-08-24",
- "end_date": "2019-08-24",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "elevation": 0,
- "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "related_overview": {
- "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "ownership_type": "public",
- "country_iso": "IT",
- "subdivision_iso": "IT-52",
- "description": "string",
- "related_overview": {
- "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "legal_entity",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "common_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
]Bearer token with scope quality_write required.
| id required | string <uuid> (Universally unique identitifier) |
required | object |
| start_position | number |
| end_position | number |
| qualifiable_id required | string <uuid> (Universally unique identitifier) |
| qualifiable_type required | string Enum: "tree" "tree_log" "board" |
| indicator_id required | string <uuid> (Universally unique identitifier) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "value": { },
- "start_position": 0,
- "end_position": 0,
- "qualifiable_id": "66c02e49-115c-49c3-99ea-28fcdb62b978",
- "qualifiable_type": "tree",
- "indicator_id": "f81eef5f-65bd-4ca0-ad15-4c29e7ba67ee",
- "qualifiable": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "planted_at": "2019-08-24T14:15:22Z",
- "harvested_at": "2019-08-24T14:15:22Z",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "field_mark": "string",
- "placeholder": true,
- "external_identifiers": [
- {
- "id": "string",
- "type": "other"
}
], - "sample_plot_id": "dbf8a575-aa48-432f-8e2f-585e90f120b0",
- "subcompartment_id": "d12bd93d-888a-4a99-b8ab-a0be016fb97c",
- "tree_species_id": "14e60a59-fa80-4ddf-9d9b-8dbb245693e8"
}
}| quality_indicator_item_id required | string Example: quality_indicator_item_id |
| expand_related required | boolean Include expanded related associations; otherwise, only a summary is provided in |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "value": { },
- "start_position": 0,
- "end_position": 0,
- "qualifiable_type": "tree",
- "related_overview": {
- "indicator": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "tree": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "tree_log": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "board": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "indicator": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "description": "string",
- "kind": "tree",
- "value_schema": { },
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "qualifiable": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "planted_at": "2019-08-24T14:15:22Z",
- "harvested_at": "2019-08-24T14:15:22Z",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "field_mark": "string",
- "placeholder": true,
- "external_identifiers": [
- {
- "id": "string",
- "type": "other"
}
], - "related_overview": {
- "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "subcompartment": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "sample_plot": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "sample_plot": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "measured_at": "2019-08-24T14:15:22Z",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "shape": "circle",
- "boundaries": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
]
]
]
]
}, - "radius": 0,
- "length": 0,
- "width": 0,
- "sample_area": 0,
- "additional_info": { },
- "related_overview": {
- "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "status": "planned",
- "type": "thinning",
- "manager": "string",
- "start_date": "2019-08-24",
- "end_date": "2019-08-24",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "elevation": 0,
- "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "related_overview": {
- "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "ownership_type": "public",
- "country_iso": "IT",
- "subdivision_iso": "IT-52",
- "description": "string",
- "related_overview": {
- "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "legal_entity",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "subcompartment": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "boundaries": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
]
]
]
]
}, - "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "altitude": 0,
- "exposition": "string",
- "slope": 0,
- "variety": "string",
- "co2_capture": 0,
- "distance_to_road": 0,
- "biomass": 0,
- "subcompartmentable_type": "forest_operation",
- "related_overview": {
- "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "subcompartmentable": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "status": "planned",
- "type": "thinning",
- "manager": "string",
- "start_date": "2019-08-24",
- "end_date": "2019-08-24",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "elevation": 0,
- "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "related_overview": {
- "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "ownership_type": "public",
- "country_iso": "IT",
- "subdivision_iso": "IT-52",
- "description": "string",
- "related_overview": {
- "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "legal_entity",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "common_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}Bearer token with scope quality_write required.
| quality_indicator_item_id required | string Example: quality_indicator_item_id |
| id required | string <uuid> (Universally unique identitifier) |
required | object |
| start_position | number |
| end_position | number |
| qualifiable_id required | string <uuid> (Universally unique identitifier) |
| qualifiable_type required | string Enum: "tree" "tree_log" "board" |
| indicator_id required | string <uuid> (Universally unique identitifier) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "value": { },
- "start_position": 0,
- "end_position": 0,
- "qualifiable_id": "66c02e49-115c-49c3-99ea-28fcdb62b978",
- "qualifiable_type": "tree",
- "indicator_id": "f81eef5f-65bd-4ca0-ad15-4c29e7ba67ee",
- "qualifiable": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "planted_at": "2019-08-24T14:15:22Z",
- "harvested_at": "2019-08-24T14:15:22Z",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "field_mark": "string",
- "placeholder": true,
- "external_identifiers": [
- {
- "id": "string",
- "type": "other"
}
], - "sample_plot_id": "dbf8a575-aa48-432f-8e2f-585e90f120b0",
- "subcompartment_id": "d12bd93d-888a-4a99-b8ab-a0be016fb97c",
- "tree_species_id": "14e60a59-fa80-4ddf-9d9b-8dbb245693e8"
}
}Specification of the aggregates of quality indicators for a given reportable type.
Immediate associations:
| page | integer Default: 1 Page number |
| per_page | integer Default: 25 Maximum number of items per page, with an upper limit of 100 |
| created_at | string (TimeInterval) Filter by creation datetime interval |
| name | string Search by name |
| kind | string Enum: "inventory_report" "harvesting_report" "tree_log_report" "sawmill_tree_log_report" Filter by indicator kind |
| sort_by | string Default: "newest" Enum: "newest" "oldest" "name" Sort results by creation date or name |
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "description": "string",
- "kind": "inventory_report",
- "value_schema": { },
- "related_overview": {
- "indicator": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "indicator": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "description": "string",
- "kind": "tree",
- "value_schema": { },
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
]Bearer token with scope quality_write required.
| id required | string <uuid> (Universally unique identitifier) |
| name required | string |
| description required | string |
| kind required | string Enum: "inventory_report" "harvesting_report" "tree_log_report" "sawmill_tree_log_report" |
required | object JSON Schema object |
| indicator_id required | string <uuid> (Universally unique identitifier) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "description": "string",
- "kind": "inventory_report",
- "value_schema": { },
- "indicator_id": "f81eef5f-65bd-4ca0-ad15-4c29e7ba67ee"
}| quality_indicator_aggregation_id required | string Example: quality_indicator_aggregation_id |
| expand_related required | boolean Include expanded related associations; otherwise, only a summary is provided in |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "description": "string",
- "kind": "inventory_report",
- "value_schema": { },
- "related_overview": {
- "indicator": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "indicator": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "description": "string",
- "kind": "tree",
- "value_schema": { },
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}Bearer token with scope quality_write required.
| quality_indicator_aggregation_id required | string Example: quality_indicator_aggregation_id |
required | object | ||||
| |||||
{- "quality_indicator_aggregation": {
- "name": "string",
- "description": "string"
}
}Instance values of a quality indicator aggregation for a specific report instances.
Immediate associations:
{ Inventory Report | Harvesting Report | Tree Log Report }| page | integer Default: 1 Page number |
| per_page | integer Default: 25 Maximum number of items per page, with an upper limit of 100 |
| created_at | string (TimeInterval) Filter by creation datetime interval |
| reportable_type | string Enum: "inventory_report" "harvesting_report" "tree_log_report" "sawmill_tree_log_report" Filter by reportable type |
| inventory_report_id | string <uuid> (Universally unique identitifier) Filter by inventory report ID |
| harvesting_report_id | string <uuid> (Universally unique identitifier) Filter by harvesting report ID |
| tree_log_report_id | string <uuid> (Universally unique identitifier) Filter by tree log report ID |
| sawmill_tree_log_report_id | string <uuid> (Universally unique identitifier) Filter by sawmill tree log report ID |
| board_id | string <uuid> (Universally unique identitifier) Filter by board ID |
| sort_by | string Default: "newest" Enum: "newest" "oldest" Sort results by creation date |
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "value": { },
- "reportable_type": "inventory_report",
- "related_overview": {
- "aggregation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "inventory_report": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "harvesting_report": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "tree_log_report": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "sawmill_tree_log_report": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "aggregation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "description": "string",
- "kind": "inventory_report",
- "value_schema": { },
- "related_overview": {
- "indicator": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "indicator": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "description": "string",
- "kind": "tree",
- "value_schema": { },
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "reportable": {
- "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "common_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "forest_reportable": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "status": "planned",
- "type": "thinning",
- "manager": "string",
- "start_date": "2019-08-24",
- "end_date": "2019-08-24",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "elevation": 0,
- "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "related_overview": {
- "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "ownership_type": "public",
- "country_iso": "IT",
- "subdivision_iso": "IT-52",
- "description": "string",
- "related_overview": {
- "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "legal_entity",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "forest_reportable_type": "forest_operation",
- "measurement_source": "other",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "age": 0,
- "stem_count": 0,
- "mean_height": 0,
- "mean_dbh": 0,
- "volume": 0,
- "biomass": 0,
- "co2": 0,
- "basal_area": 0,
- "dead_tree_count": 0,
- "additional_info": { },
- "related_overview": {
- "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "sample_plot": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "subcompartment": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}, - "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
]Bearer token with scope quality_write required.
| id required | string <uuid> (Universally unique identitifier) |
required | object |
| reportable_id required | string <uuid> (Universally unique identitifier) |
| reportable_type required | string Enum: "inventory_report" "harvesting_report" "tree_log_report" "sawmill_tree_log_report" |
| aggregation_id required | string <uuid> (Universally unique identitifier) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "value": { },
- "reportable_id": "77ae86f8-15c5-468e-908b-a9a5dd4996f4",
- "reportable_type": "inventory_report",
- "aggregation_id": "cda40c3c-10fc-405d-9c84-f3dfafb669af",
- "reportable": {
- "forest_reportable": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "status": "planned",
- "type": "thinning",
- "manager": "string",
- "start_date": "2019-08-24",
- "end_date": "2019-08-24",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "elevation": 0,
- "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "forest_property_id": "5d6232cf-1bc2-4d95-b482-70ba73bac5a0"
}, - "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "tree_species_id": "14e60a59-fa80-4ddf-9d9b-8dbb245693e8",
- "forest_reportable_id": "57e232dd-6652-425b-b69c-d6ae4e38bbdf",
- "forest_reportable_type": "forest_operation",
- "measurement_source": "other",
- "age": 0,
- "stem_count": 0,
- "mean_height": 0,
- "mean_dbh": 0,
- "volume": 0,
- "biomass": 0,
- "co2": 0,
- "basal_area": 0,
- "dead_tree_count": 0,
- "additional_info": { }
}
}| quality_indicator_aggregate_id required | string Example: quality_indicator_aggregate_id |
| expand_related required | boolean Include expanded related associations; otherwise, only a summary is provided in |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "value": { },
- "reportable_type": "inventory_report",
- "related_overview": {
- "aggregation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "inventory_report": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "harvesting_report": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "tree_log_report": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "sawmill_tree_log_report": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "aggregation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "description": "string",
- "kind": "inventory_report",
- "value_schema": { },
- "related_overview": {
- "indicator": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "indicator": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "description": "string",
- "kind": "tree",
- "value_schema": { },
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "reportable": {
- "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "common_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "forest_reportable": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "status": "planned",
- "type": "thinning",
- "manager": "string",
- "start_date": "2019-08-24",
- "end_date": "2019-08-24",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "elevation": 0,
- "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "related_overview": {
- "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "ownership_type": "public",
- "country_iso": "IT",
- "subdivision_iso": "IT-52",
- "description": "string",
- "related_overview": {
- "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "legal_entity",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "forest_reportable_type": "forest_operation",
- "measurement_source": "other",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "age": 0,
- "stem_count": 0,
- "mean_height": 0,
- "mean_dbh": 0,
- "volume": 0,
- "biomass": 0,
- "co2": 0,
- "basal_area": 0,
- "dead_tree_count": 0,
- "additional_info": { },
- "related_overview": {
- "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "sample_plot": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "subcompartment": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}, - "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}Bearer token with scope quality_write required.
| quality_indicator_aggregate_id required | string Example: quality_indicator_aggregate_id |
| id required | string <uuid> (Universally unique identitifier) |
required | object |
| reportable_id required | string <uuid> (Universally unique identitifier) |
| reportable_type required | string Enum: "inventory_report" "harvesting_report" "tree_log_report" "sawmill_tree_log_report" |
| aggregation_id required | string <uuid> (Universally unique identitifier) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "value": { },
- "reportable_id": "77ae86f8-15c5-468e-908b-a9a5dd4996f4",
- "reportable_type": "inventory_report",
- "aggregation_id": "cda40c3c-10fc-405d-9c84-f3dfafb669af",
- "reportable": {
- "forest_reportable": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "status": "planned",
- "type": "thinning",
- "manager": "string",
- "start_date": "2019-08-24",
- "end_date": "2019-08-24",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "elevation": 0,
- "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "forest_property_id": "5d6232cf-1bc2-4d95-b482-70ba73bac5a0"
}, - "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "tree_species_id": "14e60a59-fa80-4ddf-9d9b-8dbb245693e8",
- "forest_reportable_id": "57e232dd-6652-425b-b69c-d6ae4e38bbdf",
- "forest_reportable_type": "forest_operation",
- "measurement_source": "other",
- "age": 0,
- "stem_count": 0,
- "mean_height": 0,
- "mean_dbh": 0,
- "volume": 0,
- "biomass": 0,
- "co2": 0,
- "basal_area": 0,
- "dead_tree_count": 0,
- "additional_info": { }
}
}| page | integer Default: 1 Page number |
| per_page | integer Default: 25 Maximum number of items per page, with an upper limit of 100 |
| created_at | string (TimeInterval) Filter by creation datetime interval |
| forest_reportable_type | string Enum: "forest_operation" "sample_plot" "subcompartment" Filter by forest reportable type |
| measurement_source | string Enum: "other" "manual" "harvester" "arboreal" "forest_in" Filter by measurement source |
| forest_operation_id | string <uuid> (Universally unique identitifier) Filter by forest operation ID |
| subcompartment_id | string <uuid> (Universally unique identitifier) Filter by subcompartment ID |
| sample_plot_id | string <uuid> (Universally unique identitifier) Filter by sample plot ID |
| tree_species_id | string <uuid> (Universally unique identitifier) Filter by tree species ID |
| null_tree_species_id | boolean Filter by absence (true) or presence (false) of tree species ID; if not given, records with and without tree species ID are returned |
| origin_operation_id | string <uuid> (Universally unique identitifier) Filter by forest operation ID of origin of the forest reportable |
| origin_property_id | string <uuid> (Universally unique identitifier) Filter by the ID of the forest property of origin |
| origin_property_owner_id | string <uuid> (Universally unique identitifier) Filter by the owner ID of the forest property of origin |
| origin_property_country_iso | string Filter by the country (ISO 3166-1 alpha-2) of the forest property of origin |
| tree_processor_id | string <uuid> (Universally unique identitifier) Filter by tree processor ID |
| tree_processor_type | string Enum: "other" "harvester" "forwarder" "manual" "arboreal" Filter by tree processor type |
| sort_by | string Default: "newest" Enum: "newest" "oldest" Sort results by creation date |
[- {
- "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "common_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "forest_reportable": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "status": "planned",
- "type": "thinning",
- "manager": "string",
- "start_date": "2019-08-24",
- "end_date": "2019-08-24",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "elevation": 0,
- "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "related_overview": {
- "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "ownership_type": "public",
- "country_iso": "IT",
- "subdivision_iso": "IT-52",
- "description": "string",
- "related_overview": {
- "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "legal_entity",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "forest_reportable_type": "forest_operation",
- "measurement_source": "other",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "stem_count": 0,
- "mean_height": 0,
- "mean_dbh": 0,
- "volume": 0,
- "biomass": 0,
- "co2": 0,
- "additional_info": { },
- "related_overview": {
- "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "sample_plot": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "subcompartment": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}, - "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "tree_processor": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "tree_processor": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "other",
- "operator_label": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
}
]Bearer token with scope inventory_write required.
| id required | string <uuid> (Universally unique identitifier) |
| tree_species_id | string <uuid> (Universally unique identitifier) |
| forest_reportable_id required | string <uuid> (Universally unique identitifier) |
| forest_reportable_type required | string Enum: "forest_operation" "sample_plot" "subcompartment" |
| measurement_source required | string Enum: "other" "manual" "harvester" "arboreal" "forest_in" |
| stem_count | integer |
| mean_height | number Unit: meter (m). |
| mean_dbh | number Unit: centimeter (cm). |
| volume | number Unit: cubic meter (m3). |
| biomass | number Unit: tonne (t). |
| co2 | number Unit: tonne (t). |
object | |
| tree_processor_id required | string <uuid> (Universally unique identitifier) |
{- "forest_reportable": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "status": "planned",
- "type": "thinning",
- "manager": "string",
- "start_date": "2019-08-24",
- "end_date": "2019-08-24",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "elevation": 0,
- "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "forest_property_id": "5d6232cf-1bc2-4d95-b482-70ba73bac5a0"
}, - "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "tree_species_id": "14e60a59-fa80-4ddf-9d9b-8dbb245693e8",
- "forest_reportable_id": "57e232dd-6652-425b-b69c-d6ae4e38bbdf",
- "forest_reportable_type": "forest_operation",
- "measurement_source": "other",
- "stem_count": 0,
- "mean_height": 0,
- "mean_dbh": 0,
- "volume": 0,
- "biomass": 0,
- "co2": 0,
- "additional_info": { },
- "tree_processor_id": "5b1f1314-624e-4e0e-8d0a-7d2a36382530"
}| harvesting_report_id required | string Example: harvesting_report_id |
| expand_related required | boolean Include expanded related associations; otherwise, only a summary is provided in |
{- "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "common_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "forest_reportable": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "status": "planned",
- "type": "thinning",
- "manager": "string",
- "start_date": "2019-08-24",
- "end_date": "2019-08-24",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "elevation": 0,
- "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "related_overview": {
- "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "ownership_type": "public",
- "country_iso": "IT",
- "subdivision_iso": "IT-52",
- "description": "string",
- "related_overview": {
- "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "legal_entity",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "forest_reportable_type": "forest_operation",
- "measurement_source": "other",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "stem_count": 0,
- "mean_height": 0,
- "mean_dbh": 0,
- "volume": 0,
- "biomass": 0,
- "co2": 0,
- "additional_info": { },
- "related_overview": {
- "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "sample_plot": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "subcompartment": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}, - "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "tree_processor": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "tree_processor": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "other",
- "operator_label": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
}Bearer token with scope inventory_write required.
| harvesting_report_id required | string Example: harvesting_report_id |
| id required | string <uuid> (Universally unique identitifier) |
| tree_species_id | string <uuid> (Universally unique identitifier) |
| forest_reportable_id required | string <uuid> (Universally unique identitifier) |
| forest_reportable_type required | string Enum: "forest_operation" "sample_plot" "subcompartment" |
| measurement_source required | string Enum: "other" "manual" "harvester" "arboreal" "forest_in" |
| stem_count | integer |
| mean_height | number Unit: meter (m). |
| mean_dbh | number Unit: centimeter (cm). |
| volume | number Unit: cubic meter (m3). |
| biomass | number Unit: tonne (t). |
| co2 | number Unit: tonne (t). |
object | |
| tree_processor_id required | string <uuid> (Universally unique identitifier) |
{- "forest_reportable": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "status": "planned",
- "type": "thinning",
- "manager": "string",
- "start_date": "2019-08-24",
- "end_date": "2019-08-24",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "elevation": 0,
- "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "forest_property_id": "5d6232cf-1bc2-4d95-b482-70ba73bac5a0"
}, - "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "tree_species_id": "14e60a59-fa80-4ddf-9d9b-8dbb245693e8",
- "forest_reportable_id": "57e232dd-6652-425b-b69c-d6ae4e38bbdf",
- "forest_reportable_type": "forest_operation",
- "measurement_source": "other",
- "stem_count": 0,
- "mean_height": 0,
- "mean_dbh": 0,
- "volume": 0,
- "biomass": 0,
- "co2": 0,
- "additional_info": { },
- "tree_processor_id": "5b1f1314-624e-4e0e-8d0a-7d2a36382530"
}| page | integer Default: 1 Page number |
| per_page | integer Default: 25 Maximum number of items per page, with an upper limit of 100 |
| created_at | string (TimeInterval) Filter by creation datetime interval |
| forest_reportable_type | string Enum: "forest_operation" "sample_plot" "subcompartment" Filter by forest reportable type |
| measurement_source | string Enum: "other" "manual" "harvester" "arboreal" "forest_in" Filter by measurement source |
| forest_operation_id | string <uuid> (Universally unique identitifier) Filter by forest operation ID |
| subcompartment_id | string <uuid> (Universally unique identitifier) Filter by subcompartment ID |
| sample_plot_id | string <uuid> (Universally unique identitifier) Filter by sample plot ID |
| tree_species_id | string <uuid> (Universally unique identitifier) Filter by tree species ID |
| null_tree_species_id | boolean Filter by absence (true) or presence (false) of tree species ID; if not given, records with and without tree species ID are returned |
| origin_operation_id | string <uuid> (Universally unique identitifier) Filter by forest operation ID of origin of the forest reportable |
| origin_property_id | string <uuid> (Universally unique identitifier) Filter by the ID of the forest property of origin |
| origin_property_owner_id | string <uuid> (Universally unique identitifier) Filter by the owner ID of the forest property of origin |
| origin_property_country_iso | string Filter by the country (ISO 3166-1 alpha-2) of the forest property of origin |
| sort_by | string Default: "newest" Enum: "newest" "oldest" Sort results by creation date |
[- {
- "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "common_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "forest_reportable": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "status": "planned",
- "type": "thinning",
- "manager": "string",
- "start_date": "2019-08-24",
- "end_date": "2019-08-24",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "elevation": 0,
- "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "related_overview": {
- "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "ownership_type": "public",
- "country_iso": "IT",
- "subdivision_iso": "IT-52",
- "description": "string",
- "related_overview": {
- "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "legal_entity",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "forest_reportable_type": "forest_operation",
- "measurement_source": "other",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "age": 0,
- "stem_count": 0,
- "mean_height": 0,
- "mean_dbh": 0,
- "volume": 0,
- "biomass": 0,
- "co2": 0,
- "basal_area": 0,
- "dead_tree_count": 0,
- "additional_info": { },
- "related_overview": {
- "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "sample_plot": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "subcompartment": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}, - "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}
}
]Bearer token with scope inventory_write required.
| id required | string <uuid> (Universally unique identitifier) |
| tree_species_id | string <uuid> (Universally unique identitifier) |
| forest_reportable_id required | string <uuid> (Universally unique identitifier) |
| forest_reportable_type required | string Enum: "forest_operation" "sample_plot" "subcompartment" |
| measurement_source required | string Enum: "other" "manual" "harvester" "arboreal" "forest_in" |
| age | number Unit: year (a). |
| stem_count | integer |
| mean_height | number Unit: meter (m). |
| mean_dbh | number Unit: centimeter (cm). |
| volume | number Unit: cubic meter (m3). |
| biomass | number Unit: tonne (t). |
| co2 | number Unit: tonne (t). |
| basal_area | number Unit: square meter per hectare (m2/ha). |
| dead_tree_count | integer Number of dead trees |
object |
{- "forest_reportable": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "status": "planned",
- "type": "thinning",
- "manager": "string",
- "start_date": "2019-08-24",
- "end_date": "2019-08-24",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "elevation": 0,
- "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "forest_property_id": "5d6232cf-1bc2-4d95-b482-70ba73bac5a0"
}, - "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "tree_species_id": "14e60a59-fa80-4ddf-9d9b-8dbb245693e8",
- "forest_reportable_id": "57e232dd-6652-425b-b69c-d6ae4e38bbdf",
- "forest_reportable_type": "forest_operation",
- "measurement_source": "other",
- "age": 0,
- "stem_count": 0,
- "mean_height": 0,
- "mean_dbh": 0,
- "volume": 0,
- "biomass": 0,
- "co2": 0,
- "basal_area": 0,
- "dead_tree_count": 0,
- "additional_info": { }
}| inventory_report_id required | string Example: inventory_report_id |
| expand_related required | boolean Include expanded related associations; otherwise, only a summary is provided in |
{- "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "common_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "forest_reportable": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "status": "planned",
- "type": "thinning",
- "manager": "string",
- "start_date": "2019-08-24",
- "end_date": "2019-08-24",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "elevation": 0,
- "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "related_overview": {
- "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "ownership_type": "public",
- "country_iso": "IT",
- "subdivision_iso": "IT-52",
- "description": "string",
- "related_overview": {
- "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "legal_entity",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "forest_reportable_type": "forest_operation",
- "measurement_source": "other",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "age": 0,
- "stem_count": 0,
- "mean_height": 0,
- "mean_dbh": 0,
- "volume": 0,
- "biomass": 0,
- "co2": 0,
- "basal_area": 0,
- "dead_tree_count": 0,
- "additional_info": { },
- "related_overview": {
- "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "sample_plot": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "subcompartment": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}, - "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}
}Bearer token with scope inventory_write required.
| inventory_report_id required | string Example: inventory_report_id |
| id required | string <uuid> (Universally unique identitifier) |
| tree_species_id | string <uuid> (Universally unique identitifier) |
| forest_reportable_id required | string <uuid> (Universally unique identitifier) |
| forest_reportable_type required | string Enum: "forest_operation" "sample_plot" "subcompartment" |
| measurement_source required | string Enum: "other" "manual" "harvester" "arboreal" "forest_in" |
| age | number Unit: year (a). |
| stem_count | integer |
| mean_height | number Unit: meter (m). |
| mean_dbh | number Unit: centimeter (cm). |
| volume | number Unit: cubic meter (m3). |
| biomass | number Unit: tonne (t). |
| co2 | number Unit: tonne (t). |
| basal_area | number Unit: square meter per hectare (m2/ha). |
| dead_tree_count | integer Number of dead trees |
object |
{- "forest_reportable": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "status": "planned",
- "type": "thinning",
- "manager": "string",
- "start_date": "2019-08-24",
- "end_date": "2019-08-24",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "elevation": 0,
- "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "forest_property_id": "5d6232cf-1bc2-4d95-b482-70ba73bac5a0"
}, - "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "tree_species_id": "14e60a59-fa80-4ddf-9d9b-8dbb245693e8",
- "forest_reportable_id": "57e232dd-6652-425b-b69c-d6ae4e38bbdf",
- "forest_reportable_type": "forest_operation",
- "measurement_source": "other",
- "age": 0,
- "stem_count": 0,
- "mean_height": 0,
- "mean_dbh": 0,
- "volume": 0,
- "biomass": 0,
- "co2": 0,
- "basal_area": 0,
- "dead_tree_count": 0,
- "additional_info": { }
}| page | integer Default: 1 Page number |
| per_page | integer Default: 25 Maximum number of items per page, with an upper limit of 100 |
| created_at | string (TimeInterval) Filter by creation datetime interval |
| sawmill_tree_log_reportable_type | string Enum: "sawmill_site" "sawmill_batch" "sawline" "forest_operation" "subcompartment" Filter by sawmill tree log reportable type |
| sawmill_site_id | string <uuid> (Universally unique identitifier) Filter by sawmill site ID |
| sawmill_batch_id | string <uuid> (Universally unique identitifier) Filter by sawmill batch ID |
| sawline_id | string <uuid> (Universally unique identitifier) Filter by sawline ID |
| forest_operation_id | string <uuid> (Universally unique identitifier) Filter by forest operation ID |
| subcompartment_id | string <uuid> (Universally unique identitifier) Filter by subcompartment ID |
| stage | string Enum: "log_reception" "sorting_line" "cutting_line" Filter by stage |
| cutting_instruction_set_id | string <uuid> (Universally unique identitifier) Filter by cutting instruction set ID |
| product_definition_id | string <uuid> (Universally unique identitifier) Filter by product definition ID |
| null_product_definition_id | boolean Filter by absence (true) or presence (false) of product definition ID; if not given, records with and without product definition ID are returned |
| sort_by | string Default: "newest" Enum: "newest" "oldest" Sort results by creation date |
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "sawmill_tree_log_reportable_type": "sawmill_site",
- "sawmill_tree_log_reportable": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "country_iso": "IT",
- "related_overview": {
- "company": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "company": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "tree_log_class": "string",
- "first_tree_log_at": "2019-08-24T14:15:22Z",
- "last_tree_log_at": "2019-08-24T14:15:22Z",
- "tree_log_count": 0,
- "mean_small_end_diameter": 0,
- "mean_middle_end_diameter": 0,
- "mean_large_end_diameter": 0,
- "mean_volume_ab": 0,
- "mean_volume_bb": 0,
- "total_volume_ab": 0,
- "total_volume_bb": 0,
- "mean_co2": 0,
- "total_co2": 0,
- "mean_biomass": 0,
- "total_biomass": 0,
- "mean_sweep": 0,
- "mean_taper": 0,
- "mean_length": 0,
- "sed_histogram": { },
- "stage": "log_reception",
- "related_overview": {
- "sawmill_site": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "sawmill_batch": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "external_id": "string"
}, - "sawline": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "subcompartment": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "cutting_instruction_set": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "product_definition": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "cutting_instruction_set": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "source": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "product_definition": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "max_sweep": 0,
- "max_length": 0,
- "min_length": 0,
- "min_small_end_diameter": 0,
- "max_small_end_diameter": 0,
- "min_large_end_diameter": 0,
- "max_large_end_diameter": 0,
- "related_overview": {
- "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "common_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
]Bearer token with scope sawmill_write required.
| id required | string <uuid> (Universally unique identitifier) |
| sawmill_tree_log_reportable_id required | string <uuid> (Universally unique identitifier) |
| sawmill_tree_log_reportable_type required | string Enum: "sawmill_site" "sawmill_batch" "sawline" "forest_operation" "subcompartment" |
| tree_log_class | string |
| first_tree_log_at | string <date-time> |
| last_tree_log_at | string <date-time> |
| tree_log_count | integer |
| mean_small_end_diameter | integer Unit: tenth of millimeter (mm/10). |
| mean_middle_end_diameter | integer Unit: tenth of millimeter (mm/10). |
| mean_large_end_diameter | integer Unit: tenth of millimeter (mm/10). |
| mean_volume_ab | number Unit: cubic meter (m3). |
| mean_volume_bb | number Unit: cubic meter (m3). |
| total_volume_ab | number Unit: cubic meter (m3). |
| total_volume_bb | number Unit: cubic meter (m3). |
| mean_co2 | number Unit: tonne (t). |
| total_co2 | number Unit: tonne (t). |
| mean_biomass | number Unit: tonne (t). |
| total_biomass | number Unit: tonne (t). |
| mean_sweep | number Unit: millimeter per meter (mm/m). |
| mean_taper | number Unit: tenth of millimeter (mm/10). |
| mean_length | number Unit: meter (m). |
object | |
| stage | string Enum: "log_reception" "sorting_line" "cutting_line" |
| cutting_instruction_set_id required | string <uuid> (Universally unique identitifier) |
| product_definition_id | string <uuid> (Universally unique identitifier) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "sawmill_tree_log_reportable_id": "37716c53-55a6-416e-9653-5b171c03efd5",
- "sawmill_tree_log_reportable_type": "sawmill_site",
- "sawmill_tree_log_reportable": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "country_iso": "IT",
- "company_id": "b2e6a1c3-1a5e-44ae-a8fd-81f76fd715cf"
}, - "tree_log_class": "string",
- "first_tree_log_at": "2019-08-24T14:15:22Z",
- "last_tree_log_at": "2019-08-24T14:15:22Z",
- "tree_log_count": 0,
- "mean_small_end_diameter": 0,
- "mean_middle_end_diameter": 0,
- "mean_large_end_diameter": 0,
- "mean_volume_ab": 0,
- "mean_volume_bb": 0,
- "total_volume_ab": 0,
- "total_volume_bb": 0,
- "mean_co2": 0,
- "total_co2": 0,
- "mean_biomass": 0,
- "total_biomass": 0,
- "mean_sweep": 0,
- "mean_taper": 0,
- "mean_length": 0,
- "sed_histogram": { },
- "stage": "log_reception",
- "cutting_instruction_set_id": "908ca8e7-440d-47f2-ba0f-89cc63bd008e",
- "product_definition_id": "ee3b7fed-4198-4ce5-b3a9-d0f9fced1bab"
}| sawmill_tree_log_report_id required | string Example: sawmill_tree_log_report_id |
| expand_related required | boolean Include expanded related associations; otherwise, only a summary is provided in |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "sawmill_tree_log_reportable_type": "sawmill_site",
- "sawmill_tree_log_reportable": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "country_iso": "IT",
- "related_overview": {
- "company": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "company": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "tree_log_class": "string",
- "first_tree_log_at": "2019-08-24T14:15:22Z",
- "last_tree_log_at": "2019-08-24T14:15:22Z",
- "tree_log_count": 0,
- "mean_small_end_diameter": 0,
- "mean_middle_end_diameter": 0,
- "mean_large_end_diameter": 0,
- "mean_volume_ab": 0,
- "mean_volume_bb": 0,
- "total_volume_ab": 0,
- "total_volume_bb": 0,
- "mean_co2": 0,
- "total_co2": 0,
- "mean_biomass": 0,
- "total_biomass": 0,
- "mean_sweep": 0,
- "mean_taper": 0,
- "mean_length": 0,
- "sed_histogram": { },
- "stage": "log_reception",
- "related_overview": {
- "sawmill_site": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "sawmill_batch": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "external_id": "string"
}, - "sawline": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "subcompartment": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "cutting_instruction_set": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "product_definition": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "cutting_instruction_set": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "source": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "product_definition": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "max_sweep": 0,
- "max_length": 0,
- "min_length": 0,
- "min_small_end_diameter": 0,
- "max_small_end_diameter": 0,
- "min_large_end_diameter": 0,
- "max_large_end_diameter": 0,
- "related_overview": {
- "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "common_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}Bearer token with scope sawmill_write required.
| sawmill_tree_log_report_id required | string Example: sawmill_tree_log_report_id |
| id required | string <uuid> (Universally unique identitifier) |
| sawmill_tree_log_reportable_id required | string <uuid> (Universally unique identitifier) |
| sawmill_tree_log_reportable_type required | string Enum: "sawmill_site" "sawmill_batch" "sawline" "forest_operation" "subcompartment" |
| tree_log_class | string |
| first_tree_log_at | string <date-time> |
| last_tree_log_at | string <date-time> |
| tree_log_count | integer |
| mean_small_end_diameter | integer Unit: tenth of millimeter (mm/10). |
| mean_middle_end_diameter | integer Unit: tenth of millimeter (mm/10). |
| mean_large_end_diameter | integer Unit: tenth of millimeter (mm/10). |
| mean_volume_ab | number Unit: cubic meter (m3). |
| mean_volume_bb | number Unit: cubic meter (m3). |
| total_volume_ab | number Unit: cubic meter (m3). |
| total_volume_bb | number Unit: cubic meter (m3). |
| mean_co2 | number Unit: tonne (t). |
| total_co2 | number Unit: tonne (t). |
| mean_biomass | number Unit: tonne (t). |
| total_biomass | number Unit: tonne (t). |
| mean_sweep | number Unit: millimeter per meter (mm/m). |
| mean_taper | number Unit: tenth of millimeter (mm/10). |
| mean_length | number Unit: meter (m). |
object | |
| stage | string Enum: "log_reception" "sorting_line" "cutting_line" |
| cutting_instruction_set_id required | string <uuid> (Universally unique identitifier) |
| product_definition_id | string <uuid> (Universally unique identitifier) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "sawmill_tree_log_reportable_id": "37716c53-55a6-416e-9653-5b171c03efd5",
- "sawmill_tree_log_reportable_type": "sawmill_site",
- "sawmill_tree_log_reportable": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "country_iso": "IT",
- "company_id": "b2e6a1c3-1a5e-44ae-a8fd-81f76fd715cf"
}, - "tree_log_class": "string",
- "first_tree_log_at": "2019-08-24T14:15:22Z",
- "last_tree_log_at": "2019-08-24T14:15:22Z",
- "tree_log_count": 0,
- "mean_small_end_diameter": 0,
- "mean_middle_end_diameter": 0,
- "mean_large_end_diameter": 0,
- "mean_volume_ab": 0,
- "mean_volume_bb": 0,
- "total_volume_ab": 0,
- "total_volume_bb": 0,
- "mean_co2": 0,
- "total_co2": 0,
- "mean_biomass": 0,
- "total_biomass": 0,
- "mean_sweep": 0,
- "mean_taper": 0,
- "mean_length": 0,
- "sed_histogram": { },
- "stage": "log_reception",
- "cutting_instruction_set_id": "908ca8e7-440d-47f2-ba0f-89cc63bd008e",
- "product_definition_id": "ee3b7fed-4198-4ce5-b3a9-d0f9fced1bab"
}| page | integer Default: 1 Page number |
| per_page | integer Default: 25 Maximum number of items per page, with an upper limit of 100 |
| created_at | string (TimeInterval) Filter by creation datetime interval |
| forest_reportable_type | string Enum: "forest_operation" "sample_plot" "subcompartment" Filter by forest reportable type |
| measurement_source | string Enum: "other" "manual" "harvester" "arboreal" "forest_in" Filter by measurement source |
| forest_operation_id | string <uuid> (Universally unique identitifier) Filter by forest operation ID |
| subcompartment_id | string <uuid> (Universally unique identitifier) Filter by subcompartment ID |
| sample_plot_id | string <uuid> (Universally unique identitifier) Filter by sample plot ID |
| tree_species_id | string <uuid> (Universally unique identitifier) Filter by tree species ID |
| null_tree_species_id | boolean Filter by absence (true) or presence (false) of tree species ID; if not given, records with and without tree species ID are returned |
| origin_operation_id | string <uuid> (Universally unique identitifier) Filter by forest operation ID of origin of the forest reportable |
| origin_property_id | string <uuid> (Universally unique identitifier) Filter by the ID of the forest property of origin |
| origin_property_owner_id | string <uuid> (Universally unique identitifier) Filter by the owner ID of the forest property of origin |
| origin_property_country_iso | string Filter by the country (ISO 3166-1 alpha-2) of the forest property of origin |
| simulated | boolean Filter by simulated value of related tree logs |
| tree_processor_id | string <uuid> (Universally unique identitifier) Filter by tree processor ID |
| tree_processor_type | string Enum: "other" "harvester" "forwarder" "manual" "arboreal" Filter by tree processor type |
| cutting_instruction_set_id | string <uuid> (Universally unique identitifier) Filter by cutting instruction set ID |
| product_definition_id | string <uuid> (Universally unique identitifier) Filter by product definition ID |
| null_product_definition_id | boolean Filter by absence (true) or presence (false) of product definition ID; if not given, records with and without product definition ID are returned |
| sort_by | string Default: "newest" Enum: "newest" "oldest" Sort results by creation date |
[- {
- "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "common_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "forest_reportable": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "status": "planned",
- "type": "thinning",
- "manager": "string",
- "start_date": "2019-08-24",
- "end_date": "2019-08-24",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "elevation": 0,
- "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "related_overview": {
- "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "ownership_type": "public",
- "country_iso": "IT",
- "subdivision_iso": "IT-52",
- "description": "string",
- "related_overview": {
- "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "legal_entity",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "forest_reportable_type": "forest_operation",
- "measurement_source": "other",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "simulated": true,
- "first_tree_log_at": "2019-08-24T14:15:22Z",
- "last_tree_log_at": "2019-08-24T14:15:22Z",
- "mean_small_end_diameter": 0,
- "mean_middle_end_diameter": 0,
- "mean_large_end_diameter": 0,
- "mean_volume_ab": 0,
- "mean_volume_bb": 0,
- "total_volume_ab": 0,
- "total_volume_bb": 0,
- "mean_co2": 0,
- "total_co2": 0,
- "mean_biomass": 0,
- "total_biomass": 0,
- "mean_sweep": 0,
- "mean_taper": 0,
- "mean_length": 0,
- "summed_small_end_diameter": 0,
- "sed_histogram": { },
- "tree_log_count": 0,
- "additional_info": { },
- "related_overview": {
- "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "sample_plot": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "subcompartment": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}, - "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "cutting_instruction_set": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "product_definition": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "tree_processor": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "tree_processor": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "other",
- "operator_label": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "cutting_instruction_set": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "source": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "product_definition": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "max_sweep": 0,
- "max_length": 0,
- "min_length": 0,
- "min_small_end_diameter": 0,
- "max_small_end_diameter": 0,
- "min_large_end_diameter": 0,
- "max_large_end_diameter": 0,
- "related_overview": {
- "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "common_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
}
]Bearer token with scope inventory_write required.
| id required | string <uuid> (Universally unique identitifier) |
| tree_species_id | string <uuid> (Universally unique identitifier) |
| forest_reportable_id required | string <uuid> (Universally unique identitifier) |
| forest_reportable_type required | string Enum: "forest_operation" "sample_plot" "subcompartment" |
| measurement_source required | string Enum: "other" "manual" "harvester" "arboreal" "forest_in" |
| simulated required | boolean True if it refers to not actually harvested tree logs. |
| first_tree_log_at | string <date-time> |
| last_tree_log_at | string <date-time> |
| mean_small_end_diameter | integer Unit: tenth of millimeter (mm/10). |
| mean_middle_end_diameter | integer Unit: tenth of millimeter (mm/10). |
| mean_large_end_diameter | integer Unit: tenth of millimeter (mm/10). |
| mean_volume_ab | number Unit: cubic meter (m3). |
| mean_volume_bb | number Unit: cubic meter (m3). |
| total_volume_ab | number Unit: cubic meter (m3). |
| total_volume_bb | number Unit: cubic meter (m3). |
| mean_co2 | number Unit: tonne (t). |
| total_co2 | number Unit: tonne (t). |
| mean_biomass | number Unit: tonne (t). |
| total_biomass | number Unit: tonne (t). |
| mean_sweep | number Unit: millimeter per meter (mm/m). |
| mean_taper | number Unit: tenth of millimeter (mm/10). |
| mean_length | number Unit: meter (m). |
| summed_small_end_diameter | integer Unit: tenth of millimeter (mm/10). |
object | |
| tree_log_count required | integer |
object | |
| tree_processor_id | string <uuid> (Universally unique identitifier) |
| cutting_instruction_set_id required | string <uuid> (Universally unique identitifier) |
| product_definition_id | string <uuid> (Universally unique identitifier) |
{- "forest_reportable": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "status": "planned",
- "type": "thinning",
- "manager": "string",
- "start_date": "2019-08-24",
- "end_date": "2019-08-24",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "elevation": 0,
- "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "forest_property_id": "5d6232cf-1bc2-4d95-b482-70ba73bac5a0"
}, - "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "tree_species_id": "14e60a59-fa80-4ddf-9d9b-8dbb245693e8",
- "forest_reportable_id": "57e232dd-6652-425b-b69c-d6ae4e38bbdf",
- "forest_reportable_type": "forest_operation",
- "measurement_source": "other",
- "simulated": true,
- "first_tree_log_at": "2019-08-24T14:15:22Z",
- "last_tree_log_at": "2019-08-24T14:15:22Z",
- "mean_small_end_diameter": 0,
- "mean_middle_end_diameter": 0,
- "mean_large_end_diameter": 0,
- "mean_volume_ab": 0,
- "mean_volume_bb": 0,
- "total_volume_ab": 0,
- "total_volume_bb": 0,
- "mean_co2": 0,
- "total_co2": 0,
- "mean_biomass": 0,
- "total_biomass": 0,
- "mean_sweep": 0,
- "mean_taper": 0,
- "mean_length": 0,
- "summed_small_end_diameter": 0,
- "sed_histogram": { },
- "tree_log_count": 0,
- "additional_info": { },
- "tree_processor_id": "5b1f1314-624e-4e0e-8d0a-7d2a36382530",
- "cutting_instruction_set_id": "908ca8e7-440d-47f2-ba0f-89cc63bd008e",
- "product_definition_id": "ee3b7fed-4198-4ce5-b3a9-d0f9fced1bab"
}| tree_log_report_id required | string Example: tree_log_report_id |
| expand_related required | boolean Include expanded related associations; otherwise, only a summary is provided in |
{- "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "common_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "forest_reportable": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "status": "planned",
- "type": "thinning",
- "manager": "string",
- "start_date": "2019-08-24",
- "end_date": "2019-08-24",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "elevation": 0,
- "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "related_overview": {
- "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}
}, - "forest_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "ownership_type": "public",
- "country_iso": "IT",
- "subdivision_iso": "IT-52",
- "description": "string",
- "related_overview": {
- "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "legal_entity",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "forest_reportable_type": "forest_operation",
- "measurement_source": "other",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "simulated": true,
- "first_tree_log_at": "2019-08-24T14:15:22Z",
- "last_tree_log_at": "2019-08-24T14:15:22Z",
- "mean_small_end_diameter": 0,
- "mean_middle_end_diameter": 0,
- "mean_large_end_diameter": 0,
- "mean_volume_ab": 0,
- "mean_volume_bb": 0,
- "total_volume_ab": 0,
- "total_volume_bb": 0,
- "mean_co2": 0,
- "total_co2": 0,
- "mean_biomass": 0,
- "total_biomass": 0,
- "mean_sweep": 0,
- "mean_taper": 0,
- "mean_length": 0,
- "summed_small_end_diameter": 0,
- "sed_histogram": { },
- "tree_log_count": 0,
- "additional_info": { },
- "related_overview": {
- "forest_operation": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "sample_plot": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "subcompartment": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "origin_property": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "country_iso": "string"
}, - "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "cutting_instruction_set": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "product_definition": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "tree_processor": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "tree_processor": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "type": "other",
- "operator_label": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "cutting_instruction_set": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "source": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "product_definition": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "max_sweep": 0,
- "max_length": 0,
- "min_length": 0,
- "min_small_end_diameter": 0,
- "max_small_end_diameter": 0,
- "min_large_end_diameter": 0,
- "max_large_end_diameter": 0,
- "related_overview": {
- "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "tree_species": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "common_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
}Bearer token with scope inventory_write required.
| tree_log_report_id required | string Example: tree_log_report_id |
| id required | string <uuid> (Universally unique identitifier) |
| tree_species_id | string <uuid> (Universally unique identitifier) |
| forest_reportable_id required | string <uuid> (Universally unique identitifier) |
| forest_reportable_type required | string Enum: "forest_operation" "sample_plot" "subcompartment" |
| measurement_source required | string Enum: "other" "manual" "harvester" "arboreal" "forest_in" |
| simulated required | boolean True if it refers to not actually harvested tree logs. |
| first_tree_log_at | string <date-time> |
| last_tree_log_at | string <date-time> |
| mean_small_end_diameter | integer Unit: tenth of millimeter (mm/10). |
| mean_middle_end_diameter | integer Unit: tenth of millimeter (mm/10). |
| mean_large_end_diameter | integer Unit: tenth of millimeter (mm/10). |
| mean_volume_ab | number Unit: cubic meter (m3). |
| mean_volume_bb | number Unit: cubic meter (m3). |
| total_volume_ab | number Unit: cubic meter (m3). |
| total_volume_bb | number Unit: cubic meter (m3). |
| mean_co2 | number Unit: tonne (t). |
| total_co2 | number Unit: tonne (t). |
| mean_biomass | number Unit: tonne (t). |
| total_biomass | number Unit: tonne (t). |
| mean_sweep | number Unit: millimeter per meter (mm/m). |
| mean_taper | number Unit: tenth of millimeter (mm/10). |
| mean_length | number Unit: meter (m). |
| summed_small_end_diameter | integer Unit: tenth of millimeter (mm/10). |
object | |
| tree_log_count required | integer |
object | |
| tree_processor_id | string <uuid> (Universally unique identitifier) |
| cutting_instruction_set_id required | string <uuid> (Universally unique identitifier) |
| product_definition_id | string <uuid> (Universally unique identitifier) |
{- "forest_reportable": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "status": "planned",
- "type": "thinning",
- "manager": "string",
- "start_date": "2019-08-24",
- "end_date": "2019-08-24",
- "location": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "elevation": 0,
- "area": 0,
- "productive_area": 0,
- "harvested_area": 0,
- "forest_property_id": "5d6232cf-1bc2-4d95-b482-70ba73bac5a0"
}, - "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "tree_species_id": "14e60a59-fa80-4ddf-9d9b-8dbb245693e8",
- "forest_reportable_id": "57e232dd-6652-425b-b69c-d6ae4e38bbdf",
- "forest_reportable_type": "forest_operation",
- "measurement_source": "other",
- "simulated": true,
- "first_tree_log_at": "2019-08-24T14:15:22Z",
- "last_tree_log_at": "2019-08-24T14:15:22Z",
- "mean_small_end_diameter": 0,
- "mean_middle_end_diameter": 0,
- "mean_large_end_diameter": 0,
- "mean_volume_ab": 0,
- "mean_volume_bb": 0,
- "total_volume_ab": 0,
- "total_volume_bb": 0,
- "mean_co2": 0,
- "total_co2": 0,
- "mean_biomass": 0,
- "total_biomass": 0,
- "mean_sweep": 0,
- "mean_taper": 0,
- "mean_length": 0,
- "summed_small_end_diameter": 0,
- "sed_histogram": { },
- "tree_log_count": 0,
- "additional_info": { },
- "tree_processor_id": "5b1f1314-624e-4e0e-8d0a-7d2a36382530",
- "cutting_instruction_set_id": "908ca8e7-440d-47f2-ba0f-89cc63bd008e",
- "product_definition_id": "ee3b7fed-4198-4ce5-b3a9-d0f9fced1bab"
}