Getting data back from an HTTP post beyond an id field

I have an API that I am posting to which returns a response body that look like this:

{
"id": "c0ac0176-75b6-446e-a4e5-d1aa26c0b7de",
"name": "Import JSON - products",
"type": "Internal"
}

I have used the setting under “Non-standard API response patterns” to map the id value to the Celigo id, but I would also like to bring back the name and the type somehow. Below is the list of fields I see under Response Mapping. How do I map name and type into any of those, or an additional field?

Just figured it out. I had not set up my mock response correctly. Once I did that, I see _json.name

and _json.type.

1 Like