Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

1. Problem Statement

...

Method

API

Description

1

Get all Boards

GET

http://url/rest/agile/1.0/board

Will return all the boards

2

Get One Board

GET

http://url/rest/agile/1.0/board/{boardId}

Will return the specific board information

3

Get Filter

GET

http://localhost:8080/rest/api/2/filter/{filterId}

Will return the specific filter information

4

Get board associated project

GET

http://localhost:8080/rest/agile/1.0/board/{boardId}/project

will return the project details

API Collection:

View file
nameBoards and Filters.postman_collection.json

3.Solution

Step1: Get the filter details using filter Id(from extracted Data set)

...