URL | METHOD | PARAM | ||
Parameter | Type | Desciption | ||
wp-json/learnpress/v1/section-items/items/SECTION_ID | GET | page | integer | Current page of the collection |
per_page | integer | Maximum number of items to be returned in result set. | ||
order | string | Order sort attribute ascending or descending. | ||
search | string | Limit results to those matching a string. | ||
exclude | array | Ensure result set excludes specific IDs. | ||
include | array | Limit result set to specific ids. |
Response
"[ { ""id"": ""481"", ""name"": ""Quiz 1"", ""slug"": ""quiz-1-6"", ""status"": ""publish"", ""permalink"": """", ""type"": ""lp_quiz"", ""preview"": false, ""duration"": ""20 mins"", ""locked"": true, ""count_question"": 3 } ]"