curl --request GET \
--url http://api.stuut.ai/v1/notes/{note_id} \
--header 'Authorization: Bearer <token>'{
"content": "<string>",
"object": "<string>",
"partner_id": "<string>",
"id": "<string>",
"author": {
"email": "<string>",
"family_name": "<string>",
"given_name": "<string>",
"object": "<string>",
"organization_id": "<string>",
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"dashboard_settings": {
"thread_emails_sort_order": "asc"
},
"default_email_sender_id": "<string>",
"invited_by_user_id": "<string>",
"is_access_approved": true,
"is_org_admin": true,
"modified_at": "2023-11-07T05:31:56Z",
"name": "<string>",
"onboarding_required": true,
"profile_picture": "<string>",
"selected": true
},
"author_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"modified_at": "2023-11-07T05:31:56Z",
"pinned": true
}curl --request GET \
--url http://api.stuut.ai/v1/notes/{note_id} \
--header 'Authorization: Bearer <token>'{
"content": "<string>",
"object": "<string>",
"partner_id": "<string>",
"id": "<string>",
"author": {
"email": "<string>",
"family_name": "<string>",
"given_name": "<string>",
"object": "<string>",
"organization_id": "<string>",
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"dashboard_settings": {
"thread_emails_sort_order": "asc"
},
"default_email_sender_id": "<string>",
"invited_by_user_id": "<string>",
"is_access_approved": true,
"is_org_admin": true,
"modified_at": "2023-11-07T05:31:56Z",
"name": "<string>",
"onboarding_required": true,
"profile_picture": "<string>",
"selected": true
},
"author_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"modified_at": "2023-11-07T05:31:56Z",
"pinned": true
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful response
The content of the note.
The ID of the partner this note belongs to.
3232Show child attributes
25532323232The ID of the user who created this note.
32Whether the note is pinned and will show up first.