Resource Index

GET /api/computed-scheduled-items/

Documentation

Common feature support

Scheduling 🚫
Versioning 🚫
Free-text search 🚫

Resource Permissions

Read Available without authentication
Create Restricted to authenticated superusers
Update Restricted to authenticated superusers
Delete Restricted to authenticated superusers

Response Headers

200 OK
Content-Type: application/json

Response Body

{ "objects": [
{
"description":
""
"name":
"quentin-tarantino-movies"
"self":
/api/computed-scheduled-items/comp_95a167db81414ae2a5c1eddb24ebd579/
"uid":
"comp_95a167db81414ae2a5c1eddb24ebd579"
Globally unique identifier for this object
"url":
/api/movies/?order=-created&q=(people:%22Quentin Tarantino%22)
},
{
    "description": "",
    "name": "test",
    "self": "/api/computed-scheduled-items/comp_298b162a89444c95a77cf5256d06e855/",
    "uid": "comp_298b162a89444c95a77cf5256d06e855",
    "url": "/api/episodes/?limit=5&order=-created&q=(people:%22Taylor Swift%22)"
},
{
    "description": "",
    "name": "IN CONCERT",
    "self": "/api/computed-scheduled-items/comp_d15650e5ed694572b338519a8cef687e/",
    "uid": "comp_d15650e5ed694572b338519a8cef687e",
    "url": "/api/brands/?limit=3&order=-created"
},
{
    "description": "",
    "name": "HOT OFF THE PRESS",
    "self": "/api/computed-scheduled-items/comp_f4838d4520ac452b96677bebae8cf195/",
    "uid": "comp_f4838d4520ac452b96677bebae8cf195",
    "url": "/api/episodes/?limit=20&order=-created"
},
{
    "description": "",
    "name": "AT THE MOVIES",
    "self": "/api/computed-scheduled-items/comp_4336f793ad604ca3911a9d720e4b176a/",
    "uid": "comp_4336f793ad604ca3911a9d720e4b176a",
    "url": "/api/movies/?limit=20&order=-created"
}
] }

Limit

This response has been automatically limited to 5 items. Control this with the paging, limiting and ordering parameters.