Get Unified Model ​
Retrieve an existing unified model by its ID.
Endpoint ​
GET /unified-model/{id}
Query parameters ​
Refer Specifying query parameters in Truto APIs
Filter by unified model name.
user-directory
Filter by category.
hris
Filter by version.
2
Filter by team.
Response Body ​
The ID of the unified model.
7c5c8cc2-e68e-4af8-84d1-4ceea1489338
The name of the unified model.
user-directory
The category of the unified model.
hris
A brief description of what this unified model represents.
This model provides a user directory interface for various HRIS integrations.
The ID of the team that owns this unified model.
05daecaf-4365-42e8-8370-8127de5dd717
The sharing policy of the unified model.
allow
ask
deny
deny
A map of resource names to schema and integration mapping details.
{
"users": {
"description": "A resource representing user objects",
"schema": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"email": {
"type": "string"
}
}
},
"integration_mapping": {
"my_integration": {
"list": {
"resource": "/users",
"method": "get"
}
}
}
}
}
Optional documentation or instructions for each resource.
Optional OAuth/permission scopes or other relevant scopes for this unified model.
Optional webhook definitions for this unified model.
The date and time when the unified model was created.
2021-08-10T10:00:00.000Z
The date and time when the unified model was last updated.
2021-08-10T10:30:00.000Z
The current version of the unified model.
3
A list of environment IDs where this unified model is installed.
The team object that owns this unified model.
The ID of the team.
05daecaf-4365-42e8-8370-8127de5dd717
The name of the team.
My Awesome Team
The domain of the team.
example.com
The URL of the team's logo.
https://example.com/logo.png
Whether the team is verified or not.
true
Whether the team is white-labeled or not.
A link to the team's Terms of Service, if available.
https://example.com/tos
Whether the team allows impersonation.
The date and time when the team was created.
2021-08-10T10:00:00.000Z
The date and time when the team was last updated.
2021-08-10T10:00:00.000Z