cURL
curl --request GET \ --url https://api.urantia.dev/papers/{id}/sections
{ "data": [ { "id": "<string>", "paperId": "<string>", "sectionId": "<string>", "title": "<string>", "globalId": "<string>", "sortId": "<string>" } ] }
Returns all sections for a given paper, ordered by section number.
List of sections
Show child attributes