WorkPlaceEntity
Questi contenuti non sono ancora disponibili nella tua lingua.
Manage work place entities, which represent the association between work places and entities (such as equipment, work environments, or substances).
You can search for work place entities with advanced filtering and pagination.
- Version
- 2.0.0
- OpenAPI version
- 3.0.0
Operations
Sezione intitolata “Operations” POST /v2/work-place-entity/index
Returns a paginated and filterable list of work place entities.
Use POST to allow complex filters via JSON payload.
Request Body
Sezione intitolata “Request Body ”Parameters for searching work place entities
object
object
The unique identifier for the office entity work place.
The unique identifier for the office work place.
The unique identifier for the entity associated with the work place.
The type of the entity associated with the work place.
The unique identifier for the office.
The unique identifier for the project.
A description of the office entity work place, if available.
The measure for the time spent at the office work place.
The unique identifier for the unit of measure.
The code for the office work place.
The name of the office work place.
The code for the unit of measure.
The name of the unit of measure.
The name of the entity associated with the office work place.
The code for the entity associated with the office work place.
The name of the office.
The code for the office.
The name of the project.
The type of the project.
The field of the model to sort the list for, use a minus to revert the sort. Es -name is to require the sort in reverse order
The field establishes whether to also include historized elements that are no longer active in the results. If you leave this parameter empty the response returns only actual entries.
Example
{ "filter": { "office_work_place_id": "wp-1", "entity_type": "EQUIPMENT" }, "per-page": 10, "page": 1, "sort": "office_work_place_id"}
Responses
Sezione intitolata “ Responses ”List of work place entities
object
The unique identifier for the office entity work place.
The unique identifier for the office work place.
The unique identifier for the entity associated with the work place.
The type of the entity associated with the work place.
The unique identifier for the office.
The unique identifier for the project.
A description of the office entity work place, if available.
The measure for the time spent at the office work place.
The unique identifier for the unit of measure.
The code for the office work place.
The name of the office work place.
The code for the unit of measure.
The name of the unit of measure.
The name of the entity associated with the office work place.
The code for the entity associated with the office work place.
The name of the office.
The code for the office.
The name of the project.
The type of the project.
Example
{ "office_entity_work_place_id": "wpe-1", "office_work_place_id": "wp-1", "entity_id": "eq-1", "entity_type": "EQUIPMENT", "office_id": "off-1", "project_id": "proj-1", "work_place_name": "Work Place 1", "entity_name": "Excavator"}
Headers
Sezione intitolata “Headers ”Current page
Total number of pages
Number of items per page
Total number of items
GET /v2/work-place-entity/view/{id}
Retrieve a work place entity by its unique ID.
Path Parameters
Sezione intitolata “Path Parameters ”ID of the work place entity to retrieve
Responses
Sezione intitolata “ Responses ”Work place entity found
object
The unique identifier for the office entity work place.
The unique identifier for the office work place.
The unique identifier for the entity associated with the work place.
The type of the entity associated with the work place.
The unique identifier for the office.
The unique identifier for the project.
A description of the office entity work place, if available.
The measure for the time spent at the office work place.
The unique identifier for the unit of measure.
The code for the office work place.
The name of the office work place.
The code for the unit of measure.
The name of the unit of measure.
The name of the entity associated with the office work place.
The code for the entity associated with the office work place.
The name of the office.
The code for the office.
The name of the project.
The type of the project.
Example
{ "office_entity_work_place_id": "wpe-1", "office_work_place_id": "wp-1", "entity_id": "eq-1", "entity_type": "EQUIPMENT", "office_id": "off-1", "project_id": "proj-1", "work_place_name": "Work Place 1", "entity_name": "Excavator"}
Work place entity not found