Skip to content

fix: Added changes in the policy_comments API to include creator details - #892

Open
sumitkumarsage wants to merge 5 commits into
mainfrom
update_expense_comments_api_response
Open

fix: Added changes in the policy_comments API to include creator details#892
sumitkumarsage wants to merge 5 commits into
mainfrom
update_expense_comments_api_response

Conversation

@sumitkumarsage

@sumitkumarsage sumitkumarsage commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

Description

Updated /{admin|spender}/expense_policy_comments API response to include creator details

Updated GET /{role}/expenses API :

`

{
"count": 10000,
"offset": 10,
"data": [
{
"id": "txwownwrng",
"user_id": "uswjwgnwwgo",
"user": {
"id": "uswjwgnwwgo",
"email": "john.doe@example.com",
"full_name": "John Doe"
},
"org_id": "orwruogwnngg",
.....,
"expense_policy_comments": [
{
"id": "epc1a2f3farmk",
"comment_type": "LOST_RECEIPT_REASON",
"comment_text": "string",
"created_at": "2020-06-01T13:14:54.804+00:00",
"updated_at": "2020-06-11T13:14:55.201598+00:00",
"creator_user_id": "uswjwgnwwgo",
"creator_user": {
"id": "uswjwgnwwgo",
"email": "john.doe@example.com",
"full_name": "John Doe"
}
}
]
}
]
}
`

Screenshot 2026-09-10 at 2 58 33 PM Screenshot 2026-09-10 at 2 58 00 PM

Clickup

https://app.clickup.com/

@github-actions github-actions Bot added the size/M Medium PR label Sep 9, 2026
@github-actions

github-actions Bot commented Sep 9, 2026

Copy link
Copy Markdown

PR title must start with "fix:", "feat:", "chore:", "refactor", or "test:" (case-insensitive)

@github-actions

github-actions Bot commented Sep 9, 2026

Copy link
Copy Markdown

PR title must start with "fix:", "feat:", "chore:", "refactor", or "test:" (case-insensitive)

@sumitkumarsage sumitkumarsage changed the title Added changes as per the changes in the policy_comments API fix: Added changes in the policy_comments API to include creator details Sep 9, 2026
@github-actions github-actions Bot added size/XL Extra Large PR and removed size/M Medium PR labels Sep 10, 2026
@github-actions github-actions Bot added size/M Medium PR and removed size/XL Extra Large PR labels Sep 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/M Medium PR

Development

Successfully merging this pull request may close these issues.

1 participant