field selector
-
Hello,
is it possible to retrieve just a set of fields in response?
e.g:
https://example.com/?json=get_posts&fields=id,title{
status: “ok”,
count: 2,
count_total: 2,
pages: 1,
posts: [
{
id: 14,
title: “post3”
},
{
id: 8,
title: “posr2”
}
],
query: {
ignore_sticky_posts: true
}
}
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘field selector’ is closed to new replies.