Description Usage Arguments Details References
The main kb_contributors
function maps 1:1 to the API. Leave values
NULL
that you do not want included in the search parameters.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | kb_assessments(
assessment_id = NULL,
editor_id = NULL,
topid_id = NULL,
created = NULL,
revised = NULL,
document = NULL,
metadata = NULL,
score = NULL,
q = NULL,
api_key = attackerkb_api_key()
)
kb_assessment(assessment_id, api_key = attackerkb_api_key())
|
assessment_id |
UUID of a specific assessment to return |
editor_id |
UUID of a contributor. |
topid_id |
UUID of the topic this assessment was based on. |
created |
Return all assessments that were created on the given date. |
revised |
Return all assessments that were revised on the given date. |
document |
Text to query the document attribute. A substring match is performed |
metadata |
Text to query the metadata attribute. A substring match is performed |
score |
Return all assessments with this score. |
q |
Return all assessments that have content that match the query string. |
api_key |
See |
Set the option progress_enabled
to FALSE
to disable progress spinner.
https://api.attackerkb.com/api-docs/docs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.