EntityDep
Manage entity dependencies, which represent hierarchical or logical relationships between entities.
You can search for entity dependencies with advanced filtering and pagination.
- Version
- 2.0.0
- OpenAPI version
- 3.0.0
Operations
Section titled “Operations” POST /v2/entity-dep/index
Returns a paginated and filterable list of entity dependencies.
Use POST to allow complex filters via JSON payload.
Request Body
Section titled “Request Body ”Parameters for searching entity dependencies
object
object
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": { "entity_type": "PROJECT", "dep_type": "PARENT" }, "per-page": 10, "page": 1, "sort": "entity_id"}
Responses
Section titled “ Responses ”List of entity dependencies
object
Example
{ "entity_id": "ent-1", "entity_type": "PROJECT", "dep_id": "ent-2", "dep_type": "PARENT", "level": 1}
Headers
Section titled “Headers ”Current page
Total number of pages
Number of items per page
Total number of items