get https://api.followupboss.com/v1/timeframes
Get a list of timeframes.
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Response
Get a list of timeframes.
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request GET \
--url https://api.followupboss.com/v1/timeframes \
--header 'accept: application/json'
xxxxxxxxxx
32}
{
"_metadata": {
"collection": "timeframes",
"offset": 0,
"limit": 10,
"total": 0,
"next": null,
"nextLink": null
},
"timeframes": [
{
"id": 1,
"timeframe": "0-3 Months"
},
{
"id": 2,
"timeframe": "3-6 Months"
},
{
"id": 3,
"timeframe": "6-12 Months"
},
{
"id": 4,
"timeframe": "12+ Months"