Sha256: ce2b8b1d6939fdf2bbeaab2b95e453049ecab96a3fc7787dc04ec520a090889b

Contents?: true

Size: 1.19 KB

Versions: 14

Compression:

Stored size: 1.19 KB

Contents

{
  "total_entries": 2,
  "_links": {
    "self": {
      "href": "/api/v2/custom_fields?page=1&per_page=30",
      "class": "page"
    },
    "first": {
      "href": "/api/v2/custom_fields?page=1&per_page=30",
      "class": "page"
    },
    "last": {
      "href": "/api/v2/custom_fields?page=1&per_page=30",
      "class": "page"
    },
    "next": null,
    "previous": null
  },
  "_embedded": {
    "entries": [
      {
        "name": "frequent_buyer",
        "label": "Frequent Buyer",
        "type": "customer",
        "active": true,
        "data": {
          "type": "boolean"
        },
        "_links": {
          "self": {
            "href": "/api/v2/custom_fields/1",
            "class": "custom_field"
          }
        }
      },
      {
        "name": "last_agent",
        "label": "Last Agent to Update",
        "type": "ticket",
        "active": false,
        "data": {
          "type": "list",
          "choices": [
            "Marianne",
            "Elinor",
            "Margaret"
          ]
        },
        "_links": {
          "self": {
            "href": "/api/v2/custom_fields/2",
            "class": "custom_field"
          }
        }
      }
    ]
  }
}

Version data entries

14 entries across 14 versions & 1 rubygems

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