Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Appian ACD201 Exam - Topic 3 Question 12 Discussion

Actual exam question for Appian's ACD201 exam
Question #: 12
Topic #: 3
[All ACD201 Questions]

You're making a POST request to the Appian web API. You need to include complex data structures, such as lists or objects, in the request body.

How should you design the API to accept those requests?

Show Suggested Answer Hide Answer
Suggested Answer: C

To include complex data structures like lists or objects in a POST request to an Appian Web API, you should convert the data to JSON and include it in the request body as a string. Appian supports application/json content type for parsing complex data structures in APIs.


Contribute your Thoughts:

0/2000 characters
Veta
4 days ago
I’m a bit confused about query parameters; I thought they were mainly for simple data, not complex structures.
upvoted 0 times
...
Cortney
9 days ago
I remember a practice question where XML was mentioned, but I feel like JSON is more common nowadays for complex data.
upvoted 0 times
...
Yen
14 days ago
I think using JSON is the way to go since it's widely accepted for APIs, but I'm not entirely sure about converting it to a string.
upvoted 0 times
...

Save Cancel