Use this API to retrieve all chat entry points in a department.
Actor | Permission |
---|---|
User | All of the following are required:
|
Client Application | No additional permission is required. |
OK
No content
Bad Request
Unauthorized
Forbidden
Not Found
Not Acceptable
Internal server error
{- "entryPoint": [
- {
- "name": "Support chat entry point",
- "lastModified": "2022-02-11T11:04:26.000Z",
- "lastModifiedBy": {
- "user": {
- "firstName": "Partition",
- "lastName": "Administrator",
- "id": "1"
}
}, - "created": "2022-02-11T11:04:26.000Z",
- "createdBy": {
- "user": {
- "firstName": "Partition",
- "lastName": "Administrator",
- "id": "1"
}
}, - "department": {
- "name": "Service",
- "id": "999"
}, - "systemCreated": false,
- "active": false,
- "id": "1005"
}, - {
- "name": "HR chat entry point",
- "lastModified": "2022-02-11T11:03:36.000Z",
- "lastModifiedBy": {
- "user": {
- "firstName": "Partition",
- "lastName": "Administrator",
- "id": "1"
}
}, - "created": "2022-02-11T11:03:36.000Z",
- "createdBy": {
- "user": {
- "firstName": "Partition",
- "lastName": "Administrator",
- "id": "1"
}
}, - "department": {
- "name": "Service",
- "id": "999"
}, - "systemCreated": false,
- "active": true,
- "id": "1004"
}, - {
- "name": "Finance chat entry point",
- "lastModified": "2022-02-11T11:02:33.000Z",
- "lastModifiedBy": {
- "user": {
- "firstName": "Partition",
- "lastName": "Administrator",
- "id": "1"
}
}, - "created": "2022-02-11T11:02:33.000Z",
- "createdBy": {
- "user": {
- "firstName": "Partition",
- "lastName": "Administrator",
- "id": "1"
}
}, - "department": {
- "name": "Service",
- "id": "999"
}, - "systemCreated": false,
- "active": false,
- "id": "1003"
}, - {
- "name": "Default Entry Point",
- "lastModified": "2022-02-10T14:37:04.000Z",
- "lastModifiedBy": {
- "user": {
- "firstName": "Jhon",
- "lastName": "Smith",
- "id": "1012"
}
}, - "created": "2017-07-19T09:42:35.000Z",
- "createdBy": {
- "user": {
- "id": "12"
}
}, - "department": {
- "name": "Service",
- "id": "999"
}, - "systemCreated": true,
- "active": true,
- "id": "1000"
}
]
}