Listar Archivos de una Nota

Listar archivos de una nota

GET https://api.sperant.com/v3/notes/<id>/files

Path Parameters

Name
Type
Description

id*

integer

ID Nota

Headers

Name
Type
Description

Authorization*

string

token

{
    "data": [
        {
            "type": "file_notes",
            "id": "4170",
            "attributes": {
                "id": 4170,
                "url": "https://speranttest.s3.amazonaws.com/test/attentions/2639/notes/WhatsApp Image 2021-10-13 at 17.30.46.jpeg",
                "created_at": 1634858345
            }
        },
        {
            "type": "file_notes",
            "id": "4169",
            "attributes": {
                "id": 4169,
                "url": "https://speranttest.s3.amazonaws.com/test/attentions/2639/notes/WhatsApp Image 2021-10-13 at 17.30.45.jpeg",
                "created_at": 1634858345
            }
        },
        {
            "type": "file_notes",
            "id": "4168",
            "attributes": {
                "id": 4168,
                "url": "https://speranttest.s3.amazonaws.com/test/attentions/2639/notes/WhatsApp Image 2021-10-13 at 17.30.44.jpeg",
                "created_at": 1634858345
            }
        },
        {
            "type": "file_notes",
            "id": "4167",
            "attributes": {
                "id": 4167,
                "url": "https://speranttest.s3.amazonaws.com/test/attentions/2639/notes/97663447116d966fe280.json",
                "created_at": 1634858345
            }
        },
        {
            "type": "file_notes",
            "id": "4166",
            "attributes": {
                "id": 4166,
                "url": "https://speranttest.s3.amazonaws.com/test/attentions/2639/notes/BROCHURE_Power BI_Octubre.pdf",
                "created_at": 1634858345
            }
        },
        {
            "type": "file_notes",
            "id": "4162",
            "attributes": {
                "id": 4162,
                "url": "https://speranttest.s3.amazonaws.com/test/attentions/2639/notes/WhatsApp Image 2021-10-13 at 17.30.45.jpeg",
                "created_at": 1634708135
            }
        },
        {
            "type": "file_notes",
            "id": "4161",
            "attributes": {
                "id": 4161,
                "url": "https://speranttest.s3.amazonaws.com/test/attentions/2639/notes/WhatsApp Image 2021-10-13 at 17.30.44.jpeg",
                "created_at": 1634708135
            }
        },
        {
            "type": "file_notes",
            "id": "4160",
            "attributes": {
                "id": 4160,
                "url": "https://speranttest.s3.amazonaws.com/test/attentions/2639/notes/BROCHURE_Power BI_Octubre.pdf",
                "created_at": 1634707942
            }
        }
    ]
}

Parámetros de retorno

Los parámetros de retorno son los siguientes:

Parámetro

id

integer

ID Archivo

url

string

url del archivo

created_at

integer

Fecha de creación

Última actualización