Jobboard
Attributes
Name | Type | Description |
---|---|---|
id | string | The ID of the Jobboard. |
name | string | The name of the jobboard. |
accessible | boolean | ‘true‘ if it is accessible without logged in frontend user, ‘false‘ if not. |
JSON response
1 2 3 4 5 |
{ "id": "5535_extern", "name": "Website", "accessible": true } |