Couldn't find anything in the documentation explaining why I'd get a response that looks like
```
{
"id": 12345,
"title": "Airfoils Are Awesome",
"status": "current",
"body": null,
"spaceId": 12345
}
```
where `body: null`
I know there is something in there because I wrote a blog post for this example and it definitely has a body/content.
Im also using a pretty full boat of scopes so I don't think theres an access/permission issue
```
"read:page:confluence",
"read:confluence-space.summary",
"read:confluence-content.summary",
"read:confluence-content.all",
"read:confluence-props",
"read:blogpost:confluence",
"read:content:confluence",
"read:custom-content:confluence",
"read:content-details:confluence",
"read:content.metadata:confluence",
"search:confluence"
```
Any ideas?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.