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
10 changes: 1 addition & 9 deletions docs/api/access_codes/create.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,4 @@ Indicates whether to use a [backup access code pool](https://docs.seam.co/latest
## Response

[access\_code](./)
{% tabs %}
{% tab title="JSON" %}
```json
{
JSON representation of access_code
}
```
{% endtab %}
{% endtabs %}

10 changes: 1 addition & 9 deletions docs/api/access_codes/create_multiple.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,4 @@ Indicates whether to use a [backup access code pool](https://docs.seam.co/latest
## Response

Array of [access\_codes](./)
{% tabs %}
{% tab title="JSON" %}
```json
{
JSON representation of access_code
}
```
{% endtab %}
{% endtabs %}

1 change: 1 addition & 0 deletions docs/api/access_codes/delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ ID of the device for which you want to delete the access code.
## Response

void

10 changes: 1 addition & 9 deletions docs/api/access_codes/generate_code.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,4 @@ ID of the device for which you want to generate a code.
## Response

[access\_code](./)
{% tabs %}
{% tab title="JSON" %}
```json
{
JSON representation of access_code
}
```
{% endtab %}
{% endtabs %}

10 changes: 1 addition & 9 deletions docs/api/access_codes/get.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,4 @@ ID of the device containing the access code that you want to get. You must speci
## Response

[access\_code](./)
{% tabs %}
{% tab title="JSON" %}
```json
{
JSON representation of access_code
}
```
{% endtab %}
{% endtabs %}

10 changes: 1 addition & 9 deletions docs/api/access_codes/list.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,4 @@ Your user ID for the user by which to filter access codes.
## Response

Array of [access\_codes](./)
{% tabs %}
{% tab title="JSON" %}
```json
{
JSON representation of access_code
}
```
{% endtab %}
{% endtabs %}

10 changes: 1 addition & 9 deletions docs/api/access_codes/pull_backup_access_code.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,4 @@ ID of the access code for which you want to pull a backup access code.
## Response

[access\_code](./)
{% tabs %}
{% tab title="JSON" %}
```json
{
JSON representation of access_code
}
```
{% endtab %}
{% endtabs %}

1 change: 1 addition & 0 deletions docs/api/access_codes/report_device_constraints.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,4 @@ Array of supported code lengths as integers between 4 and 20, inclusive. You can
## Response

void

Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,4 @@ Name of the simulated unmanaged access code.
## Response

[unmanaged\_access\_code](./)
{% tabs %}
{% tab title="JSON" %}
```json
{
JSON representation of unmanaged_access_code
}
```
{% endtab %}
{% endtabs %}

1 change: 1 addition & 0 deletions docs/api/access_codes/unmanaged/convert_to_managed.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,4 @@ Indicates whether [external modification](https://docs.seam.co/latest/capability
## Response

void

1 change: 1 addition & 0 deletions docs/api/access_codes/unmanaged/delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ ID of the unmanaged access code that you want to delete.
## Response

void

10 changes: 1 addition & 9 deletions docs/api/access_codes/unmanaged/get.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,4 @@ ID of the device containing the unmanaged access code that you want to get. You
## Response

[unmanaged\_access\_code](./)
{% tabs %}
{% tab title="JSON" %}
```json
{
JSON representation of unmanaged_access_code
}
```
{% endtab %}
{% endtabs %}

10 changes: 1 addition & 9 deletions docs/api/access_codes/unmanaged/list.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,4 @@ Your user ID for the user by which to filter unmanaged access codes.
## Response

Array of [unmanaged\_access\_codes](./)
{% tabs %}
{% tab title="JSON" %}
```json
{
JSON representation of unmanaged_access_code
}
```
{% endtab %}
{% endtabs %}

1 change: 1 addition & 0 deletions docs/api/access_codes/unmanaged/update.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,4 @@ Indicates whether [external modification](https://docs.seam.co/latest/capability
## Response

void

1 change: 1 addition & 0 deletions docs/api/access_codes/update.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,3 +138,4 @@ Indicates whether to use a [backup access code pool](https://docs.seam.co/latest
## Response

void

1 change: 1 addition & 0 deletions docs/api/access_codes/update_multiple.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,4 @@ Date and time at which the validity of the new access code starts, in [ISO 8601]
## Response

void

1 change: 1 addition & 0 deletions docs/api/acs/access_groups/add_user.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ ID of the desired user identity that you want to add to an access group. You can

void


---

## Examples
Expand Down
10 changes: 1 addition & 9 deletions docs/api/acs/access_groups/get.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,7 @@ ID of the access group that you want to get.
## Response

[acs\_access\_group](./)
{% tabs %}
{% tab title="JSON" %}
```json
{
JSON representation of acs_access_group
}
```
{% endtab %}
{% endtabs %}


---

Expand Down
10 changes: 1 addition & 9 deletions docs/api/acs/access_groups/list.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,7 @@ ID of the user identity for which you want to retrieve all access groups.
## Response

Array of [acs\_access\_groups](./)
{% tabs %}
{% tab title="JSON" %}
```json
{
JSON representation of acs_access_group
}
```
{% endtab %}
{% endtabs %}


---

Expand Down
10 changes: 1 addition & 9 deletions docs/api/acs/access_groups/list_accessible_entrances.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,7 @@ ID of the access group for which you want to retrieve all accessible entrances.
## Response

Array of [acs\_entrances](./)
{% tabs %}
{% tab title="JSON" %}
```json
{
JSON representation of acs_entrance
}
```
{% endtab %}
{% endtabs %}


---

Expand Down
10 changes: 1 addition & 9 deletions docs/api/acs/access_groups/list_users.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,7 @@ ID of the access group for which you want to retrieve all access system users.
## Response

Array of [acs\_users](./)
{% tabs %}
{% tab title="JSON" %}
```json
{
JSON representation of acs_user
}
```
{% endtab %}
{% endtabs %}


---

Expand Down
1 change: 1 addition & 0 deletions docs/api/acs/access_groups/remove_user.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ ID of the user identity associated with the user that you want to remove from an

void


---

## Examples
Expand Down
1 change: 1 addition & 0 deletions docs/api/acs/credentials/assign.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ ID of the user identity to whom you want to assign a credential. You can only pr

void


---

## Examples
Expand Down
10 changes: 1 addition & 9 deletions docs/api/acs/credentials/create.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,15 +109,7 @@ Visionline-specific metadata for the new credential.
## Response

[acs\_credential](./)
{% tabs %}
{% tab title="JSON" %}
```json
{
JSON representation of acs_credential
}
```
{% endtab %}
{% endtabs %}


---

Expand Down
1 change: 1 addition & 0 deletions docs/api/acs/credentials/delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ ID of the credential that you want to delete.

void


---

## Examples
Expand Down
10 changes: 1 addition & 9 deletions docs/api/acs/credentials/get.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,7 @@ ID of the credential that you want to get.
## Response

[acs\_credential](./)
{% tabs %}
{% tab title="JSON" %}
```json
{
JSON representation of acs_credential
}
```
{% endtab %}
{% endtabs %}


---

Expand Down
10 changes: 1 addition & 9 deletions docs/api/acs/credentials/list.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,7 @@ ID of the user identity for which you want to retrieve all credentials.
## Response

Array of [acs\_credentials](./)
{% tabs %}
{% tab title="JSON" %}
```json
{
JSON representation of acs_credential
}
```
{% endtab %}
{% endtabs %}


---

Expand Down
10 changes: 1 addition & 9 deletions docs/api/acs/credentials/list_accessible_entrances.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,7 @@ ID of the credential for which you want to retrieve all entrances to which the c
## Response

Array of [acs\_entrances](./)
{% tabs %}
{% tab title="JSON" %}
```json
{
JSON representation of acs_entrance
}
```
{% endtab %}
{% endtabs %}


---

Expand Down
1 change: 1 addition & 0 deletions docs/api/acs/credentials/unassign.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ ID of the user identity from which you want to unassign a credential. You can on

void


---

## Examples
Expand Down
1 change: 1 addition & 0 deletions docs/api/acs/credentials/update.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ Replacement date and time at which the validity of the credential ends, in [ISO

void


---

## Examples
Expand Down
14 changes: 0 additions & 14 deletions docs/api/acs/encoders/encode_access_method.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,3 @@ ID of the `acs_encoder` to use to encode the `access_method`.

[action\_attempt](./)

**`ENCODE_ACCESS_METHOD`**
{% tabs %}
{% tab title="JSON" %}
```json
{
action_attempt_id: [example value],
action_type: [example value],
error: [example value],
result: [example value],
status: [example value]
}
```
{% endtab %}
{% endtabs %}
14 changes: 0 additions & 14 deletions docs/api/acs/encoders/encode_credential.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,3 @@ ID of the `acs_encoder` to use to encode the `acs_credential`.

[action\_attempt](./)

**`ENCODE_CREDENTIAL`**
{% tabs %}
{% tab title="JSON" %}
```json
{
action_attempt_id: [example value],
action_type: [example value],
error: [example value],
result: [example value],
status: [example value]
}
```
{% endtab %}
{% endtabs %}
10 changes: 1 addition & 9 deletions docs/api/acs/encoders/get.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,4 @@ ID of the encoder that you want to get.
## Response

[acs\_encoder](./)
{% tabs %}
{% tab title="JSON" %}
```json
{
JSON representation of acs_encoder
}
```
{% endtab %}
{% endtabs %}

Loading
Loading