For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get File

Get the details of a single file.

Get File

GET https://api.xclaim.xcover-staging.com/partners/{partnerCode}/claims/{claimUuid}/files/{fileUuid}

Get the details of a single file

Path Parameters

Name
Type
Description

partnerCode*

String

eg. XYZ999

Headers

Name
Type
Description

Authorization*

String

Bearer {{JWT token}}

{
    "data": {
        "id": "f2cf311d-63ff-4463-890a-ff2dc8629404",
        "claimId": "fd98bfd5-7702-4ede-afdc-78686b3bdfb9",
        "location": "claim_files/ef5035a2-52c3-11ee-9a20-a3470727dedc.pdf",
        "meta": {
            "dirname": ".",
            "basename": "dummy.pdf",
            "extension": "pdf",
            "filename": "dummy"
        },
        "createdAt": "2023-09-14T05:59:58+00:00",
        "updatedAt": "2023-09-14T06:00:12+00:00"
    }
}

{
    "type": "exception",
    "message": "Resource 'Claim' with given UUID fd98bfd5-7702-4ede-afdc-78686b3bdf99 not found"
}

{
    "type": "exception",
    "message": "No query results for model [App\\Models\\ClaimFile]."
}

Last updated

Was this helpful?