PopplioStaging
Reminders
These API endpoints are related to reminders on IBL
GET
/
users/{id}/remindersGet User Reminders
Gets a users reminders
Authorization
User-Auth<token>
Requires a user token. Should be prefixed with User in Authorization header.
In: header
Path Parameters
idRequiredstring
User ID
Success
DELETE
/
users/{uid}/{target_type}/{target_id}/remindersDelete User Reminders
Deletes a users reminders. Returns 204 on success
Authorization
User-Auth<token>
Requires a user token. Should be prefixed with User in Authorization header.
In: header
Path Parameters
uidRequiredstring
User ID
target_typeRequiredstring
The target type of the entity
target_idRequiredstring
The target ID of the entity
Success
PUT
/
users/{uid}/{target_type}/{target_id}/remindersCreate User Reminder
Creates a new user reminders of an entity
Authorization
User-Auth<token>
Requires a user token. Should be prefixed with User in Authorization header.
In: header
Path Parameters
uidRequiredstring
User ID
target_typeRequiredstring
The target type of the entity
target_idRequiredstring
The target ID of the entity
Success