Inokufu Docs
  • Overview
  • Learning Object
    • Why learning object is key
    • Competency-based education
    • Metadata models
    • Inokufu Schema
      • URL
      • Title
      • Description
      • Picture
      • Language
      • Type
      • Learning goal
      • Provider
      • Publisher
      • Author
      • Competency
      • Expertise level
      • Age
      • Popularity note
      • Address (if physical)
      • Learning time
      • PriceSpecification
  • Learning object API
    • Getting started
    • Authentication
    • Usage plans
    • Best efforts
    • Search by type
    • Search by provider
    • Types
    • Providers
    • Languages
    • Bloom taxonomy
    • Feedback
  • Competency API
    • Competency v1
  • Resources
    • FAQ
    • Website
    • Rapid API
    • Credits
Powered by GitBook
On this page
  • Request
  • Headers
  • Body

Was this helpful?

  1. Learning object API

Feedback

This endpoint enables you to send us feedback about specific learning objects.

Request

POST https://learning-objects-v2.p.rapidapi.com/feedback
POST https://api.inokufu.com/learningobject/v2/feedback

Headers

The API key must be included in the header.

"x-rapidapi-key": "SAY-FRIEND-AND-ENTER"
"x-api-key": "SAY-FRIEND-AND-ENTER"

Make sure to replace SAY-FRIEND-AND-ENTER with your own Developer API key.

Body

This endpoint requires the parameters to be sent in the body, formatted as JSON. Parameters are described in the table below.

Parameter
Type
Required
Description

url

string

Yes

Url of the learning object you want to give feedback on.

comment

string

No

Enter any comment associated to the learning object.

request_id

string

Yes

Enter the request id of the initial request that sent you this learning object in the response. It will help us identify any issue related with the request.

email

email

Yes

Email of the feedback's author.

source

string

Yes

URL of the website or application or location from which the feedback is being sent.

PreviousBloom taxonomyNextCompetency v1

Last updated 3 years ago

Was this helpful?