Skip to main content
Skip table of contents

Retrieve Daily Standup Data via Postman


TUTORIAL

Requirements:

Install Postman on your system if you haven't already. Download it from here and follow the installation guide.

Step 1: Open Developer Tools in Browser

  1. Open Google Chrome (or any browser with Developer Tool like Firefox or Edge).

  2. Navigate to the webpage that sends the API request you want to copy.

  3. Open Developer Tool:

    • On Windows/Linux: Press F12 or Ctrl + Shift + I

    • On macOS: Press Cmd + Option + I

  4. Go to the Network tab.

Step 2: Locate and Copy the API Request

  1. Open AgileBox, in the project where you want to retrieve the Daily Standup data.

  2. Access Daily Standup → Team Report.

  3. Type /answers into the filter (see image below).

  4. Right-click on the request row.

  5. Select Copy > Copy as cURL (bash).

image-20250219-062318.png

Step 3: Import Request into Postman

  1. Open Postman.

  2. Click on Import (top-left corner).

  3. Select Raw Text.

  4. Paste the copied cURL request into the text field.

  5. Click Continue and then Import.

Step 4: Modify Date Range for Standup Data

  1. In the Query Params section, remove the atDate parameter.

  2. Add your fromDate and toDate parameters with the format: YYYY-MM-DD.

  3. Click Send and check the results in the Body section.

image-20250219-063208.png

NOTE

  • You can also retrieve the Question metadata of the Daily Standup. Change the filter value to /questions in Step 2 and follow the same steps.


TROUBLESHOOTING

  1. Cannot find the /answers request row in Step 2:

  • Ensure Developer Tools is open and set to the Network tab before opening the AgileBox app.

  1. Error in Postman’s Response Body:

JSON
{
    "message": "Authentication request has expired. Try reloading the page."
}
  • Refresh the page in the browser.

  • Copy the request again and paste it into Postman.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.