GET
https://api.subscriptiongenius.com/2/history/
Paramater |
Description |
Required |
Default |
Data Type |
subscriber_id |
|
Yes |
|
Int |
Paramater |
Description |
Data Type |
history.date |
|
String |
history.history_id |
|
String |
history.notes |
|
String |
history.user_id |
ID of user who created the history. If null then created by admin user. |
Integer |
{
"subscriber_id":802420
}
{
"history":[
{
"history_id":"60573",
"user_id":null,
"notes":"I answered a call from the subscriber.",
"date":"2015-12-21 17:02:17"
}
]
}