All Listing Managers

[base module url]/all

The all listing managers endpoint is useful for sites that have more than one listing manager. This endpoint returns a summary about the listing managers on the site.

Sort parameters ( ?sort=param,param,etc )

Default: -id

Boolean sort behavior will sort as integer 0/1 respectively for false/true for purposes of sort order ( asc/desc )

ParameterInfoAsc/Desc
order admin specified ordering Y
id id number Y
created Creation time Y


Filter parameters ( ?parameter=value&parameter=value&etc )

Default: none

This endpoint has no filters.



Sample Response

The "next_page" will contain an integer for the next page number to retrieve the next set of results using ?page. If "next_page" is false, there are no more pages of results to retrieve

{
"listing_managers":[
{
"id":"1",
"name":"Directory",
"slug":"directory",
"description":"",
"active":true,
"order":0,
"created":"2018-09-28T06:51:02-06:00",
"created_ip":"127.0.0.1",
"created_user_id":"1",
"modified":"2018-11-08T12:33:55-07:00",
"modified_user_id":"1"
},
{
"id":"2",
"name":"Classifieds",
"slug":"classifieds",
"description":"",
"active":true,
"order":0,
"created":"2018-11-12T15:38:41-07:00",
"created_ip":"127.0.0.1",
"created_user_id":"1",
"modified":"2018-11-13T08:04:55-07:00",
"modified_user_id":"1"
},
.....
],
"next_page":2
}