Sha256: f62c336ab636f05fba24d1c224ec9e15f7c3d341fa12ea321f974a056ca05e1d

Contents?: true

Size: 975 Bytes

Versions: 43

Compression:

Stored size: 975 Bytes

Contents

# Inbox

## Example Inbox Object

```
{
  "description": "My inbox",
  "help_text": "If you need any help submitting your application, please call our front desk.",
  "key": "application-form",
  "show_on_login_page": true,
  "title": ""
}
```

* `description` (string): User description
* `help_text` (string): Text that will be shown to the users on the Inbox.  Use this field to provide custom instructions.
* `key` (string): Unique key for inbox
* `show_on_login_page` (boolean): Show this inbox on site login page?
* `title` (string): Inbox title


---

## Internal hidden endpoint.  Subject to change.  Not for public consumption

```
Files::Inbox.list(
  page: 1, 
  per_page: 1
)
```

### Parameters

* `page` (int64): Current page number.
* `per_page` (int64): Number of records to show per page.  (Max: 10,000, 1,000 or less is recommended).
* `action` (string): Deprecated: If set to `count` returns a count of matching records rather than the records themselves.

Version data entries

43 entries across 43 versions & 1 rubygems

Version Path
files.com-1.0.49 docs/inbox.md
files.com-1.0.48 docs/inbox.md
files.com-1.0.47 docs/inbox.md
files.com-1.0.46 docs/inbox.md
files.com-1.0.45 docs/inbox.md
files.com-1.0.44 docs/inbox.md
files.com-1.0.43 docs/inbox.md
files.com-1.0.42 docs/inbox.md
files.com-1.0.41 docs/inbox.md
files.com-1.0.40 docs/inbox.md
files.com-1.0.39 docs/inbox.md
files.com-1.0.38 docs/inbox.md
files.com-1.0.37 docs/inbox.md
files.com-1.0.36 docs/inbox.md
files.com-1.0.35 docs/inbox.md
files.com-1.0.34 docs/inbox.md
files.com-1.0.33 docs/inbox.md
files.com-1.0.32 docs/inbox.md
files.com-1.0.31 docs/inbox.md
files.com-1.0.30 docs/inbox.md