Activity

List organization activity

GET/v1/organization/activity

Authorizations

  • X-API-KEYstringheaderrequired

    Organization API key. Create one in the cloud console at https://cloud.serverside.com; the key is shown once, when it is created.

Query parameters

  • filterobject
  • pageinteger<int32>

    Limits:x >= 1

  • page_sizeinteger<int32>

    Limits:1 <= x <= 1000

  • sort_columnstring
  • ascendingboolean
  • action_prefixstring
  • actor_idstring<uuid>
  • actor_typeenum<string>

    Allowed values:SYSTEMUSERAPI_KEYADMIN

  • severityenum<string>

    Allowed values:INFOWARNINGCRITICAL

  • target_entity_typeenum<string>

    Allowed values:NONEBAREMETAL_SERVICEBAREMETAL_NODEINVOICEORDERSUBSCRIPTIONORGANIZATIONUSERSPNIP_BLOCKISO_FILEAPI_KEYSSH_KEYROLEPAYMENT_METHOD

  • target_entity_idstring<uuid>
  • fromstring<date-time>
  • tostring<date-time>

Response

200 · application/json

OK

  • successboolean
  • messagestring | null
  • exceptionstring | null
  • codestring | null
  • errorsobject | null
  • traceIdstring | null
  • dataobject[] | null
  • paginationobject