Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Handling Large REST API Responses in Oracle APEX: Page Item Character Limit Issue

Himesh kaveeshaOct 22 2024

I’m making a REST API POST request from a page, passing parameters stored in page items. I need to capture the full response of this request for further processing. The response contains around 60,000 characters, and I’ve set an OUT parameter to store the response in a page item (P2_RESPONSE). However, the issue is that the page item seems to handle only about 30,000 characters, so half of the JSON response is missing.

Is there a better way to handle such large responses, or is there a way to increase the character limit of a page item?

This post has been answered by jariola on Oct 22 2024
Jump to Answer
Comments
Post Details
Added on Oct 22 2024
1 comment
436 views