Get an ACS System

Returns a specified access system.

POST /acs/systems/get β‡’ { acs_system }
Authentication Methods
  • API key

  • Personal access token Must also include the seam-workspace header in the request.

To learn more, see Authentication.

Request Parameters

acs_system_id String (Required)

ID of the access system that you want to get.


Response

acs_system

{
  JSON representation of acs_system
}

Examples

Get a Specific ACS system

Specify the acs_system_id of the ACS system that you want to retrieve.

Code

await seam.acs.systems.get({
  acs_system_id: "8d7e0b3a-b889-49a7-9164-4b71a0506a33",
});

Output

[{ "acs_system_id": "8d7e0b3a-b889-49a7-9164-4b71a0506a33" }]

Last updated

Was this helpful?

Revision created

ci: Generate docs