Person Tutorials

The PersonTutorial table stores information about people in relation to their tutorial assignments. This includes the tutorial name, the name of the person assigned to the tutorial, and the assignment date. The PersonTutorial table is used to track the assignment progress of each individual person for a tutorial.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params
int32

The PersonTutorialId field of datatype int is a unique identifier for each record in the PersonTutorial table and acts as a primary key to uniquely identify each person in the tutorial.

int32

PersonId is an integer field in the PersonTutorial table that uniquely identifies each record in the table. It is used to uniquely link other tables to the PersonTutorial table via foreign key references.

boolean

The Dismissed field in the PersonTutorial table is a bit data type, which is used to identify whether a person has been dismissed from the tutorial. It stores data in either 0 (false) or 1 (true) format, indicating whether the person was dismissed from the tutorial or not.

Headers
string
enum
Defaults to application/json;odata.metadata=minimal;odata.streaming=true

Generated from available request content types

Response
200

OK

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!