Get remindersAsk AIget https://{hostname}/v1/contracts/{contract_id}/remindersUse this endpoint to get reminders on the contract.Path Paramscontract_idintegerrequiredThe unique ID of the contract.Query Paramsoffsetinteger0 to 19900Defaults to 0limitinteger1 to 100Defaults to 100Headersx-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 200Returns the list of reminders. 401The API token or the user email is invalid. 404A required entity is missing.Updated 7 months ago