Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ProsCons
  • The permissions field can be used to incorporate any other new attribute permission added in the future.
  • Need extra efforts to process the value retrieved from database. We need to iterate through each bit.

...

        Headers: Authorization, X-Authenticated-User-Token

            Request Body:          


Code Block
{ "params": { }, 
  "request": { 
		“userid” : “string”, 
		“batchid” : “string”, 
		“courseid”: ”string” 
	} 
}


  

...