Map Assessment Question to Items

Maps an assessment question to evidences, action items, policies, or procedures for a client.

In the request body, include only the entity codes/IDs that need to be mapped.
Empty or omitted arrays are ignored.

Supported request fields:

  • evidence_codes
  • action_item_codes
  • policy_codes
  • procedure_codes
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Unique identifier of the client

string
required

Question code.

Body Params

Provide the entity codes or IDs to be mapped to the assessment question. Include only the fields that need to be mapped; empty or omitted fields will be ignored.

Business codes resolved server-side to internal ids:
evidence_codes → task_def.code → task_def.id for evidence mappings;
action_item_codes → task_def.code → task_def.id for action-item mappings;
risk_codes → risk.riskid;
policy_codes → policy.code;
procedure_codes → procedures.code.

evidence_codes
array of strings

Evidence task definition codes (task_def.code); resolved to task_def.id for EVIDENCE mappings

evidence_codes
action_item_codes
array of strings

Action item (task_def) codes

action_item_codes
policy_codes
array of strings

Policy business codes (policy.code)

policy_codes
procedure_codes
array of strings

Procedure business codes (procedures.code)

procedure_codes
Responses
204

Mappings applied (no response body)

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json