Skip to main content
GET
/
papers
/
{id}
/
sections
Get sections within a paper
curl --request GET \
  --url https://api.urantia.dev/papers/{id}/sections
{
  "data": [
    {
      "id": "<string>",
      "paperId": "<string>",
      "sectionId": "<string>",
      "title": "<string>",
      "globalId": "<string>",
      "sortId": "<string>"
    }
  ]
}

Path Parameters

id
string
required

Response

List of sections

data
object[]
required