F.4 Send Requests

  1. Requests are sent using the POST request feature. Use the token generated to authorize the request and pass the JSON in the correct format.

    Note:

    • You may use the desktop version of the Postman client to perform these steps. Postman is an open-source, collaborative platform for API development. For more information, see Postman Docs.
    • You can also use any other API client, such as cURL. For more information, see REST APIs for Oracle Database.
  2. In the Postman client, select the request type as POST and enter the request URL in the following format:
    http://[servername]:[portnumber]/[context]/rest-api/RTScreening/
    RTScreeningRestService/service/IndividualScreen/EntityScreen

    Figure F-10 Request


    Request

  3. In the Authorization menu, select the TYPE as Bearer Token.

    Figure F-11 Authorization


    Authorization

  4. Paste the token generated in the Token field.
  5. Click Send. The JSON is displayed in the Response field. A sample JSON is shown:
    {
                "Jurisdiction": "AMEA",
                "BusinessDomain":"d",
                "FamilyName": "HAMMAD",
                "GivenNames": "Fathi Ahmad"
                }