Sha256: df9203500c9d6ff490c15f9120c76007d121ac5ac8016834979bb09547cf635b

Contents?: true

Size: 1.41 KB

Versions: 14

Compression:

Stored size: 1.41 KB

Contents

{
  "total_entries": 2,
  "_links": {
    "self": {
      "href": "/api/v2/integration_urls?page=1&per_page=30",
      "class": "page"
    },
    "first": {
      "href": "/api/v2/integration_urls?page=1&per_page=30",
      "class": "page"
    },
    "last": {
      "href": "/api/v2/integration_urls?page=1&per_page=30",
      "class": "page"
    },
    "next": null,
    "previous": null
  },
  "_embedded": {
    "entries": [
      {
        "name": "Sample URL",
        "description": "A sample Integration URL",
        "enabled": true,
        "markup": "http://www.example.com/name={{customer.name | url_encode}}",
        "rendered": "http://www.example.com/name=",
        "created_at": "2013-11-22T22:49:20Z",
        "updated_at": "2013-11-22T22:49:20Z",
        "_links": {
          "self": {
            "href": "/api/v2/integration_urls/1",
            "class": "integration_url"
          }
        }
      },
      {
        "name": "Another URL",
        "description": "A sample Integration URL",
        "enabled": true,
        "markup": "http://www.example.com/caseid={{case.id}}",
        "rendered": "http://www.example.com/caseid=",
        "created_at": "2013-11-22T22:49:20Z",
        "updated_at": "2013-11-22T22:49:20Z",
        "_links": {
          "self": {
            "href": "/api/v2/integration_urls/2",
            "class": "integration_url"
          }
        },
        "position": 2
      }
    ]
  }
}

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
desk-1.2.0 spec/fixtures/integration_urls
desk-1.1.1 spec/fixtures/integration_urls
desk-1.1.0 spec/fixtures/integration_urls
desk-1.0.10 spec/fixtures/integration_urls
desk-1.0.9 spec/fixtures/integration_urls
desk-1.0.8 spec/fixtures/integration_urls
desk-1.0.7 spec/fixtures/integration_urls
desk-1.0.6 spec/fixtures/integration_urls
desk-1.0.5 spec/fixtures/integration_urls
desk-1.0.4 spec/fixtures/integration_urls
desk-1.0.3 spec/fixtures/integration_urls
desk-1.0.2 spec/fixtures/integration_urls
desk-1.0.1 spec/fixtures/integration_urls
desk-1.0.0 spec/fixtures/integration_urls