Skip to main content

Basic fields

IDTitleCreated dateStatusDue dateAssigned owner

Extended detail fields

Returned when you ask about specifics, or say "give me full details".

Partner typeSupply chain flagRelated digital servicesInformation criticalityPartner replaceabilityVerification methodCertifications and auditsEmailReasoningHQ locationPartner location/statusBasis for data transferTrusted countriesTrusted organizationsThird country transfer detailsData processing agreement flagLink to contractContract negotiation abilityConnected DPA evaluation

Example queries

"List all our system providers"
"Which system providers don't have a contract in place?"
"Show providers that handle critical information"
"Which system providers are part of our supply chain?"
"Which providers are located outside the EU?"
"Give me full details on our system providers"

Advanced

Response schema
[
{
"id": "<integer>",
"created": "<datetime string>",
"title": "<string>",
"description": "<string | null>",
"due_date": "<date string | null>",
"status": {
"name": "<string>",
"type": "<string>"
},
"assigned_member": "<object | null>",
"detailed_data": [
{"title": "Partner type", "value": "<string>", "tag": "processor-template-role-block"},
{"title": "Does the partner belong to the supply chain of the services we offer?", "value": "<string>", "tag": "processor-template-role-supplychainyesno"},
{"title": "Related offered digital services", "value": "<string>", "tag": "processor-template-role-supplychainblock"},
{"title": "How critical information does the partner process?", "value": "<string>", "tag": "processor-template-role-class"},
{"title": "Partner replaceability", "value": "<string>", "tag": "processor-template-role-replaceability"},
{"title": "Verification method", "value": "<string>", "tag": "processor-template-assurance-block"},
{"title": "Certifications and other audits", "value": "<string>", "tag": "processor-template-assurance-certtext"},
{"title": "Email", "value": "<string>", "tag": "processor-template-additional-email"},
{"title": "Reasoning", "value": "<string>", "tag": "processor-template-assurance-no"},
{"title": "Location of organization's HQ", "value": "<string>", "tag": "processor-template-location-headquarters"},
{"title": "Partner location / status in relation to personal data processing", "value": "<string>", "tag": "processor-template-location-block"},
{"title": "Basis for data transfer", "value": "<string>", "tag": "processor-template-location-explain"},
{"title": "Specifications of trusted countries", "value": "<string>", "tag": "processor-template-location-trustedtext"},
{"title": "Specifications of trusted organizations", "value": "<string>", "tag": "processor-template-location-trustedorgtext"},
{"title": "Specifications of data transfer to third countries", "value": "<string>", "tag": "processor-template-location-explaintext"},
{"title": "Is there a data processing agreement?", "value": "<string>", "tag": "processor-template-contract-status"},
{"title": "Link to contract", "value": "<string>", "tag": "processor-template-contract-text"},
{"title": "Ability to influence the content of the contract", "value": "<string>", "tag": "processor-template-contract-negotiation"},
{"title": "Connected DPA evaluation", "value": "<string>", "tag": "processor-template-contract-dpa"}
]
}
]