Contents
Schema #
The schema defines all the fields that exist within a sfwd-quiz record. Any response from these endpoints can be expected to contain the fields below unless the `_filter` query parameter is used or the schema field only appears in a specific context.
datestring, null, datetime (details) |
The date the object was published, in the site's timezone. Context: |
date_gmtstring, null, datetime (details) |
The date the object was published, as GMT. Context: |
guidobject |
The globally unique identifier for the object. Read only Context: |
idinteger |
Unique identifier for the object. Read only Context: |
linkstring, uri |
URL to the object. Read only Context: |
modifiedstring, datetime (details) |
The date the object was last modified, in the site's timezone. Read only Context: |
modified_gmtstring, datetime (details) |
The date the object was last modified, as GMT. Read only Context: |
slugstring |
An alphanumeric identifier for the object unique to its type. Context: |
statusstring |
A named status for the object. Context: One of: |
typestring |
Type of Post for the object. Read only Context: |
passwordstring |
A password to protect access to the content and excerpt. Context: |
permalink_templatestring |
Permalink template for the object. Read only Context: |
generated_slugstring |
Slug automatically generated from the object title. Read only Context: |
titleobject |
The title for the object. Context: |
contentobject |
The content for the object. Context: |
authorinteger |
The ID for the author of the object. Context: |
featured_mediainteger |
The ID of the featured media for the object. Context: |
menu_orderinteger |
The order of the object in relation to other object of its type. Context: |
templatestring |
The theme file to use to display the object. Context: |
quiz_materialshtml |
Quiz Materials Context: |
thresholdtext |
Certificate Threshold Context: |
passingpercentagetext |
Passing Percentage Context: |
certificatestring |
Associated Certificate Context: |
List Sfwd Quizzes #
Query this endpoint to retrieve a collection of Sfwd Quizzes. The response you receive can be controlled and filtered using the URL query parameters below.
Definition #
GET /ldlms/v1/sfwd-quiz
Example Request #
$ curl https://example.com/wp-json/ldlms/v1/sfwd-quiz
Arguments #
context |
Scope under which the request is made; determines fields present in response.
Default: One of: |
page |
Current page of the collection.
Default: |
per_page |
Maximum number of items to be returned in result set.
Default: |
search |
Limit results to those matching a string. |
after |
Limit response to posts published after a given ISO8601 compliant date. |
author |
Limit result set to posts assigned to specific authors. |
author_exclude |
Ensure result set excludes posts assigned to specific authors. |
before |
Limit response to posts published before a given ISO8601 compliant date. |
exclude |
Ensure result set excludes specific IDs. |
include |
Limit result set to specific IDs. |
menu_order |
Limit result set to posts with a specific menu_order value. |
offset |
Offset the result set by a specific number of items. |
order |
Order sort attribute ascending or descending.
Default: One of: |
orderby |
Sort collection by object attribute.
Default: One of: |
slug |
Limit result set to posts with one or more specific slugs. |
status |
Limit result set to posts assigned one or more statuses.
Default: |
course |
Limit results to be within a specific Course. Required for non-admin users. |
lesson |
Limit results to be within a specific Lesson. Pass zero to show global Course Quizzes. Must be used with course parameter. |
topic |
Limit results to be within a specific Topic. Must be used with course parameter. |
Create a Sfwd-Quiz #
Arguments #
date |
The date the object was published, in the site's timezone. |
date_gmt |
The date the object was published, as GMT. |
slug |
An alphanumeric identifier for the object unique to its type. |
status |
A named status for the object. One of: |
password |
A password to protect access to the content and excerpt. |
title |
The title for the object. |
content |
The content for the object. |
author |
The ID for the author of the object. |
featured_media |
The ID of the featured media for the object. |
menu_order |
The order of the object in relation to other object of its type. |
template |
The theme file to use to display the object. |
quiz_materials |
Quiz Materials |
threshold |
Certificate Threshold
Default: |
passingpercentage |
Passing Percentage
Default: |
certificate |
Associated Certificate |
Definition #
POST /ldlms/v1/sfwd-quiz
Retrieve a Sfwd-Quiz #
Definition & Example Request #
GET /ldlms/v1/sfwd-quiz/<id>
Query this endpoint to retrieve a specific sfwd-quiz record.
$ curl https://example.com/wp-json/ldlms/v1/sfwd-quiz/<id>
Sample Response #
{
"id": 57820,
"date": "2018-08-16T13:52:31",
"date_gmt": "2018-08-16T20:52:31",
"guid": {
"rendered": "https://example.com/?post_type=sfwd-quiz&p=57820"
},
"modified": "2018-08-27T06:40:11",
"modified_gmt": "2018-08-27T13:40:11",
"slug": "accountability-log-week-10",
"status": "publish",
"type": "sfwd-quiz",
"link": "http://example.com/courses/health-coach-training-program/quizzes/accountability-log-week-10/",
"title": {
"rendered": "Accountability Log Week 10"
},
"content": {
"rendered": "<p>This log will track your meditation, journaling and practice partner sessions. Please wait to take this quiz until after Week 10 is complete. Your results will be shown on the<a href="https://example.com/hctp/report-card/"> Report Card</a> page.</p>n",
"protected": false
},
"author": 12,
"featured_media": 0,
"menu_order": 0,
"template": "",
"quiz_materials": "",
"threshold": "0.7",
"passingpercentage": "70",
"certificate": "0",
"_links": {
"self": [
{
"href": "http://example.com/wp-json/ldlms/v1/sfwd-quiz/57820"
}
],
"collection": [
{
"href": "http://example.com/wp-json/ldlms/v1/sfwd-quiz"
}
],
"about": [
{
"href": "http://example.com/wp-json/wp/v2/types/sfwd-quiz"
}
],
"author": [
{
"embeddable": true,
"href": "http://example.com/wp-json/wp/v2/users/12"
}
],
"version-history": [
{
"count": 0,
"href": "http://example.com/wp-json/ldlms/v1/sfwd-quiz/57820/revisions"
}
],
"wp:attachment": [
{
"href": "http://example.com/wp-json/wp/v2/media?parent=57820"
}
],
"curies": [
{
"name": "wp",
"href": "https://api.w.org/{rel}",
"templated": true
}
]
}
}
Arguments #
id |
Unique identifier for the Quiz object. |
context |
Scope under which the request is made; determines fields present in response.
Default: One of: |
password |
The password for the post if it is password protected. |
Update a Sfwd-Quiz #
Arguments #
id |
Unique identifier for the Quiz object. |
date |
The date the object was published, in the site's timezone. |
date_gmt |
The date the object was published, as GMT. |
slug |
An alphanumeric identifier for the object unique to its type. |
status |
A named status for the object. One of: |
password |
A password to protect access to the content and excerpt. |
title |
The title for the object. |
content |
The content for the object. |
author |
The ID for the author of the object. |
featured_media |
The ID of the featured media for the object. |
menu_order |
The order of the object in relation to other object of its type. |
template |
The theme file to use to display the object. |
quiz_materials |
Quiz Materials |
threshold |
Certificate Threshold |
passingpercentage |
Passing Percentage |
certificate |
Associated Certificate |