Pagination
{
"data": [
{
"id": "ro_ZW9dbXgfX2L0Dg",
"name": "Admin Builder",
"is_system": true
},
{
"id": "ro_3zrr1XRrXMyYG6",
"name": "Builder",
"is_system": true
}
],
"paging": {
"next": {
"after": "MQit=" // This should be the value to use in the `after` parameter to get to the next page
}
}
}Last updated