Run collections

Hallo Team,

I’m kind 201 in Postman…so neither expert and neither beginner.
I wish to understand if the following use case can be achieved using Postman.

I have API call. This API call is basically runs againt endpoint to validate things. This call will return failed or passed.

Then can I use this status and execute the next call which is basically same json call but against different API call.

my question:

  1. can we achieve this? if yes, how can I do this.
    I heard someone tell me you can use postman script.
    any advice or guidance would be welcomed.

e.g. this is the validation call

https://sfo-vcf01.rainpole.io//v1/sddcs/validations/{id}

Deployment call

https://sfo-vcf01.rainpole.io//v1/sddcs

If you are new to Postman, then I would suggest a visit to the Learning Centre.

Overview | Postman Learning Center

Including the Postman Training links under “Other Resources”.

image

I would recommend the “Galaxy APIs 101” course first as it gets you used to the application features.

Then the “Galaxy Testing and Automation” course which teaches you how to assert the responses. It includes using variables and chaining requests which should cover your current use case.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.