JavaScript
Beta - Entities
Archive entities
Archives entities in bulk for the given customer by id.
POST
JavaScript
Documentation Index
Fetch the complete documentation index at: https://docs.stigg.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Server API Key
Path Parameters
The customer identifier (owner) the entities belong to
Required string length:
1 - 255Pattern:
^[a-zA-Z0-9][a-zA-Z0-9_|.@-]*$Body
application/json
List of entity identifiers to act on in bulk (1-100 entries)
Entity identifiers to act on
Required array length:
1 - 100 elementsThe unique identifier for the entity
Required string length:
1 - 255Pattern:
^[a-zA-Z0-9][a-zA-Z0-9_|.-]*$Response
No content.
Wrapped response echoing the ids that were acted on by an archive/unarchive call
List of entity identifiers that were acted on
