EntityInfo
Questi contenuti non sono ancora disponibili nella tua lingua.
Manage entity info, which represents metadata or descriptive information for entities.
You can search for entity info with advanced filtering and pagination.
- Version
- 2.0.0
- OpenAPI version
- 3.0.0
Authentication
Sezione intitolata “ Authentication ”OAuth2
Sezione intitolata “OAuth2 ”Security scheme type: oauth2
Flow type: password
Token URL: https://auth.4hse.com/realms/4hse/protocol/openid-connect/token
Flow type: refreshToken
Token URL: https://auth.4hse.com/realms/4hse/protocol/openid-connect/token
AccessToken
Sezione intitolata “AccessToken ”Security scheme type: apiKey
Query parameter name: access-token
Operations
Sezione intitolata “Operations” POST /v2/entity-info/index
Returns a paginated and filterable list of entity info.
Use POST to allow complex filters via JSON payload.
Authorizations
Sezione intitolata “Authorizations ”Request Body
Sezione intitolata “Request Body ”Parameters for searching entity info
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_name": "Main Project" }, "per-page": 10, "page": 1, "sort": "entity_name"}
Responses
Sezione intitolata “ Responses ”List of entity info
object
Example
{ "entity_id": "ent-1", "entity_type": "PROJECT", "entity_name": "Main Project"}
Headers
Sezione intitolata “Headers ”Current page
Total number of pages
Number of items per page
Total number of items
GET /v2/entity-info/view/{id}
Retrieve an entity info by its unique ID.
Authorizations
Sezione intitolata “Authorizations ”Path Parameters
Sezione intitolata “Path Parameters ”ID of the entity info to retrieve
Responses
Sezione intitolata “ Responses ”Entity info found
object
Example
{ "entity_id": "ent-1", "entity_type": "PROJECT", "entity_name": "Main Project"}
Entity info not found