cURL
curl --request GET \ --url https://crm.universal.rollout.com/api/notes/{id} \ --header 'Authorization: Bearer <token>' \ --header 'X-Rollout-Credential-Id: <api-key>'
{ "id": "<string>", "personId": "<string>", "assignedUserId": "<string>", "createdByUserId": "<string>", "updatedByUserId": "<string>", "subject": "<string>", "body": "<string>", "isHtml": true, "created": "<string>", "updated": "<string>", "rolloutUpdated": "<string>", "originalIds": {}, "original": {} }
Authorization JWT
The Rollout Credential ID to use for queries/mutations
OK
Show child attributes