Get a reminder by IDAsk AIget https://{hostname}/v1/contracts/{contract_id}/reminders/{reminder_id}Use this endpoint to get a reminder on the contract.Path Paramscontract_idintegerrequiredThe unique ID of the contract.reminder_idintegerrequiredThe unique ID of the contract reminder.Headersx-oneflow-api-tokenstringrequiredlength between 40 and 40The API key of your Oneflow account.x-oneflow-user-emailstringrequiredThe email address of a registered Oneflow user.Responses 200Return a reminder. 401The API token or the user email is invalid. 404A required entity is missing.Updated 7 months ago