Sha256: f55542d9f597d28f36c7c99b0922558d99ed90eef59290fcc6bad6e398f401e5

Contents?: true

Size: 1.19 KB

Versions: 11

Compression:

Stored size: 1.19 KB

Contents

{
  "meta": {
    "limit": 20,
    "next": "/rest/v1/alloweduserfield/?_offset=20&_limit=20",
    "offset": 0,
    "previous": null,
    "total_count": 124
  },
  "objects": [
    {
      "allow_multiple": false,
      "always_show": false,
      "choices": [],
      "created_at": "2016-10-19T01:39:35",
      "description": "",
      "display_name": "age",
      "field_choices": "",
      "field_default": "",
      "field_length": null,
      "field_regex": "",
      "field_type": "integer",
      "hidden": false,
      "name": "age",
      "order_index": 0,
      "required": false,
      "resource_uri": "/rest/v1/alloweduserfield/age/",
      "updated_at": "2016-10-19T01:39:35"
    },
    {
      "allow_multiple": false,
      "always_show": false,
      "choices": [],
      "created_at": "2017-08-21T00:50:53",
      "description": "",
      "display_name": "email",
      "field_choices": "",
      "field_default": "",
      "field_length": null,
      "field_regex": "",
      "field_type": "text",
      "hidden": false,
      "name": "email",
      "order_index": 0,
      "required": false,
      "resource_uri": "/rest/v1/alloweduserfield/email/",
      "updated_at": "2017-08-21T00:50:53"
    }
  ]
}

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
action_kit_rest-0.4.10 spec/fixtures/allowed_user_field/list.json
action_kit_rest-0.4.9 spec/fixtures/allowed_user_field/list.json
action_kit_rest-0.4.8 spec/fixtures/allowed_user_field/list.json
action_kit_rest-0.4.7 spec/fixtures/allowed_user_field/list.json
action_kit_rest-0.4.6 spec/fixtures/allowed_user_field/list.json
action_kit_rest-0.4.5 spec/fixtures/allowed_user_field/list.json
action_kit_rest-0.4.4 spec/fixtures/allowed_user_field/list.json
action_kit_rest-0.4.3 spec/fixtures/allowed_user_field/list.json
action_kit_rest-0.4.2 spec/fixtures/allowed_user_field/list.json
action_kit_rest-0.4.1 spec/fixtures/allowed_user_field/list.json
action_kit_rest-0.4.0 spec/fixtures/allowed_user_field/list.json