Follow the question structure recommended by Dev Bot before submitting your integration questions.
| Parameter | Type | Required | Description |
|---|---|---|---|
| idBranch | int32 | No | Filters by the branch ID (IdBranch). |
| permissionName | string | No | Filters by the permission name. |
| status | int32 | No | Filters by the permission status: 0 - Active, 1 - Inactive |
| take | int32 | No | Total number of records to be returned (maximum of 50). Default: 50. |
| skip | int32 | No | Total number of records to be skipped. Default: 0. |
| Field | Type | Description |
|---|---|---|
| idPermission | int32 | Unique identifier of the permission. |
| namePermission | string | Name of the permission/access profile. |
| idBranchPermission | int32 | ID of the branch to which the permission is linked. |
| nameBranchPermission | string | Name of the branch associated with the permission. |
| idBranchGroupPermission | int32 | ID of the group of branches associated with the permission (if applicable). |
| nameBranchGroupPermission | string | Name of the group of branches associated with the permission (if applicable). |
| status | string | Status of the permission in the system (Active or Inactive). |
username:passwordAuthorization: Basic *****************curl --location 'https://evo-integracao-api.w12app.com.br/api/v1/employees/permissions?idBranch=undefined&permissionName=undefined&status=undefined&take=undefined&skip=undefined' \
--header 'Authorization: Basic <encoded-value>'{
"mensagens": [
"string"
]
}