projectScopes

get/projectScopes

Response

list of all project scopes

messagestring

Example response

{
  "message": "ok",
  "data": [
    {
      "id": 1,
      "assessmentId": 1,
      "describeAiEnvironment": "This project involves the development of a new AI-powered virtual assistant.",
      "isNewAiTechnology": true,
      "usesPersonalData": true,
      "projectScopeDocuments": "project-scope-v1.pdf",
      "technologyType": "Natural Language Processing",
      "hasOngoingMonitoring": true,
      "unintendedOutcomes": "Potential bias in the assistant's responses.",
      "technologyDocumentation": "technology-documentation.docx"
    }
  ]
}

Changes