Your question may already have an answer on the community forum. Please search for related topics, and then read through the guidelines before creating a new topic.
Hereโs an outline with best practices for making your inquiry.
My question:
Hi all, I am still learning to use postman and sometimes I am confused what the keyword that I can use for searching the solution. Really need your help here my issue:
I want to get the date&time from the response body, but only the date and for the time only want to get the hour & minutes (exclude โsecondโ)
NOTES: I want to save into variable
Example response that I want to get:
{
"is_true": true,
"datetime": "2019-08-24T14:15:22Z",
"data": {
"description": "Service OK",
"start_at": "2019-08-24T14:15:22Z",
"end_at": "2019-08-24T14:15:22Z"
}
}
Details (like screenshots):
How I found the problem:
Iโve already tried: