Activities
albert.resources.activities
ActivityOperationId
Attributes:
| Name | Type | Description |
|---|---|---|
POST_SDS |
|
|
POST_LABEL |
|
ActivityAction
ActivityType
ActivitySearchItemUser
Bases: BaseAlbertModel
Show JSON schema:
{
"properties": {
"name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Name"
},
"id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Id"
},
"role": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Role"
},
"class": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Class"
}
},
"title": "ActivitySearchItemUser",
"type": "object"
}
Fields:
ActivitySearchItem
Bases: BaseAlbertModel
Show JSON schema:
{
"$defs": {
"ActivitySearchItemUser": {
"properties": {
"name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Name"
},
"id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Id"
},
"role": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Role"
},
"class": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Class"
}
},
"title": "ActivitySearchItemUser",
"type": "object"
}
},
"properties": {
"action": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Action"
},
"name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Name"
},
"PK": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Pk"
},
"class": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Class"
},
"loggedAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Loggedat"
},
"operationId": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Operationid"
},
"objectId": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Objectid"
},
"objectType": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Objecttype"
},
"activityId": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Activityid"
},
"user": {
"anyOf": [
{
"$ref": "#/$defs/ActivitySearchItemUser"
},
{
"type": "null"
}
],
"default": null
}
},
"title": "ActivitySearchItem",
"type": "object"
}
Fields:
-
action(str | None) -
name(str | None) -
pk(str | None) -
object_class(str | None) -
logged_at(str | None) -
operation_id(str | None) -
object_id(str | None) -
object_type(str | None) -
activity_id(str | None) -
user(ActivitySearchItemUser | None)