cURL
curl --request GET \ --url https://api.devin.ai/v3/organizations/{org_id}/knowledge/notes/{note_id} \ --header 'Authorization: Bearer <token>'
{ "access_type": "enterprise", "body": "<string>", "created_at": 123, "folder_id": "<string>", "folder_path": "<string>", "is_enabled": true, "macro": "<string>", "name": "<string>", "note_id": "<string>", "org_id": "<string>", "pinned_repo": "<string>", "trigger": "<string>", "updated_at": 123 }
Ruft einen Hinweis anhand der ID für eine Organisation ab.
ManageKnowledge
Servicebenutzer-Anmeldedaten (Präfix: cog_)
Knowledge-Hinweis-ID (Präfix: note-)
"note-abc123def456"
Erfolgreiche Antwort
enterprise
org