List common applications
List all common applications
Query Parameters
- Type: integertakegreater than:0min:-9007199254740991max:500
Integer numbers.
- Type: integerskipmin:-9007199254740991max:9007199254740991
Integer numbers.
- Type: stringfilters[name][starts
With] - Type: stringfilters[name][not
Starts With] - Type: stringfilters[name][ends
With] - Type: stringfilters[name][not
Ends With] - Type: stringfilters[name][contains]
- Type: stringfilters[name][not
Contains] - Type: stringfilters[name][equals]
- Type: stringfilters[name][not
Equals] - Type: stringfilters[host][starts
With] - Type: stringfilters[host][not
Starts With] - Type: stringfilters[host][ends
With] - Type: stringfilters[host][not
Ends With] - Type: stringfilters[host][contains]
- Type: stringfilters[host][not
Contains] - Type: stringfilters[host][equals]
- Type: stringfilters[host][not
Equals]
Responses
- Type: object200
OK
- Type: array object[] ·itemsrequired
- Type: object ·paginationrequired
application/json
get/common-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.922Z",
"riskScore": -9007199254740991,
"countryCodes": [
"ASC"
],
"securityCertificationCodes": [
"HIPAA"
],
"category": {
"id": -9007199254740991,
"name": "string",
"parentId": -9007199254740991,
"parent": {
"id": -9007199254740991,
"name": "string",
"parentId": -9007199254740991
}
},
"applicationType": "common",
"createdAt": "2026-07-23T16:23:32.922Z",
"updatedAt": "2026-07-23T16:23:32.922Z"
}
]
}