Organization List
Method | URL |
---|---|
GET |
Response
CODE
{
"status": true,
"current_page": 1,
"data": [
{
"name": "Test Tech",
"uuid": "****-*****-****-*****",
"created_at": "2023-08-26T09:59:33+0300",
"owner_user_id": 0000,
"is_percentile_bandwidth": 0,
"is_active": 1,
"role_id": 7,
"role_name": "SuperAdmin",
"owner_user_name": "Test user",
"parent": null
},
{
"name": "Test Organization 1",
"uuid": "****-****-****-****",
"created_at": "2023-06-07T15:10:46+0300",
"owner_user_id": 0000,
"is_percentile_bandwidth": 0,
"is_active": 1,
"role_id": 7,
"role_name": "SuperAdmin",
"owner_user_name": "Test user",
"parent": null
},
{
"name": "Medianova Test",
"uuid": "******-****-****-****",
"created_at": "2014-08-25T20:02:29+0300",
"owner_user_id": 0,
"is_percentile_bandwidth": 0,
"is_active": 1,
"role_id": 7,
"role_name": "SuperAdmin",
"owner_user_name": "Test User",
"parent": null
},
{
"name": "Test Organization 2",
"uuid": "****-****-*****-****",
"created_at": "2023-04-26T10:50:45+0300",
"owner_user_id": 0000,
"is_percentile_bandwidth": 0,
"is_active": 1,
"role_id": 7,
"role_name": "SuperAdmin",
"owner_user_name": "Test user",
"parent": null
},
{
"name": "Test Organization 3",
"uuid": "****-****-****-****",
"created_at": "2023-04-26T10:51:05+0300",
"owner_user_id": 0000,
"is_percentile_bandwidth": 0,
"is_active": 1,
"role_id": 7,
"role_name": "SuperAdmin",
"owner_user_name": "Test user",
"parent": null
},
],
"first_page_url": "http://cloud.medianova.com/api/v1/organizations?page=1",
"from": 1,
"last_page": 3,
"last_page_url": "http://cloud.medianova.com/api/v1/organizations?page=3",
"links": [
{
"url": null,
"label": "« Previous",
"active": false
},
{
"url": "http://cloud.medianova.com/api/v1/organizations?page=1",
"label": "1",
"active": true
},
{
"url": "http://cloud.medianova.com/api/v1/organizations?page=2",
"label": "2",
"active": false
},
{
"url": "http://cloud.medianova.com/api/v1/organizations?page=3",
"label": "3",
"active": false
},
{
"url": "http://cloud.medianova.com/api/v1/organizations?page=2",
"label": "Next »",
"active": false
}
],
"next_page_url": "http://cloud.medianova.com/api/v1/organizations?page=2",
"path": "http://cloud.medianova.com/api/v1/organizations",
"per_page": 7,
"prev_page_url": null,
"to": 7,
"total": 16
}