Overview
The list page that contains the User Profiles. Every user of Wisefish must have an active User Profile.
|
Endpoint name |
|
|
Source table |
|
|
Fixed view |
|
|
Requests allowed |
GET, PATCH |
|
Primary key |
Code |
|
Record ID |
code |
|
Procedures |
None |
Data
Field List
|
Property |
Type |
Max Len |
Description |
|
|
|
string |
10 |
The unique id of this profile. |
Record ID primary key |
|
|
string (UUID) |
|
|
|
|
|
string |
50 |
Description of this User Profile |
|
|
|
string (UUID) |
|
|
|
|
|
string |
10 |
|
|
|
|
string (UUID) |
|
|
|
|
|
string |
20 |
|
|
|
|
boolean |
|
|
|
|
|
string (enum) |
|
|
|
|
|
string (enum) |
|
|
|
|
|
string (enum) |
|
|
|
|
|
string (enum) |
|
|
|
|
|
boolean |
|
|
|
|
|
boolean |
|
|
|
|
|
boolean |
|
|
|
|
|
string (enum) |
|
|
|
|
|
string (enum) |
|
|
|
|
|
boolean |
|
|
|
|
|
datetime |
|
|
|
Example Object
Usage
Read all entries
GET
.../userProfiles
Read a specific entry
GET
.../userProfiles('INSIDE')