Price tags

Price_tags_retrieve

GET
/api/v1/price-tags/{id}

Path Parameters

idinteger

A unique integer value identifying this Price Tag.

Response Body

curl -X GET "https://loading/api/v1/price-tags/0"
{
  "id": 0,
  "price_id": 0,
  "predictions": [
    {
      "type": "PRICE_TAG_EXTRACTION",
      "model_name": "string",
      "model_version": "string",
      "schema_version": "string",
      "data": null,
      "created": "2019-08-24T14:15:22Z"
    }
  ],
  "proof": {
    "id": 0,
    "location_id": 0,
    "location": {
      "id": 0,
      "type": "OSM",
      "osm_id": 9223372036854776000,
      "osm_type": "NODE",
      "osm_name": "string",
      "osm_display_name": "string",
      "osm_tag_key": "string",
      "osm_tag_value": "string",
      "osm_brand": "string",
      "osm_address_postcode": "string",
      "osm_address_city": "string",
      "osm_address_country": "string",
      "osm_address_country_code": "string",
      "osm_lat": -9999,
      "osm_lon": -9999,
      "osm_version": 2147483647,
      "website_url": "http://example.com",
      "price_count": 2147483647,
      "user_count": 2147483647,
      "product_count": 2147483647,
      "proof_count": 2147483647,
      "source": "string",
      "created": "2019-08-24T14:15:22Z",
      "updated": "2019-08-24T14:15:22Z"
    },
    "file_path": "string",
    "mimetype": "string",
    "type": "PRICE_TAG",
    "image_md5_hash": "string",
    "image_thumb_path": "string",
    "location_osm_id": 9223372036854776000,
    "location_osm_type": "NODE",
    "date": "2019-08-24",
    "currency": "ADP",
    "receipt_price_count": 2147483647,
    "receipt_price_total": 9999999,
    "receipt_online_delivery_costs": 9999999,
    "ready_for_price_tag_validation": true,
    "owner_consumption": true,
    "owner_comment": "string",
    "price_count": 2147483647,
    "prediction_count": 2147483647,
    "owner": "string",
    "source": "string",
    "tags": [
      "string"
    ],
    "created": "2019-08-24T14:15:22Z",
    "updated": "2019-08-24T14:15:22Z"
  },
  "image_path": "string",
  "bounding_box": [
    0.1
  ],
  "status": 0,
  "prediction_count": 2147483647,
  "created_by": "string",
  "updated_by": "string",
  "tags": [
    "string"
  ],
  "created": "2019-08-24T14:15:22Z",
  "updated": "2019-08-24T14:15:22Z",
  "proof_prediction": 0
}