Please follow the below steps in postman to gather relevant incident data from stellar DP.
- In personal workspace on Postman click the + button to add a new collection.
- Click the New collection to open it , select authorization tab and in the type dropdown select Basic Auth
- In the username field enter username of user with which you want to make the api call. for eg - Username - admin
- In the password field enter the API token for that particular user, for eg - password - API token.
- Now in personal workspace find three dots besides new collection and choose Add request. Here you will create the Get incident API call.
- Click on the on the newly "added request" and select GET from the dropdown menu.
- Select the Authorization tab for the request and from the Type dropdown select - Inherit auth from parent
- Now create an API call like this - https://pov.crosscipher.com/connect/api/v1/incidents?limit=10?status=New
- You will receive relevant data in the bottom panel
- You can create custom queries by using knowledge base and adding appropriate arguments to your api query.
Comments
0 comments
Please sign in to leave a comment.