List private applications

List all private applications in the company workspace

Query Parameters
  • take
    Type: integer
    greater than:  
    0
    min:  
    -9007199254740991
    max:  
    500

    Integer numbers.

  • skip
    Type: integer
    min:  
    -9007199254740991
    max:  
    9007199254740991

    Integer numbers.

  • filters[name][startsWith]
    Type: string
  • filters[name][notStartsWith]
    Type: string
  • filters[name][endsWith]
    Type: string
  • filters[name][notEndsWith]
    Type: string
  • filters[name][contains]
    Type: string
  • filters[name][notContains]
    Type: string
  • filters[name][equals]
    Type: string
  • filters[name][notEquals]
    Type: string
  • filters[host][startsWith]
    Type: string
  • filters[host][notStartsWith]
    Type: string
  • filters[host][endsWith]
    Type: string
  • filters[host][notEndsWith]
    Type: string
  • filters[host][contains]
    Type: string
  • filters[host][notContains]
    Type: string
  • filters[host][equals]
    Type: string
  • filters[host][notEquals]
    Type: string
Responses
  • 200
    Type: object

    OK

    • items
      Type: array object[] ·
      required
    • pagination
      Type: object ·
      required
    application/json
get/private-applications
{
  "pagination": {
    "take": 1,
    "skip": 1,
    "total": 1
  },
  "items": [
    {
      "id": -9007199254740991,
      "name": "string",
      "host": "string",
      "logo": "string",
      "loginUrl": "string",
      "description": "string",
      "criticality": "high",
      "dataPrivacyInfo": "public",
      "lastHackDate": "2026-07-23T16:23:32.872Z",
      "riskScore": -9007199254740991,
      "countryCodes": [
        "ASC"
      ],
      "securityCertificationCodes": [
        "HIPAA"
      ],
      "category": {
        "id": -9007199254740991,
        "name": "string",
        "parentId": -9007199254740991,
        "parent": {
          "id": -9007199254740991,
          "name": "string",
          "parentId": -9007199254740991
        }
      },
      "applicationType": "private",
      "workspaceId": -9007199254740991,
      "createdAt": "2026-07-23T16:23:32.872Z",
      "updatedAt": "2026-07-23T16:23:32.872Z"
    }
  ]
}