Skip to content

Retrieving Json file? #1

@andrewm-bose

Description

@andrewm-bose

How exactly to retrieve the export content is missing from the documentation. I thought it was going to be straightforward, like the two attempts I made below, but neither are working, resulting in a "No route found" error. Same if I copy and paste the full link into my browser. Can you add this clarification?

r = EC.exports.make_request('GET','https://exportcomments.com/api/v2/export/46e027c09b02e81f10f30f02697b8eff-976ec1e1-86e9-471c-ad72-4c138065505b.json')

r = requests.get('https://exportcomments.com/api/v2/export/46e027c09b02e81f10f30f02697b8eff-976ec1e1-86e9-471c-ad72-4c138065505b.json')

{'code': 404,
 'success': False,
 'data': {},
 'message': 'No route found for "GET /api/v2/exports/46e027c09b02e81f10f30f02697b8eff-976ec1e1-86e9-471c-ad72-4c138065505b.json"',
 'errors': ['No route found for "GET /api/v2/exports/46e027c09b02e81f10f30f02697b8eff-976ec1e1-86e9-471c-ad72-4c138065505b.json"'],
 'error_type': None}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions