Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions docs/api/_blueprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -41517,6 +41517,20 @@
"jsonType": "array",
"itemFormat": "id"
},
{
"name": "acs_entrance_id",
"description": "ID of the ACS entrance for which you want to list events.",
"isRequired": false,
"isDeprecated": false,
"deprecationMessage": "",
"isUndocumented": false,
"undocumentedMessage": "",
"isDraft": false,
"draftMessage": "",
"hasDefault": false,
"format": "id",
"jsonType": "string"
},
{
"name": "acs_system_id",
"description": "ID of the access system for which you want to list events.",
Expand Down Expand Up @@ -41546,6 +41560,20 @@
"jsonType": "array",
"itemFormat": "id"
},
{
"name": "acs_user_id",
"description": "ID of the ACS user for which you want to list events.",
"isRequired": false,
"isDeprecated": false,
"deprecationMessage": "",
"isUndocumented": false,
"undocumentedMessage": "",
"isDraft": false,
"draftMessage": "",
"hasDefault": false,
"format": "id",
"jsonType": "string"
},
{
"name": "between",
"description": "Lower and upper timestamps to define an exclusive interval containing the events that you want to list. You must include `since` or `between`.",
Expand Down Expand Up @@ -43583,6 +43611,20 @@
"hasDefault": false,
"format": "number",
"jsonType": "number"
},
{
"name": "user_identity_id",
"description": "ID of the user identity for which you want to list events.",
"isRequired": false,
"isDeprecated": false,
"deprecationMessage": "",
"isUndocumented": false,
"undocumentedMessage": "",
"isDraft": false,
"draftMessage": "",
"hasDefault": false,
"format": "id",
"jsonType": "string"
}
]
},
Expand Down
18 changes: 18 additions & 0 deletions docs/api/events/list.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,12 @@ IDs of the access codes for which you want to list events.

---

**`acs_entrance_id`** *String*

ID of the ACS entrance for which you want to list events.

---

**`acs_system_id`** *String*

ID of the access system for which you want to list events.
Expand All @@ -245,6 +251,12 @@ IDs of the access systems for which you want to list events.

---

**`acs_user_id`** *String*

ID of the ACS user for which you want to list events.

---

**`between`** *Array* *of Objects*

Lower and upper timestamps to define an exclusive interval containing the events that you want to list. You must include `since` or `between`.
Expand Down Expand Up @@ -416,6 +428,12 @@ Offset for the events that you want to list.

---

**`user_identity_id`** *String*

ID of the user identity for which you want to list events.

---


## Response

Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@prettier/plugin-ruby": "^4.0.4",
"@seamapi/blueprint": "^0.53.0",
"@seamapi/smith": "^0.5.2",
"@seamapi/types": "1.676.0",
"@seamapi/types": "1.677.0",
"@types/command-exists": "^1.2.3",
"change-case": "^5.4.4",
"command-exists": "^1.2.9",
Expand Down
Loading