Podcast
Questions and Answers
Which HTTP request method is used to retrieve data based on specific criteria in Unqork's internal API?
Which HTTP request method is used to retrieve data based on specific criteria in Unqork's internal API?
What is the primary function of the Update Module Submission API call in Unqork?
What is the primary function of the Update Module Submission API call in Unqork?
Which of the following Unqork API calls is an example of a create operation?
Which of the following Unqork API calls is an example of a create operation?
What is the purpose of the DELETE HTTP request method in Unqork's internal API?
What is the purpose of the DELETE HTTP request method in Unqork's internal API?
Signup and view all the answers
Which Unqork API call is an example of a delete operation?
Which Unqork API call is an example of a delete operation?
Signup and view all the answers
What is the primary purpose of Unqork's internal API?
What is the primary purpose of Unqork's internal API?
Signup and view all the answers
What determines which internal service to use in Unqork?
What determines which internal service to use in Unqork?
Signup and view all the answers
Where can you find a list of all Unqork's API calls?
Where can you find a list of all Unqork's API calls?
Signup and view all the answers
What is the primary way to make internal API calls in Unqork?
What is the primary way to make internal API calls in Unqork?
Signup and view all the answers
How are internal services in Unqork categorized?
How are internal services in Unqork categorized?
Signup and view all the answers
Study Notes
HTTP Request Methods
- GET is used to retrieve data based on specific criteria in Unqork's internal API.
- DELETE is used to remove data from the system.
- PUT/PATCH is used to update existing data.
- POST is used to create new data.
Unqork API Calls
- Update Module Submission API call updates the status of a module submission.
- Create Module Submission API call creates a new module submission.
Unqork Internal API
- The primary purpose of Unqork's internal API is to enable communication between different components of the Unqork platform, such as modules and services.
- The choice of internal service is determined by the type of data being accessed and the action being performed.
- A list of all Unqork API calls can be found in the Unqork Developer Documentation.
- Unqork API calls can be made primarily through the Internal Service Block.
- Internal services are categorized by the data they handle, like Forms, Modules, Users, etc.
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.
Description
Get familiar with Unqork's internal API and its various services, including those that create, read, update, or delete data. Learn how to choose the right service based on the operation you want to perform.