| GET | /users |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| CompanyOrEmail | query | string | No | |
| Role | query | string | No | |
| UserState | query | UserState? | No | |
| LabelTemplateId | query | long? | No | |
| LabelVersion | query | LabelVersion? | No | |
| PageSize | query | int | No | |
| Page | query | int | No | |
| Property | query | string | No | |
| IsAscending | query | bool | No |
| Name | Value | |
|---|---|---|
| Active | 1 | |
| Inactive | 2 | |
| Locked | 3 |
| Name | Value | |
|---|---|---|
| PrimeraLogo | 1 | |
| PrimeraLogoBarcode | 2 | |
| PrimeraNaturdrogerieBern | 3 | |
| PrimeraStuder | 4 | |
| Zebra | 5 | |
| ZebraBaumannRichterswil | 6 | |
| ZebraSonderegger | 7 | |
| ZebraSwidroArialLogo | 8 | |
| ZebraSwidroArialLogoBarcode | 9 | |
| ZebraLogo | 11 | |
| ZebraLogoBarcode | 12 | |
| PrimeraFuernitz | 13 | |
| PrimeraImlig | 14 | |
| PrimeraImligNaturheil | 15 | |
| Primera76 | 16 | |
| RaegebogeWinterthur | 17 | |
| ZebraKraemer | 18 | |
| ZebraBoznerplatz | 19 | |
| ZebraPinzgau | 20 | |
| ZebraRoggen | 21 | |
| ZebraStandardLogo | 22 | |
| ZebraStandardLogoEAN13 | 23 | |
| ZebraStandardNoLogo | 24 | |
| ZebraWalgau | 26 | |
| ZebraFrLogo | 27 | |
| ZebraKuettigen | 29 |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Users | form | List<UserListItemDto> | No | |
| TotalEntities | form | long | No | |
| Page | form | int | No | |
| Property | form | string | No | |
| IsAscending | form | bool | No | |
| PageSize | form | int | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | form | long | No | |
| Company | form | string | No | |
| Address | form | string | No | |
| City | form | string | No | |
| form | string | No | ||
| LockedDate | form | DateTime? | No | |
| IsActive | form | bool | No | |
| Role | form | string | No | |
| Permission | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /users HTTP/1.1 Host: heidak-api.build.exanic.ch Accept: application/json
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"users":[{"id":0,"company":"String","address":"String","city":"String","email":"String","lockedDate":"0001-01-01T00:00:00.0000000","isActive":false,"role":"String","permission":"String"}],"totalEntities":0,"page":0,"property":"String","isAscending":false,"pageSize":0}