How to Register:

  • Go to Register
  • Enter your Name by which you want to be identified on OQD
  • Enter your email ID, please enter valid email else you won't be able to verify your account
  • Enter your password carefully and click submit

  • You will recieve confirmation email on your registered email id
  • Right click on activate account link and open it in new window, you can chose other methods too e.g. click on link or right click on like copy link and open it manually by going to browser of your choice 
  • You will get account activation message
  • In case you forget your password or not able to login then reset your password 

How to Search Questions?

  • Go to questions link
  • You will see search bar, enter your keyword that you want to search
  • E.g. Enter language to see questions in that language, enter part of question, enter user name, category etc.
  • it is smart search and it will pull all the information matching with keyword on the screen

How to Add Questions?

  • Go to dashboard 
  • You will see button in green color stating "Add Question", click on this button
  • After that you will be taken to new screen for adding a questoin
  • Add as much information you are able to add for the question. 
  • Also image URLs you can fill in case your question is image question. You can render that on your application level later
  • Ignore Paid Question option
  • Enter tags to improve the search condition of the question

How to Create API Query?

  • Go to API dashboard
  • Click on "+ API" Button
  • Put the correct filters, also you can enter your tags which you have put during creation of question
  • Click Submit
  • New token will be generated along with your query

How to Get Data from API Endpoint?

  • Open postman client or any other program to send request to api end point: https://oqd.finovexia.com/api/data 
  • You need two parameters to send as data in json format:
    {
        "token":"token from api dashboard screen", 
        "public_token":"token from profile" 
        }
  • Two factor authentication is given so that api's created by you will be used by you only. No one else will be able to query until you share your public key with the user
  • Once you send request to above end point with correct tokens you will get the response. In video I have shown response when key is not correct, key is correct but no data and last is valid keys and data. Limitation is 20 rows per query
  • you will receive output as:
    {
        "data": [
            { record 1}, {record 2}
        ],
        "ip": "your ip address",
        "status": "success"
    }

 

How to Bulk Upload Data - CSV?

  • Click on Upload link
  • Download the sample file if you haven't downloaded yet
  • Start filling the details in to the columns.
  • Valid values for columns are as per the drop down provided on add questions page
  • Try to match values from drop down else you will get error
  • In the video I have shown how error will come and how you can correct the value by looking into drop down

How to Edit Profile and Upload Profile Picture?

  • Click on profile picture on the top menu or click on profile
  • Click on Edit Profile
  • New screen will open and you will be able to enter your details
  • Also don't forget to upload your profile pic
  • Follow below video for details