Page MenuHomeWrite.as

Add post fetching in JSON format at /api/posts/{id}
Closed, ResolvedPublic

Description

Should include ability to get only metadata about post with ?meta=true

Related Objects

StatusAssignedTask
OpenNone
Resolvedmatt

Event Timeline

matt claimed this task.
matt raised the priority of this task from to High.
matt updated the task description. (Show Details)
matt added a project: API.
matt moved this task to Backlog on the API board.
matt changed the visibility from "All Users" to "Public (No Login Required)".
matt added a parent task: Restricted Maniphest Task.
matt added a subscriber: matt.
matt lowered the priority of this task from High to Low.Sep 15 2015, 2:52 PM

?meta=1 is unsupported, as it'll require copying a lot of code just to exclude the content column from the query. If we're reducing bandwidth to the client, we might as well minimize it on the backend as well. Moved that requirement to T176: Support fetching metadata only on posts.