Get Resource [DEPRECATED]

Retrieve the resource information for a given resource.

GET ~/resources/:resource-id

Headers

Parameters

Response Headers

Response

Examples

Response

{
    "id": "lLf2X0k6",
    "name": "pizza.png",
    "mimeType": "image/png",
    "context": "logo",
    "type": "doshii-uri",
    "resource": "https://sandbox.pos.doshii.co/v3/resources/lLf2X0k6",
    "createdAt": "2018-08-20T03:14:39.374Z",
    "relations": {
        "apps": [123],
        "locations": ["2X3b8q"],
        "menuProductPosIds": ["pizza"],
        "vendors": [456]
    }
}