Forum Replies Created
I have the same issue and I’m not sure how to implement the solution based on the last message I see.
Yes, I did. The documentation describes generic normal scenario. Please help me on these specific questions, or clarify if they are possible through the API. I can’t find my answers from this document.
Hi Shahriar, looking at your screenshot, I realize the offset parameter might allow me to move to the next batch of posts, am I right? Could you provide a more accurate API documentation? I am currently looking at https://imsas.github.io/wpdm-rest-api-docs. I don’t even see this offset parameter listed in the Get All Packages section.
I know this parameter, and I know by default it’s 10. How can I get the entire list of posts, without knowing how many posts I have in total? For example, I have 678 posts, and if I set number_of_posts to 500, how do I get posts 501 to 678? If I don’t know how many posts I have, how can I know I am querying the entire or a subset of the posts?
Is it possible to not set number_of_posts or remove the default 10?