Retorna os itens da ordem de culto (músicas, arquivos, referências bíblicas, cabeçalhos, etc.).
[
{
"index": 0,
"type": "song",
"name": null,
"notes": null,
"duration": null,
"song": {
"name": "Grande é o Senhor",
"artists": "Adoradores",
"source_song": {
"name": "Grande é o Senhor",
"artists": "Adoradores",
"isrc": null,
"origin": "…",
"data": {}
}
},
"file": null,
"bible_reference": null
},
{
"index": 1,
"type": "file",
"song": null,
"file": {
"id": "uuid-interno",
"file_id": "id-externo-storage",
"name": "letra.pdf",
"mime_type": "application/pdf",
"kind": "file",
"md5": "…",
"size": 20480,
"provider": "google_drive",
"download_session_url": "/partner/orders/{order_id}/file/{file_id}/download_session"
},
"bible_reference": null
}
]
Tipos de item comuns: header, item, song, bible, media, file.